Jump to content
MakeWebGames

sfekt`

Members
  • Posts

    40
  • Joined

  • Last visited

    Never

Everything posted by sfekt`

  1. Re: war error give me the exact line you use to insert.
  2. Re: [Free v1 & v2] Advanced Gang Logs That's all in staff panel :o what i did is have it log everytime a user donates/receives points/money from the gang.
  3. Re: Users stats reset to 2,147,483,647   Change all the fields in userstats from int(11) to bigint(20)
  4. Re: Neat Little Bug Used to reward when voted and COUNTED, deception, what's your msn?
  5. Using incenitive voting on topwebgames.com; link used: "http://www.topwebgames.com/in.asp?id=5081&myId=$userid&alwaysreward=1"; users can validate the vote, it'll say success, than refresh. My code for rewarding below: <? $userid=$_GET['myId']; print "user: $userid "; require "mysql.php"; require "global_func.php"; global $c; print "connection: $c "; $q=mysql_query("SELECT * FROM votes WHERE userid=$userid AND list='twg'",$c); if(mysql_num_rows($q)) { die("already voted "); } else { mysql_query("INSERT INTO votes values ($userid,'twg')",$c); mysql_query("UPDATE users SET money=money+100 WHERE userid=$userid",$c); event_add($userid, "Your vote at TWG was successful, you have been credited $100.", $c); print "vote: complete "; } ?>   Any ideas? :\
  6. Re: PUB why not do a random amnt?
  7. Re: Joinable Organised Crimes yea me and cronus coded one works very nicely ;)
  8. Re: !!**Whore House Mod FREE**!! Just a suggestion..use random factors or base the whores on your current levels..
  9. Re: MC2 Codes - Are they worth it? I'm using source codes 1. something, don't even know. All good though, I re-did all the forumlas in my game and version 2 will be out soon :lol:
  10. Re: Steal Crystals when you Mug someone... You need to post the function "make_bigint"
  11. sfekt`

    mIRC

    I think CE should have an IRC server, and we can all have a channel on it for our games, agreed? :-)
  12. Re: ***!!FULLY WORKING LEVEL UPGRADE MOD HERE FREE!!*** I think my little code I did worked fine :|
  13. Re: ****FREE Mining mod**** Check out the mining mod on mine @ www.urban-riot.com :) I modified it a lot
  14. Re: Help me fix my announcemnts mod Did you code this mod yourself or is it stolen
  15. Re: ****FREE Mining mod**** Hmm, for a level 1 user, what is the max power / power supposed tobe ?:o
  16. Re: ****FREE Mining mod**** im gonna use this, but re-do the entire thing, users shouldn't find something each time they mine..
  17. Re: MC2 Codes - Are they worth it? my admin panel is already loaded :) damnit dbs, stop selling your cars & pets mod let kids do it on their own..
  18. Re: ****FREE Mining mod**** mining? :o
  19. What's so much different about these codes? Are the only things changed are the forumlas in gym & crimes?
  20. Re: BUG HELP!! uhh who said he's using an IPN? :?
  21. Re: BUG HELP!! um they're probobaly using donator.php?action=done&type=whatevertypehere&tx=1 ... so yeaaa
  22. Re: Putt Putt Golf woot adding that to my arcade, got any other good games?
  23. Re: Sick and Tired of Them Yup these new kids try and sell dabomstew's codes that come with paid versions.
  24. Re: Site Radio Running radio of your own pc = BAD, running off your webserver = WASTE OF BANDWIDTH =o
  25. Re: Seanybob's Arcade Mod Heh I've had an arcare for a while now, and I mooch off other sites bandwidth :]
×
×
  • Create New...