Still looking for an extension developer to perfection an extension for this
useful features would be:

1. allow moderators to submit users to stopforumspam.com   and ban in one step
2. the API key entry possibility in admin section instead of coding...
3. allow admins to submit users to stopforumspam.com when deleting a user...

177

(5 replies, posted in PunBB 1.3 discussion)

Happy to have been of assistance.
Good luck with your forum!

178

(5 replies, posted in PunBB 1.3 discussion)

Did you hide

brd-head

or
brd-title
brd-description

179

(5 replies, posted in PunBB 1.3 discussion)

You'll need to do it via .css in theme .... just
1. 'inspect element' when marked (google chrome) and
2. then modify to 'display: none;' in oxygen.css at the relevant place....

http://www.bigtrapeze.com/reverseurl/index.php

[code=php]
$ch = curl_init(); 
curl_setopt($ch, CURLOPT_URL, "http://bit.ly/aKAuf"); 
curl_setopt($ch, CURLOPT_HEADER, 1); 
curl_setopt($ch, CURLOPT_NOBODY, 1); 
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 
curl_setopt($ch, CURLOPT_TIMEOUT, 10); 
 
$result = curl_exec($ch);   
 
if (preg_match("/Location\:/","$result")) { 
    $url = explode("Location: ",$result); 
    $reversed_url = explode("\r",$url[1]); 
    echo $reversed_url[0]; 
} else { 
    print_r($result); 

[/code]

Have just been adding a few forums to the list of popular forums that use PunBB 1.3
See the current list:
http://punbb.informer.com/wiki/who_uses_punbb

If you have suggestions for others to add, feel free to do so here

Lukas77 wrote:

Delete pls reupload. Thx

sry for delay:

http://www.mediafire.com/?rjagme693h7fl8n

nightkizzer05 wrote:

is this project still alive?.

Which of the above functionalities were/are you looking for?

184

(19 replies, posted in PunBB 1.3 extensions)

@MattStypa: Thanks a lot, nice work, changed your member title to "extension developer"

@Fantasma:

http://mattstypa.com/pun-recaptcha/ wrote:

How to use:
Installation. Extract and upload "pun_recaptcha" folder to "extensions" folder on your server. Then go to "Extensions" panel and click install.
Configuration. Configure pun-recaptcha by going to "Settings" -> "Registration" panel.
Keys. Public and private keys for pun-recaptcha are provided to you after you sign up for reCAPTCHA service. Click here to sign up.

Do you mean subforums ?

http://punbb.informer.com/forums/topic/ … subforums/

@Grez: I got a request today from a pleased forum admin using this extension and also URL checker  to be able to submit spammers to help us fight the spammers even better - I've suggested the code from this post :
http://punbb.informer.com/forums/post/140337/#p140337   by cameni

But I'd be interested in thoughts as to how to automate submission for the URLs....  or if at least a code like camenis could be implemented for the URL checker.

Thanks for any feedback.

187

(14 replies, posted in Feature requests)

tundern wrote:

There's nothing new in my forum, not even when I refresh the User List.

It's a script that you need to call by entering [your-URL]/Forum/the-php-script.php (it's location basically) in your browser...
You won't see anything in the admin area of the forum, or the forum itself...

188

(14 replies, posted in Feature requests)

tundern wrote:

Should I be saving it as a PHP file first before uploading?

Yes, correct  -  php

tundern wrote:

Can you suggest a Mac app which will save the script as a PHP file? (HTML is a possibility also with TextEdit.)

I'm afraid I can't (Google will) ...

189

(75 replies, posted in Supported extensions)

tundern wrote:

Where in the admin section?  Not in the Administration Section of my forum when open in the latest Google Chrome.

[yourforum]/admin/settings.php?section=pun_stop_bots_questions

Administration » Settings » Stop bots questions

190

(14 replies, posted in Feature requests)

1.  Do I post script-to-remove-users-with-signatures-but-no-posts-from-punbb-13x into the extension folder in my forums directory, having given it any-old-name?
2.  I'm such a newbie that I have no idea what checking-ips-of-already-registered-users will actually do to delete them.  Can you advise?
3.  "Go to admin, users and sort by number of posts , date registered etc."  Are you suggesting that I do this after I have run one of scripts 1 or 2?  If it is a separate suggestion 3, it still leaves me with 32,000 spammers with no posts to delete!

1. into the root not extension folder
2. try it and let me know if you're not given the option at the end to delete...
3. alternative... all the users with 0 posts and registered before date x can be mass deleted...

191

(75 replies, posted in Supported extensions)

tundern wrote:

the 2 default questions are too easy. 

In the admin section you can easily change the questions....
no need to do anything in the source files...

192

(14 replies, posted in Feature requests)

Three ways I can think of;
There are two scripts, one by slavok and one by Grez, that can aid you

1   http://punbb.informer.com/forums/topic/ … punbb-13x/

http://punbb.informer.com/forums/topic/ … red-users/


****

3  Go to admin, users and sort by number of posts , date registered etc.... I don't know how you are specifically knowing which are spammers, but assume the scripts would get most of them...

Also worth noting, that if you have an API from stopforumspam you make certain, that all users you delete in future, will be directly reported there...

see camenis post:

http://punbb.informer.com/forums/post/140337/#p140337

I wonder if it would be good to have the extension show a line of code at the bottom of the index page....

Number of Spammers Auto-Nuked This [Week/Month]: XX

The more people are aware that "bad url" posting will lead to deletion / nuking - the better big_smile

PS: I think this forum auto-nuked 8 new spam users in JUNE .... of a total of 60-90 spam posts... The more people use this extension and report URLs to me, the higher the auto-nuking ration will be big_smile hopefully....

Try one or more of these

Pun Approval :  (manual approval of new registrants)
http://punbb.informer.com/forums/topic/ … napproval/

and

Pun Stop Bots: (set a question specific to your forum visitors)
http://punbb.informer.com/forums/topic/ … nstopbots/

and

ReCaptcha:
http://punbb.informer.com/forums/topic/22738/recaptcha/

and mod your profile.php in root as explained in this post (just need to get an API key from stopforumspam.com) - the changed profile.php lets you delete a user while submitting him to sfs at the same time...
http://punbb.informer.com/forums/post/140337/#p140337

Shane74340 wrote:

I'll be embedding my site's menu into the forum, at the very top of the webpage. (want to display it on all forum webpages.)

maybe in /include/template/main.tpl

have you checked out this:

http://punbb.informer.com/wiki/punbb13/integration

197

(8 replies, posted in PunBB 1.3 extensions)

http://punbb.informer.com/forums/topic/ … castemail/

closed....

In

» Administration » Management » Broadcast email

admin/extensions.php?section=broadcast_email

it's possible.

Did you find that? And try it there?

BTW: Would be cool if this method worked from the

http://..../admin/users.php?action=find_user

page. There dozens of users could be deleted at once.
Handy for spam traps...

Saves a lot of time already though, so thanks a lot.

Welcome dandv

Just added the link you mentioned to the wiki.

Thanks.

PS: Just a quick post in the forum will always get the attention required....