Jump to content
MakeWebGames

Newbie123

Members
  • Posts

    17
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Newbie123

  1. You need to run your query through a loop to retrieve all the results you want; I'd post the code for you but I don't have time at the moment. Look up - http://php.net/manual/en/control-structures.while.php That should help you. :)
  2. case 'signature': signature_change(); break;   <a href='preferences.php?action=signaturechange'>Prof ile Signature</a></br>   The link isn't working because the action you've put in the link doesn't match the case you've set of 'signature'. Anyhow; You're not validating the data you're receiving *at all*, I can tell that you're not very experienced so I don't think you'll be able to implement this into your game without coming into any security implications with this.
  3. Sounds very good ;)
  4. Newbie123

    ATM keypad

    ^ Very nice!
  5. What you're doing is overcomplicating things... If he has to add new code to the file every time he makes a new house, now that's over complicating things.
  6. @Ben Nash; That's not really 'starting him off' - Plus it's wrong. I'm pretty sure there is a modification that does this around somewhere anyway although it won't be hard to make at all.
  7. signup_popup.php doesn't have access to the database.
  8. ^ Don't promote gay porn. (site redirects to a some kind of gay escort / meeting site)
  9. I don't believe you made this anyhow. http://makewebgames.io/showthread.php/39743-need-help-in-donator.php?p=258197#post258197 http://makewebgames.io/showthread.php/39552-probs-with-my-criminal.php?p=256327#post256327 And...if you did not at the standard that would make it worth the $30 you're asking for it.
  10. I actually think he has issues, every time he comes back the bullshit gets worse and worse.
  11. Newbie123

    Help

    $anpdata=$db->query("SELECT * FROM updates");   You're selecting *all* the statuses and not giving the query a WHERE clause to select specific data.
  12. I use Drupal almost exclusively. Obviously wouldn't work for a text based game but for any pages outside the game, I'd recommend.
  13. Newbie123

    Free hosting

    I'm using vps.net and everything is very good so far!
  14. It certainly looks promising!
×
×
  • Create New...