Jump to content
MakeWebGames

Akust0m

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Akust0m's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: MC Code Mailbox Exploit? Do you guys think you could be a bit more specific. Maybe give a direct fix rather than using such terminology a beginning coder would find difficult to grasp.
  2. I've heard of people talking about an exploit in the MC Codes mailbox.php? Does anyone know about this? If you have any information upon this, please PM me and explain it to me or maybe post a fix.
  3. Re: Causes of Looping? Is there anything in the following bit of code that may cause it to redirect improperly like this?   $page=$_GET['page']; function gamedrop($connection,$ddname="searchfor",$selected=-1) { $ret="<select name='searchfor' type='dropdown'>"; $q=mysql_query("SELECT * FROM flash ORDER BY game ASC",$connection); if($selected == -1) { $first=0; } else { $first=1; } while($r=mysql_fetch_array($q)) { $ret.="\n<option value='{$r['game']}'"; if ($selected == $r['game'] || $first == 0) { $ret.=" selected='selected'";$first=1; } $ret.= ">{$r['game']}</option>"; } $ret.="\n</select>"; return $ret; }
  4. Re: Causes of Looping? What causes it to have an endless redirection though?
  5. What exactly cause a page to loop and not load properly?
  6. I just want to know who is everyones favorite freebie mod poster?
  7. Re: Number format i tried that nheimberg and it came up as a blank white page
  8. Re: i better warn all game owners here That msn addy sounds familiar. Thanks for the heads up though madogdan.
  9. Re: Currency Ya, Vorlen is spot on. Good thinking.
  10. I know mccodes v1 has more mods, but which version do you all think is easier to work with? Or better yet, Is there anyone out there that might be able to create some source codes that no one else has because I want to make a game that is way different than everyone elses game.
×
×
  • Create New...