Jump to content
MakeWebGames

AlabamaHit

Members
  • Posts

    1,308
  • Joined

  • Last visited

Everything posted by AlabamaHit

  1. Re: cron_hour help below $c=$db->connection_id; add require("global_func.php");
  2. Re: question   if($odata['level'] >= $ir['level'] + 100) { die("can not attack 100 levels above you"); }
  3. Re: marquee with admin function probalry just tying to get his post count up...cause his post is just like mine...pointless. He could have simply said nice work...
  4. Re: sql help   Yup you should :wink:
  5. Re: sql help I understand that. That's why when I sell a mod, I make sure its working 100% before sending to people. So the buyer don't have this problem. I can understand the frustration. I would be impatent also if I bought a mod and it didn't work.
  6. Re: If you have an item, you can create another? well then check in the game to see if you have the items. Cause the code that Killah gave you looks 100% right.
  7. Re: sql help Not if its a paid mod. It would not be fair to the one who created it.. Contact the person you bought it from. It's more than likely a typo in the page. i'm sure they will fix that for you very quick.
  8. Re: [mccode V2]Loan Office $5 bump
  9. Re: [Mccodes v2] Voting System ($15) bump
  10. Re: [mccodes v2] Jail Bust Offer [$5.00] bump
  11. Re: mccodes error help please I'm pretty sure if you have to say that, then it's probarly not... Also if you do say that...then your a child...and shouldn't be running a game... How old are you 13?
  12. Re: mccodes error help please lol
  13. Re: mccodes error help please when typing reason don't use a ' that caused the errror.. or try Adjusted user ID 5\'s staff status.
  14. Re: [mccode2] Updated Attack Script That Works With My Updated Inventory ($5.00) @Strats Didn't advertise it on CE. (Didn't want people giving it away lol); I just sold it to individuals. @MDK666 Yes I charge that much...Cause my scripts are a lot more complex and secure than most.   EDIT: Just realized how that sounded.... It's not ment in a bad way toward anyone... So before peopel jump to conclusions. lol
  15. Re: [mccode2] Updated Attack Script That Works With My Updated Inventory ($10.00) $10 is not back for a working attack. So stop complaining.   Heck, I charge $25 for my one click attack.....So, $10 is cheap.
  16. Re: Get error when trying to add item Don't leave anything blank. If you don't want to enter anything put a 0 Example, unbuyable item, sell price and buy price needs to be 0.
  17. Re: Auto quantify   function item_give($user, $itemid, $qty, $notid=0) { if($notid > 0) { $q=mysql_query("SELECT * FROM inventory WHERE inv_userid={$user} and inv_itemid={$itemid} AND inv_id != {$notid}"); } else { $q=mysql_query("SELECT * FROM inventory WHERE inv_userid={$user} and inv_itemid={$itemid}"); } if(mysql_num_rows($q) > 0) { $r=mysql_fetch_array($q); mysql_query("UPDATE inventory SET inv_qty=inv_qty+{$qty} WHERE inv_id={$r['inv_id']}"); } else { mysql_query("INSERT INTO inventory (inv_itemid, inv_userid, inv_qty) VALUES ({$itemid}, {$user}, {$qty})"); } }   You use it like item_give(USERID, ITEMID, QTY);
  18. Re: [v2]Ctemple I'm pretty sure this is already free........ (As typing this doing a search) RESULTS: http://criminalexistence.com/ceforums/i ... ic=28815.0 http://criminalexistence.com/ceforums/i ... ic=28556.0 http://criminalexistence.com/ceforums/i ... ic=28512.0 Many many many more.. look... go here http://criminalexistence.com/ceforums/i ... h;advanced type in crystal market and presto
  19. Re: [mccodes]Secure demo account Zero that looks a lot like the code i posted 2 weeks ago.....lol.... Well not really, same difference though, if they would have searched...or looked at forums they would have seen this.. $page = array("/preferences.php", "/mailbox.php");//Just exmaples...Add whatever. if($ir['userid'] == DEMO_ACCOUNT_ID && in_array($_SERVER['SCRIPT_NAME'], $page)) { echo "Sorry, this is not allowed for demo account."; echo " <br/ >"; echo "[url='index.php']> Go Back[/url]"; exit; }   I posted it in http://criminalexistence.com/ceforums/i ... ic=28639.0 Same difference... :)
  20. Re: Mccodes V2 crime formula help you can use a calculator on this.................................................................
  21. Re: Hacked :( I do treat as I want to be treated. If I can't be bothered to use the search box, I would expect people to talk bad to me, when the question I asked has been asked 50 times, and answered 50 times. Yeah, you have no idea cuase you new, and new is NOT an excuse this site is just like all others. It has a nice old search feature. So, that is why they are bashed for asking and if theyh give up on coding Good...cuase they don't need to be donig it and don't really want to learn it if they give up that easy. Now, People saying you can not learn from internet tutorials, and reading books.. Well this is going to get me some bad marks.. if you can not learn like that. Well, in all honesty you probarly to Stupid to be coding/programming. You have to admin, this is not flipping burgers, nor changing oil. So if your not smart enough to learn that way, well, your probarly not smart enough to do it at all.
  22. Re: Hacked :( lol, Dazza you have a point there. I see where you are coming from on that. :-)
  23. Re: Level specific items lol, small typo there Z3ON   if($i['itmid'] == ID && $ir['level'] >= LEVEL) { echo "[url='']User[/url]"; }
  24. Re: Hacked :( Ok If you come to Learn..LEARN....Don't make games...That's simply NOT learning. Yes best way to learn is to jump in and try stuff.. That's what LAMP and XAMP is for. You have NO right to offer a game, that depends on donations from people to the public if you are "Learning" like you said. You are not a game owner, your a person learning. Simple as that. If that is going to be your excuse go learn. Ask questions. Oh, and posting that guys IP will get YOU in trouble, as that breaks a law. So you know, that. Not "bitching" at you, I'm just like everyone else sick of hearing about the 500 games every month that open and close. You are KILLING the business of games. Your getting into everyone elses cuase your drawing people to crappy games, they see them think that all text based browser games will be like that., and we lose out. I honestly don't expect most to understand cuase most on here are under 15 years old. And you dn't want my opinion on that...
  25. Re: Hacked :( Honestly I don't think you can report them. They did Not "Hack" your site, from what it sounds. They used an exploit. That YOU allowed. Not saying what they did was wrong. But you are in wrong also for not securing your codes. Just my opinion. And they are probably on a proxy. So you will have to find out what proxy. Contact them. Let them search for the person. Now the tricky part. Did they still money? No, did they steal anything No. So the proxy company probably wont waist their time with it. Also if your going to try to go after them. You better have bought the source code and have pay pal transactions to prove it. Or YOU will be gettin into more trouble than them. They didn't hack, they exploited. Not the same thing
×
×
  • Create New...