Jump to content
MakeWebGames

Jake

Members
  • Posts

    106
  • Joined

  • Last visited

    Never

Everything posted by Jake

  1. Re: [email protected] -- anyone know? He's long gone.
  2. Re: no encryption Seriously ... Just use a password reset script, there is no point in not having encrypted passwords. Mail me about a password reset script
  3. Re: help donation Yes i believe this is correct. You could put something like this into monorail:   if($_GET['to'] == **CITY ID FOR DONATORS ONLY GOES HERE** AND $ir['donatordays'] ==0) { die("Donator Only City"); }
  4. Re: [email protected] -- anyone know? ...Suppose, It doesn't matter they were rubbish mods i sent anyway.
  5. Re: function error yeah i know that. Its ok i just copied a bit from Admin to put into a form
  6. Re: Tables... Only returning one entry? i discovered that i could just join the tables i need to use.
  7. Re: Tables... Only returning one entry? I had already tried this, but it doesnt work
  8. When I'm making a table which is taking data from my MySQL databases... it is only printing one record... even though there are many in there. Anyone got an answer? :-( I believe this may be occurring because within the table i am trying to include data from other SQL tables, as this happened before with forums, when i was trying to include a users level, and post count. Is this why?
  9. Re: function error Ok, i really don't know how to do this, so how would i turn this into a form...?
  10. Re: Need some help i don't know how to stop this...maybe something like, you can only get crystals out once a minute...this should stop them being able to open the second window or something similar
  11. Re: function error I'm using lite, and the names in there are incorrect, but im sure i can manage going through and editing the names. Thanks a lot Spellbyte :mrgreen:
  12. Re: function error Can you tell me how you've done this please. I'm trying to do the same for cars, and gangs...? I can't seem to define it in the global func file.
  13. Re: Gang War --- Help Needed That error there gives unexpected {. But other than that, no errors, its just not inserting it.
  14. Here's what i have. I know that it's the INSERT function that's not working because i have separately printed the values i wish to insert, and they print correctly, so i think it may be my arrangement of the insert.   $warfirm=mysql_query("SELECT * FROM firms WHERE fID={$_GET['WID']}",$c); $wf=mysql_fetch_array($warfirm); $myfirm=mysql_query("SELECT * FROM firms WHERE fID={$_GET['ID']}",$c); $mf=mysql_fetch_array($myfirm); mysql_query('INSERT INTO `firmwars` (`f1id`, `f1name`, `f2id`, `f2name`, `wardays`) VALUES ('{$mf['fID']}', '{$mf['fNAME']}', '{$wf['fID']}', '{$wf['fNAME']}', '0'),$c);   I've tried endless variations of this code, but to no success, please help
  15. Re: Page Redirection. i use this quite regularly throughout coding now. If you find this, on almost every page:   if($_SESSION['loggedin']==0) { header("Location: login.php");exit; }   ...You can put all the other redirections in there. If you need to update the SQL table or perform user specifics Ifs, then cut this:   include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level();   And place it directly above the if you need to perform.
  16. Re: Jail DB Setup Go to users: Add: Jail, (int, 11) Jailreason (varchar, 255)
  17. Re: Mod ideas Donating - IPN Voting - IPN (so people can't open the window then close it without voting)
  18. I was wondering what you think is better, buying a fully established game (V2) or getting the starting version for free (Lite), putting some work in yourself, and getting the game you want. I have a game with Lite, and also about 2/3 in progress, and i enjoy working with lite as i can put my own mods, make them look exactly how i want, and i can say that i did it all pretty much from scratch. I have enough money, and was going to purchase MC Codes 2, but after thinking about it and talking to my co-owner, we thought it would be better to put some decent hours of coding into the new game, and have the finished product exactly the way that we want it. I can see why people would buy MC Codes 2, if your a weak coder, and have a few bob spare at the end of the month. But, for most game owners (i am aware are in their teens, like myself), i see Lite is the best way to go, especially if you can code yourself. You can teach yourself new things as you go along, whereas with v2 it's all done for you. Granted it takes a lot more time, but i see it as more rewarding. What do you think, would you rather buy MC Codes v2, or work with Lite?
  19. Re: staff applications Yeah...it doesn't work for lite.
  20. Re: will potions You, and so you will need to add a new item type ...
  21. He was going to buy about 15 mods from me, so i sent him 2/3 beforehand. He then said that he would pay after, this never happened...its not a lot of code i've lost, it was only like jail/hospital/advanced search. Does anyone know who he is? There is no way to report him to paypal, or if there is, i can't find the link? Does anyone know what i should do about this, he promised me $300?
  22. Re: Inserting 1000 records...easier way? i really don't understand that function, can you tell me how it works.
  23. I want to insert about 1000 records into a MySQL table. They will need first name, last name, and a couple of stats, but i suppose the stats can be done with a rand function. I really want to know: Is there an easier way to enter 1000 names into the database that going through and manually entering them?
  24. This is the second site i am setting up, on the first we had a bit of trouble with our cron job configuration. This second time we are again. We have entered the cron command just as told by the installer. Yet it is not working... I have even copied it from my other game, changing the mykey value. What could be wrong?
  25. Re: 1.1 has no jail or hospital! how can i get a jail or hospital? add me: [email protected] ... i have Lite, and added Jail, Hosp myself.
×
×
  • Create New...