Jump to content
MakeWebGames

jon182

Members
  • Posts

    233
  • Joined

  • Last visited

    Never

Everything posted by jon182

  1. it could be that delete is a sort of "function" itself. I encountered the same problem but trying to use do im assuming it won't work for any words such as do, for, if, etc. Though im not positive as i don't know if delete is a "function" itself like do, or for.
  2. The only queries that you actually need to secure are ones with player input, and i suggest securing all usernames when they are created as they are sometimes used in queries automaticly.
  3. Ok i know this is probably a noob question but i dont feel like searching a bazillion files. Anyone know off the top of their head where the code that sets a users brave is stored?
  4. message sent
  5. thanks for the help. immortalthug is now securing my game so i know itll be done right.
  6. is Jambo well known? Do you know who he is in real life and who i could report him to or even his hosting company? (whois is private) i've fixed it now its just about the legal pursuit to close his website down.
  7. Hey this website hacked my website butopy.com They inserted a metatag to refresh to their site and stole admin id and changed my password (i cant even login) I've still got cpanel access so no worries there. Im wondering how i can use legal action against them any help is appreciated thanks. alright it appears that they got control of my admin account and changed names etc. to include meta tags.
  8. Ya im pretty much broke so im looking to take any and all mod requests. I charge per the job, mail me with what you want done and ill give you a quote. My prices are from $10 and up since im pretty desperate for money.
  9. If you have purchased and mccodes game recently i will install it for you FREE OF CHARGE. but wait there must be a catch...well of course there is. if you signup with my hosting company (and stay with them for at least a month) using my refferal link i get $75, so in exchange for signing up for http://www.hosting24.com/page/796 i will install your mccodes game for you absolutely free. Just signup following that link mail me and ill do the rest.
  10. mine are just (CRIMEXP/2) then the harder the crime the more i divide by. Oh and the very first crime formula for begging is 90 very complex i know
  11. go onto my website respectedmafia.com mail me and ill set you up a gang for testing purposes
  12. What this does ______________ Gang Leaders can create ranks for there gangs. They assign these ranks to the users. Then they set what rank users must be to view each staff page. Users can view the possible rankings and which is needed to view each page. Each ranking/ranking needed is set by the gang leader. delete ranks. When you delete a rank that someone has it will move them to the lowest available rank _______________________________________________ very easily customizable or i can create ad-ons for a very small fee. If you wish to purchase mail me or to purchase the rights to this mod mail me and we can decide on a price.
  13. i would definatley buy this if i had the money
  14. Just do $length=strlen($_GET['header']); if ($length == 0) die ("You must input something"); else { code }
  15. Ok i think that my game is secure, iv added all the securities on the forums and then some but i was wondering what it would cost me for a well known person to go through all my files and secure anything i might of missed. MCcodes 2 and several mods.
  16. Ya if you have a huge user database you could just send it form a seperate email. or have each action sent from its own email
  17. i didn't bother to check, dang its gonna suck if there is. Ok i went through and checked, the only one i found seemed to be way different than what i built. That one was also insecure. Min you merely have to enter your # carrier and what you want to be texted for. Theres also no text limit. But because of this Discount price $10
  18. What is this mod? __________________ In this modification you go to a page and insert your phone number, your carrier (drop list), and you check which boxes you want to be textd for. you can be texted when you have in game mails. When you've been attacked, when you have a new event, when theres an announcement, when your brave bar is full, or when your energy bar is full. What is required? ___________________ Webhost that supports emails. 5 minute cron (not a new one the one that comes with mccodes). Wont users be texted every 5 minutes if their energy or brave is full? _______________________________ No, they will not be texted more than once for their energy or brave bar until they login again. Is this secure? _________________ Yes. The user only ever types in 1 thing and that is their phone number.Then the file makes sure that it's numeric and that it contains 10 digits no more no less. Wont this cost me 10 cents per messsage? ____________________________________________ No for you it's no different than sending an email. For the player its a normal text message. How many messages can i send per day? _________________________________________ that is all dependent on your hosting company. What phone companies does this work for? _______________________________________ Alltel AT&T (formerly Cingular) Boost Mobile Nextel (now part of Sprint Nextel) Sprint PCS (now Sprint Nextel) T-Mobile Verizon Virgin Mobile USA it will work for those companies. More can easily be added if needed though through very minimal sql knowledge   What is included? __________________________ 1 php file. 2 sql tables 2 columns added to the users table. 1 five minute cron edit 2 global_func edits edits to the attack pages, mailbox.php staff.php and 1 line added to globals.php What will this cost me? ___________________________ The current Price is $10 To test out a demo or to buy PM me.
  19. if you actually want to own a game you need to learn to code. Stop making multiple post asking for the same stuff escpecially since you want it all for free. learn to code or fork over the cash
  20. jon182

    $end issue

    whenever i got that message it was because i was missing a single quote ' double quote" parentehses ( or bracekt {
  21. im not positive but it's possible that you didn't cmod your public_html to the right number
  22. how about instead of spamming and asking for a million things at once for free you learn how to code or you buy some stuff
  23. $qty=$db->query("SELECT * FROM inventory WHERE inv_userid=$userid and inv_id={$_GET['ID']}"); $qty2=mysql_fetch_array($qty) if($_GET['qty']>$qty2['inv_qty']) { die ("You are trying to add more items to the market than you have."); }   try that
  24. ok thank you
  25. i don't believe i recieve an error. (sorry for the rhyme) And it's not doing anything. Nothing is running on the whole cron.
×
×
  • Create New...