Search found 24 matches

by spacetrace
Wed Jul 19, 2006 12:06 am
Forum: [2.0.x] MOD Requests
Topic: automatic polls like here in the mod area
Replies: 0
Views: 156

automatic polls like here in the mod area

how are these automatic polls made, that appear if you post a new mod here in "MOD Release Announcements & Support"? a mod that is posted in the forum automatically gets this poll: Rating: Excellent! Very Good Good Fair Poor i need the same for my forum, cause in one of the forums ther...
by spacetrace
Mon May 08, 2006 7:39 pm
Forum: [2.0.x] MODs in Development
Topic: [DEV] new_captcha_mod
Replies: 17
Views: 10223

well that case sensitive off mod is really superb ! since the confirmation code is case sensitive i lost many members ! Members don't notice the words written as case sensitve because they become confirmation blind ! i guess you are talking about this mod: http://www.phpbb.com/phpBB/viewtopic.php?t...
by spacetrace
Mon May 08, 2006 7:26 pm
Forum: [2.0.x] MODs in Development
Topic: [DEV] new_captcha_mod
Replies: 17
Views: 10223

maybe you get it working with the standard fonts if you change this line in usercp_confirm.php: if (function_exists(imagettftext) && count($fonts) > 0) { to if (1==2 && function_exists(imagettftext) && count($fonts) > 0) { then it uses the built-in fonts anyway. this will not...
by spacetrace
Wed Feb 01, 2006 7:22 am
Forum: [2.0.x] MOD Database Cleanup
Topic: [2.0.13] disable spambots
Replies: 133
Views: 146005

the reason it fails is because spammers are using humans to do their dirty work now. so what do you think about my solution against manually entered spam ? i also created a mod with an alternate phpBBimage, that includes the host-domain of the server it is supposed to be shown on so this version wo...
by spacetrace
Tue Jan 31, 2006 3:56 pm
Forum: [2.0.x] MODs in Development
Topic: [DEV] new_captcha_mod
Replies: 17
Views: 10223

Nice, but could do w/o the "spacetrace" info, unless there is some sort of legal reason for doing this... :P what you see is not a spacetrace version! it is the host that is in $_SERVER[HTTP_HOST] what you see. if you install it elsewhere, there is another text visible. this insures, that...
by spacetrace
Sun Jan 29, 2006 11:45 am
Forum: [2.0.x] MOD Database Cleanup
Topic: [2.0.13] disable spambots
Replies: 133
Views: 146005

i have a solution against manually entered spam: if a user is registered new and makes his first post in the forum, there could be a check, if in the post he is making, there is an URL included - if so, then this user is deleted immediately, (or better after a timeout of a few minutes, so the user d...
by spacetrace
Sun Jan 29, 2006 11:39 am
Forum: [2.0.x] MODs in Development
Topic: [BETA] Poll_View_Results_in_viewforum.mod
Replies: 8
Views: 1719

did anyone try it already?
by spacetrace
Sun Jan 29, 2006 11:36 am
Forum: [2.0.x] MODs in Development
Topic: [DEV] new_captcha_mod
Replies: 17
Views: 10223

[DEV] new_captcha_mod

MOD Title : new_captcha_mod MOD Description : ## This Mod replaces the standard captcha visual confirmation image in phpBB ## with a better one, that is not so easily read by text-recognizing mechanisms. ## you can easily replace the fonts, so the dificulty will approve, ## just replace the fonts i...
by spacetrace
Sun Jan 22, 2006 4:32 am
Forum: [2.0.x] MOD Database Cleanup
Topic: [2.0.13] disable spambots
Replies: 133
Views: 146005

captchas are extremely easily defeated these links show, that you can get humans to read the words on the captcha if you offer them something to win or free pix if they do... this works if you have the possibility to recognize the same word. but if you use skibberish words on your captcha, and put ...
by spacetrace
Fri Jan 20, 2006 2:08 pm
Forum: 2.0.x Support Forum
Topic: Fight the spam registration bots!
Replies: 544
Views: 216950

the spambot won't be able to figure it out even if it can read the captcha. nice idea, but for the beginning it would be enough to create a new captha image-genarator that is harder to read. i programmed one here: http://www.phpbb.com/phpBB/viewtopic.php?t=362561 cause if someone makes the efford t...
by spacetrace
Fri Jan 20, 2006 1:42 pm
Forum: [2.0.x] MOD Database Cleanup
Topic: [2.0.13] disable spambots
Replies: 133
Views: 146005

And even then I STILL get spam because the stupid porn peddlers, travel agencies in Uruguay, etc. have my site on a list of sites to spam! you could log the useragent and HTTP_ACCEPT_LANGUAGE of the spammers and if the language is something like korean or so , then just show them a white page: if (...
by spacetrace
Fri Jan 20, 2006 6:08 am
Forum: [2.0.x] MOD Database Cleanup
Topic: [2.0.13] disable spambots
Replies: 133
Views: 146005

i think this mod is a bit outdated cause modern bots simulate a real user, including session and waiting a few seconds before posting a better solution is the captha-validation-image where you have to type some letters from an image in the registration process. it is included in phpBB since some ver...
by spacetrace
Fri Jan 20, 2006 5:53 am
Forum: [2.0.x] MOD Requests
Topic: Visitor security mod?
Replies: 1
Views: 195

Perhaps Visual Confirmation for Guests
would be of interest
by spacetrace
Fri Jan 20, 2006 5:24 am
Forum: 2.0.x Support Forum
Topic: Fight the spam registration bots!
Replies: 544
Views: 216950

They found a way around it.... i guess the bots this time just read every page and use the form they really get there and then use the submitbutton on that page :( I think that the only solution to the spam problem is a robust death penalty. that would be nice ;) i found a mod somewhere that allows...
by spacetrace
Mon Jun 13, 2005 5:00 pm
Forum: 2.0.x Support Forum
Topic: Theme question
Replies: 5
Views: 422

Re: Theme question

bcs10 wrote: REPLACE WITH:
if ( $userdata['user_id'] = ANONYMOUS ) {$template_name = "TEMPLATE FOLDER NAME EXACTLY";}
shouldnt it be:

Code: Select all

if ( $userdata['user_id'] == ANONYMOUS )
???

Go to advanced search