Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. Post up your attack file, your not updating the database...
  2. ImmoralThug, need I say more. His codes are always full of nice little bug's
  3. For best results, pay for a host.. I currently use W3Theory, which offers hosting for as low as $2.99 a month, link is found in my sig. But near enough every host will support McCodes, as its just basic PHP, and basic MySQL..
  4. Why not go with someone else, whos better and possibly cheaper.
  5. X10 hosting is crap -.-
  6. Why are you typing so big and so orange, and ive already told you on msn -.-
  7. Can i ask why your linking to a perl script?
  8. $_SERVER['PHP_SELF'] << insecurity right there ;)
  9. I don't see any need for anything in the users table here. Wouldnt it be better in a pets table?
  10. Can i suggest changing the register, and having a dark/black broundground on the table?
  11. I cant see the screenies?
  12. Show me the part where your using the function
  13. Try this: function username_formatter($username) { $USER=mysql_query("SELECT * FROM users WHERE username=$username"); $FETCH=mysql_fetch_array($USER); if($FETCH['donatordays']&&$FETCH['user_level']==1) { $FETCH['username'] = "<font color=white>[b]{$FETCH['username']}[/b]</font>";$d="[img=donator.gif]"; } if($FETCH['user_level']==2) { $FETCH['username'] = "<font color=red>[b]{$FETCH['username']}[/b]</font>";$d="[img=donator.gif]"; } if($FETCH['user_level']==5) { $FETCH['username'] = "<font color=#00FF00>[b]{$FETCH['username']}[/b]</font>";$d="[img=donator.gif]"; } if($FETCH['gang']>0){ $gang=mysql_query("SELECT * FROM gangs WHERE gangID={$FETCH['gang']}"); $gn=mysql_fetch_array($gang); $gangtag="[url='gangs.php?action=gang_view&gang_id={$FETCH['][{$gn['gangPREF']}][/url]"; } else { $gangtag=""; } echo "$gangtag <a href=viewuser?u={$FETCH['userid']} />{$FETCH['username']}</a> $d"; }
  14. And why have you got this: $count = 3; $x = -1; while($x < $count) { $security = array("ID","viewforum","viewtopic"); $x++; $_GET[$security[$x]] = abs(@intval($_GET[$security[$x]])); }
  15. Quick Question 1) why do you have this unneeded piece of code: $IP = mysql_real_escape_string($IP); $IP = $db->escape($IP);
  16. I like the mod, thanks for sharing :)
  17. Really you werent?
  18. Whats weird about Jordans way, many top developers do it that way....
  19. If you really want to just experiment, use something like WAMP
  20. No free hosts will allow minute crons :/
  21. Really, Top right, theres something that says Search, click it, type in this; Signature Mod Click the button, look at the results, you'll find it :)
  22. Whats your new name?
  23. Can i ask why do you leave a space between the href, = and ' :/
×
×
  • Create New...