you screwed up the style.... put back the default style and see if error continues.
then test your new style by just setting it for yourself, not the whole forum... font style is too large for those fields to be set correctly.... (imo)
You are not logged in. Please login or register.
PunBB Forums → Posts by KeyDog
you screwed up the style.... put back the default style and see if error continues.
then test your new style by just setting it for yourself, not the whole forum... font style is too large for those fields to be set correctly.... (imo)
Thanks for the feedback. Nice job on the firefox addons....
Found this might be better supported; found at
http://blogspambl.com
after speaking to the admin at SEM (spam eating monkey)
DNS
To check the status of the IP 1.2.3.4, query the blacklist as:
4.3.2.1.list.blogspambl.com
If the IP is listed there will be an A record response with the IP 127.0.0.2 and a TXT record response with a link to the lookup page.
PHP
A few lines for PHP:
$clientip = explode(".", $_SERVER["REMOTE_ADDR"]);
$revip = array_reverse($clientip);
$query = implode(".", $revip) . ".list.blogspambl.com";
$result = explode(".", gethostbyname($query));
if ($result[0] == 127) {
// Blocked IP handling code goes here
echo "Blocked!";
}
I recently had a bot register on a forum that was listed on the inps.de-DNSBL (and not on stopforumspam). So I thought to increase chances of catching bad IPs it might be good idea to run checks though there aswell. For example
IP
80.179.199.23
was listed and
the DNS query would be 23.199.179.80.dnsbl.inps.de
For test purposes they have
2.0.0.127.dnsbl.inps.de text = "127.0.0.2 is listed for testing purposes since 2008-07-15"
So now the question:
Can PunBB make the ip LHSBL readable and then send a DNS-query?
If you need to know anything else from the people running that blacklist let me know and I'll contact them again...
Was this issue solved ?
If you need to hide currently used extensions and the copyright info (left) use this extension.
Version 1.0.2
http://keydogbb.info/misc.php?item=47&download=1
I think I could add! but i am under extreme workload! don't know when I can manage time update it ! sorry for that! but i will if I can do!
thanks
Thanks a lot. Whenever suits you it's appreciated.
I'd like to change the welcome.tpl for this site as follows;
does anyone see a problem in this?
Subject: Welcome to <board_title>!
Dear <username>,
Thank you for registering in the forums
at <base_url>.
====================================================
Your username on the forums is:
<username>
====================================================
To complete your registration, you need to set a password
for your account here:
<activation_url>
====================================================
Warning
********
Your account will be automatically deleted if you set either
- a website
- a signature
WITHOUT having ever posted in the forum.
Furthermore we reserve the right to put the
URI / URL you put in website/signature on a blacklist.
Thank you for your understanding.
====================================================
--
<board_mailer>
(Do not reply to this message)
Just thought I'd get a couple of ideas off my chest:
Extensions info in footer
=================================================
old (in footer)
Currently installed 'x official extension'. Copyright 2003-2009 PunBB
new and optional (set via features in admin panel)
Extensions used (installed): 'x' (x being a link that takes user to page with more information)
--> then on that page linked put how many official / unofficial extensions are installed (maybe version? link set by ext author) and copyright (keeping the powered by on right hand side above)
Add unofficial extensions to punbb.informer.com Repository
=================================================
--> ext authors send their extension to an admin who then uploads to informer ftp
--> to make sure anyone installing knows that they're installing unofficial extension, use bold warnings, colors etc
(I'd be willing to be responsible for uploading, liasing with the authors of course)
Any views on the subject?
@Grez
Just found a new variation of url being entered
This inbetween url tags (the backslash being new)
\http://spamsitename.com/\
so
[ url ] http://thespam/ [/ url]
blocked
but if they use
[ url =\http://thespam/\] spam keyword [/ url]
they get past it ....
If I put the link in my .csv like that it causes when I try to post a topic with that url
An error was encountered
Note: For detailed error information (necessary for troubleshooting), enable "DEBUG mode". To enable "DEBUG mode", open up the file config.php in a text editor, add a line that looks like "define('FORUM_DEBUG', 1);" (without the quotation marks), and re-upload the file. Once you've solved the problem, it is recommended that "DEBUG mode" be turned off again (just remove the line from the file and re-upload it).
Any ideas?
1. Install the official Stop Spam from Bots Extension and insert a new Question, deleting the old ones after
2. Install the stopforumspam Extension (unofficial) or
3. You can to query the stopforumspam database.
Should see your registrations dwindle. The botnet hitting is you is using real yahoo, hotmail, gmail accounts and breaking the rather simple default CAPTCHA. It basically hits all forums with SMF, vBulletin and phpbb - aswell as PunBB to some extent.
Fixed.
[KeyDog]
Version 1.3.6
-Added zergnms fix for colored usergroups
-Added Slavoks fix for reducing query load
Download Mirror 1
online_plus_1.3.6.zip
Download Mirror 2
online_plus_1.3.6.zip
@Rajuru
There's interest for an added option to this extension in the french community;
- users should be able to edit messages but NOT edit the title of message anymore (optional)
Is this something you could add?
Thanks.
Should be something like this:
<!--forum_include"FILE"--!>
Welcome to PunBB;
Are you having this issue:
http://www.devcomments.com/Unable-to-co … 293308.htm
also see this
Hope it's not to late, I did it like this and it works
With things like pun_user set in code etc you have it working on PunBB 1.3.x?
Do you have a link to your site?
show what forums each thread come from?
/extensions/portal_by_daris/panels/active_topics.php
would need to be modified
maybe adding
<?php echo forum_htmlencode($cur_forum['cat_name']) ?>
or similiar - lines 65-85 look like the rough area ....
not sure how exactely to go about it though maybe someone else can give you exact code...
Ok cool. No worries
This has now been installed in this forum.
Also new pun_stop_bots is running with a very simple question.
If you also run this extension make sure to get the latest .csv file regularly!
Welcome to PunBB!
Can you copy paste your entry above into this thread aswell:
http://punbb.informer.com/forums/topic/ … s-as-nsfw/
And add a link of the mod for whatever forum that screenshot is from there aswell?
After I'll close this topic.
It's common knowledge that spammers links lead to sites that are often only days or weeks old.
I would like to use an extension (like stopforumspam which queries the sfs db) that queries the URL tag of posts/signatures being edited via whois.de/"thedomainname" ;
if "created on" returns <1 month (or 3 or 6) then editing of post or signature is denied and added to a table (as do ext url checker and stopforumspam).
I saw 50 queries per hour and IP are allowed... maybe another for more queries would be a good idea.
Is it do-able? Or which whois db can be queried for such things in a automated fashion?
So I am trying to change my navlinks to images, but I cant seem to find what peice of code makes the "Forums" link for the Portal by Daris. I looked all over in the manifest.xml. I can find the regular ones in includes/functions.php but when I take away the index it moves it to the very end after AdministratorCP link. I am very confused and was wondering if I could get some help? I will put all of my links uptop using the addlinks part of settings in the admin cp.
I misunderstood the above question you posted in other thread then...
I'm suddenly seeing a topic for approval in "Post Approval" > "Unapproved topics" but as soon as I click on it, it's gone ("There are no unapproved posts since your last visit") - Also the topic is old anyway, so I don't understand how it can be getting on the list...?!
Shouldn't it link to a page with unapproved topics?
Also a real unapproved post doesn't show up on the list.
example of a standard spammer signature
<a href="http://www.foreignexchangestudentprograms.net/">foreign exchange student programs</a>
[url=http://www.foreignexchangestudentprograms.net/]foreign exchange student programs[/url]
the a href is what I'd like to search for and block when a user posts or uses signature....
Remember: /?forum is the link you can't change to an image (or are having trouble with) - all the default links are pointing to a .php file. Portal and also private messages for example don't link to a php file the way the others do....
PunBB Forums → Posts by KeyDog
Powered by PunBB, supported by Informer Technologies, Inc.