Jump to content
MakeWebGames

Decepti0n

Members
  • Posts

    731
  • Joined

  • Last visited

    Never

Everything posted by Decepti0n

  1. Decepti0n

    Crons

    Re: Crons did you change something in your database which would screw up the queries int he crons? just a thought
  2. Re: Counting (nr game) 842
  3. Re: INT and BIG INT you could use text fields
  4. Re: Give Item Error change the query in the admin panel
  5. Re: Give Item Error match the # of columns used in the insert query to the number of columns in the table in the db
  6. Re: CRONS uh..ok?
  7. Re: Cheap Hosting its impossible to have unlimited transfer i'd rather the backing of a legit company rather than 'your friend'
  8. Re: Cheap Hosting whats the url? considering you can't guarantee unlimited bandwidth, and $50/life is just ridiculous, i'll pass
  9. Re: coder needed domain: www.namecheap.com hosting: dunno gonna be a bit hard to find a coder to do anything you want for free, maybe here and there
  10. Re: TC Rips They all won't be around forever Just like mine wont :p
  11. Re: Help me!!!!!!!!!!!!!!! import an sql dump? hell if i know, i dont even know where to start to help maybe they figured out your cron directory, or you didn't change it
  12. Re: old, but good :O damn, that would've taken a while to make
  13. Re: MySQL fetch array delete the ,$c when will people learn that you don't need it :(
  14. Re: Rewards for voting is it in any of the included files?
  15. Re: Page Redirection. how about <?php session_start(); mysql_query ("UPDATE users SET energy=energy+5 WHERE userid='".$_SESSION['userid']."'",$c); header('Location:http://apexwebgaming.com/in/1499'); ?>   that should be fine
  16. Re: Rewards for voting you get it because you used the header() tag after outputting html
  17. Re: SOMEON HAS HACKED MY GAME NEED HELP i dont think we're gonna be much of a help if you dont even know where to start
  18. Re: User "sifter" cron http://www.php.net/mail
  19. Decepti0n

    Happy...

    Re: Happy... those fireworks lag me so bad :( happy new years :p *waits for his new modem to friggen arrive*
  20. Re: no encryption just dont friggen do it they dont need to be reminded, if they forget, they can reset it also, its more trusting for the members if the owner doesn't know their password, and its more secure if someone d/ls your database its more work than its worth, and you can't just copy the md5'd string and use it as the password because that'd be hashed again, and they wont be able to login
  21. Re: no encryption you'd wanna do this why? :|
  22. Re: SQL Injection the problem starts with the fact that hardly any query in the codes is checked, it inserts post data straight into queries
  23. Decepti0n

    Happy Holidays

    Re: Happy Holidays happy holidays as well damn that sounds weird :s i prefer just saying merry christmas
  24. Re: Disable referrals on a user   $banned = array(1,2,3,4); if (in_array($_POST['ref'],$banned)) { // pwned } kinda smaller/cleaner :P
  25. Re: Disable referrals on a user   if($_POST['ref']!=IDOFTHEUSERYOURDONTWANTTOBEABLETOREFERGOESHERE) { mysql_query("UPDATE users SET crystals=crystals+100 WHERE userid={$_POST['ref']}",$c); event_add($_POST['ref'],"For refering $username to the game, you have earnt 100 valuable crystals!",$c); } else { event_add($_POST['ref'],"for being a noob and smelling like toast, i hereby banish you from recruiting among the morons you sleep with at night",$c); }
×
×
  • Create New...