PHP Nuke security code problems

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   re: PHP Nuke security code problems
Gareth
CZ Addict
 Codezwiz Site Donator
Gareth has been a member for over 20 year's 20 Year Member
uk.gif
Occupation: Student, Webmaster
Gender: Male
Fav. Sports Team: Liverpool FC
Status: Offline
Joined: May 29, 2004
0.08 posts per day
Posts: 587
Points: 38,220
   
Lmao, sorry... i was half asleep

Try replacing in that block u said u've got this code:

account.html&op=gfx&random_num=$random_num


with this code:

modules.php?name=Your_Account&op=gfx&random_num=$random_num


Gareth



_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#2   re: PHP Nuke security code problems
hachemon
CZ Newbie
hachemon has been a member for over 19 year's 19 Year Member
Age: 34
Gender: Male
Status: Offline
Joined: Dec 30, 2004
0.00 posts per day
Posts: 6
Points: 242
   
Pardon but there's still no difference... I wonder why the forum modifies the code by itself...



Back to top Reply with quote
#3   
JRSweets
CZ Active Member
 Codezwiz Site Donator
JRSweets has been a member for over 20 year's 20 Year Member
usa.gif massachusetts.gif
Age: 43
Gender: Male
Fav. Sports Team: NE Patriots
Website:
Status: Offline
Joined: Apr 07, 2004
0.03 posts per day
Posts: 259
Points: 19,861
  MSN Messenger 
They are being changed because this site uses google tap.



Back to top Reply with quote
#4   re: PHP Nuke security code problems
hachemon
CZ Newbie
hachemon has been a member for over 19 year's 19 Year Member
Age: 34
Gender: Male
Status: Offline
Joined: Dec 30, 2004
0.00 posts per day
Posts: 6
Points: 242
   
oh so can someone let me know the code without google tap?
kinda hate the security code problem...



Back to top Reply with quote
#5   re: PHP Nuke security code problems
Gareth
CZ Addict
 Codezwiz Site Donator
Gareth has been a member for over 20 year's 20 Year Member
uk.gif
Occupation: Student, Webmaster
Gender: Male
Fav. Sports Team: Liverpool FC
Status: Offline
Joined: May 29, 2004
0.08 posts per day
Posts: 587
Points: 38,220
   
I wondered why it done that LOL icon_mrgreen.gif

Remove the space sicon_smile.gif Hopefully it'l work!

modules . php? name=Your_Account& op=gfx& random_num= $random_num


Gareth



_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#6   re: PHP Nuke security code problems
hachemon
CZ Newbie
hachemon has been a member for over 19 year's 19 Year Member
Age: 34
Gender: Male
Status: Offline
Joined: Dec 30, 2004
0.00 posts per day
Posts: 6
Points: 242
   
nope, not working...
I've set $gfx_check in config.php to 7, but still not working
one of my friends say that he can see the code and login, but i refreshed my browser so many times and the result is still the same.
icon_cry.gif



Back to top Reply with quote
#7   
DanMaz
CZ Newbie
DanMaz has been a member for over 19 year's 19 Year Member
Gender: Male
Status: Offline
Joined: Dec 15, 2004
0.00 posts per day
Posts: 4
Points: 322
   
what file is the image script in?



Back to top Reply with quote
#8   re: PHP Nuke security code problems
bloodsport
CZ Newbie
bloodsport has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jun 19, 2004
0.00 posts per day
Posts: 8
Points: 2,104
   
I dont remember what the code originally looked like but replace yours with this (worked for me)
Find if (!$gfx_chk) { $gfx_chk = "7"; }
   if (!$gfx_chk) { $gfx_chk = "7"; }
   if (extension_loaded("gd") AND ($gfx_chk == 2 OR $gfx_chk == 4 OR $gfx_chk == 5 OR $gfx_chk == 7)) {
      $content .= "<span class=\"content\">"._SECURITYCODE.":<br /><img src=\"?gfx=gfx&random_num=$random_num\" border=\"1\" alt=\""._SECURITYCODE."\" title=\""._SECURITYCODE."\" /><br />\n";
      $content .= ""._TYPESECCODE2.":</span><br /><input type=\"text\" name=\"gfx_check\" size=\"7\" maxlength=\"6\" />\n";
      $content .= "<input type=\"hidden\" name=\"random_num\" value=\"$random_num\" />\n";
   }
   $content .= "<input type=\"hidden\" name=\"redirect\" value=\"$redirect\" />\n";
   $content .= "<input type=\"hidden\" name=\"mode\" value=\"$mode\" />\n";
   $content .= "<input type=\"hidden\" name=\"f\" value=\"$f\" />\n";
   $content .= "<input type=\"hidden\" name=\"t\" value=\"$t\" />\n";
   $content .= "<input type=\"hidden\" name=\"op\" value=\"login\" /><br><br>\n";
   $content .= "<input type=\"submit\" value=\""._LOGIN."\" /></center></form>\n";
   if ($rowS[1] == 1) {
      $content .= "<center><span class=\"content\">[ <a href=\"modules.php?name=Your_Account&amp;op=pass_lost\">"._PASSWORDLOST2."</a> ]</span></center>\n";
   }



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum