Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #31.8K
Ranked #4K
~1K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for iorgobus1

I've been using this [URL="http://querythe.net/Animated-Gif-Captcha/"]php captcha[/URL]. It's pretty secure since it doesn't use traditional gd / jpg images so most cracks can't read it. It also comes wrapped up in a comment script and a contact form for easy implementation on your site.

Member Avatar for marius2008
0
193
Member Avatar for majestic0110
Member Avatar for sneekula
0
279
Member Avatar for phploveisgood

try this, [code=php]if (preg_match("/bobo\/index.php/i",$_SERVER['REQUEST_URI'])) { $style_home = 'style="background-color: #6C674F"'; }[/code] instead of [code=php]if($_SERVER['SCRIPT_NAME'] == '/bobo/index.php') { $style_home = 'style="background-color: #6C674F"'; }[/code] or like was said above just echo $_SERVER['SCRIPT_NAME'] ; to see what the variable actually is and adjust from there. [QUOTE=phploveisgood;603611]Excuse me! I don't realy understand what you mean. …

Member Avatar for Member #269073
0
307
Member Avatar for cybernet

wow, talking about asking for a handout .... I'll pass There are security breeches all over the place here as you are wanting to send a password through an insecure connection (http NOT https). So not showing the url is not helping or hurting.

Member Avatar for sDJh
0
143
Member Avatar for venomlash

I send all hacking attempts on my sites to a rickroll. I realize most are just bots but someday someone will have to come take a look. It makes me feel better knowing A> they aren't getting in B> I've wasted a little bit of someone's time

Member Avatar for jephthah
0
147

The End.