Jump to content
MakeWebGames

Michael

Members
  • Posts

    217
  • Joined

  • Last visited

    Never

Everything posted by Michael

  1. Re: Jailbust How Do I.. I agree.
  2. Michael

    gretna

    Re: gretna Late Reply*** Poor, poor Gretna, we had a great run.
  3. Re: [mccode v1]Starter Pack Item Go to admin.php and find the bit thats for giving user Dp and copy and paste the bit where it says, you have been given a ?? donator pack by the administration. and stick it in itemuse.php. I have my own version of this on my game and i also added this: mysql_query("INSERT INTO mail VALUES ('',0,0,$i,unix_timestamp(),'Welcome !','Hello, Welcome to GalacticaTheGame ! You have been given a 3 day welcome Donator Pack, It is in your inventory. Any problems please mail our staff. Thanks for joining !')",$c) or die(mysql_error()); mysql_query("INSERT INTO inventory VALUES('',ITEM ID, $i, 1)", $c);   Just add this in on register.php under the registering data in DB. It's good. If you use this +1 me :D:D:D:D:D:D:D:D:D:D:D Jokeing i dont give a poop. Ahaha i make myself laugh so bad it hurts.
  4. Re: Doubling in game...? If its the same codes you are using again and again that'll be why, check docrime.php and copy the bit that says update USERS set brave=brave and the rest. Then we can see if it's your files. Or if it's something different.
  5. Re: BACKGROUND COLOR   Better late than never. I dont.
  6. Does anyone know how to do dropdown menu's where a user just has to hover their pointer over the menu and all the links dropdown and then they just click the link ? I have one at the moment where it's just a box with the icon to click to dropdown the menu and as soona s they click they get linked, but it's just looks rubbish !! I would kinda like one like the ones on phphorizons demo game, the one that i had fun doing the "How deep does this go..." Ahahaha. Anyway, i dont often ask for help so i hope this work in my favour ? Ie i get some help rofl. And my game isnt to make money, it's just for me to play around coding in etc, one day i may actually properly open it haha.   Thanks in advance !
  7. Re: Add Jail Time to Crimes! Do you have a jailreason in your users table in the DB ?? Seriusly mate this is simple shite..
  8. Re: Arsons City Owning Mod   Ownage ! I remember from the last time i used these forums that UCC was a great and funny guy.. does he still go on here ? He made it funny.. didnt seem to like Arson..
  9. Re: Auto Fed Url links in mail Just add a wee bit to mailbox_compose. So that it has to be numbers and letters.. this may cause problems to users exchanging msn's etc but if you think it's that biga problem then do it.. people giving out URL's are either shit game owners or game users who you can get fedded by talking to their game owner, you should also do this for names..
  10. Re: Add Jail Time to Crimes! Yeah i think it should work, dont have time atm to check.
  11. Re: Add Jail Time to Crimes! <code> if(rand(1,100) <= $sucrate) { print str_replace("{money}",$r['crimeSUCCESSMUNY'],$r['crimeSTEXT']); $ir['money']+=$r['crimeSUCCESSMUNY']; $ir['exp']+=(int) ($r['crimeSUCCESSMUNY']/8); mysql_query("UPDATE users SET crimes=crimes+1 WHERE userid={$ir['userid']}",$c); mysql_query("UPDATE users SET money={$ir['money']},exp={$ir['exp']} WHERE userid=$userid",$c); } else { print $r['crimeFTEXT']; $jailtime=(int) rand(10,30); mysql_query("UPDATE users SET jail=$jailtime WHERE userid=$userid", $c); mysql_query("UPDATE users SET jailreason='Failed a crime' WHERE userid=$userid", $c); } </code> Then all you gotta do is add : jailreason and jail to users table. make jailreason like name, and make jail like cash ie int11.
  12. Re: Add Jail Time to Crimes! I will add the bit that puts them in jail ok ?
  13. Re: Add Jail Time to Crimes! Well how come i did exactly what i just said ( well not exactly but the same steps ) and it works on my game ? And on all the games i have ever done it on ? Seriusly, that is a very basic, very easy thing to do, if you cant do it yourself maybe you should be a game PLAYER instead of a game CREATOR
  14. Michael

    [REVIEW]

    Re: [REVIEW] Yeah it's kinda space themed... Ah ok Kdawg, i havnt done anything to do with games for like a year and a half, never even knew there was bank and that glitches, message me how you do them and i will fix myself.
  15. Michael

    [REVIEW]

    Re: [REVIEW] Eh you click the link that says "Fincances" ?? I think your the only guy who didnt understand that.. Oh i take it your the guy who i just had to delete with the stats and 2.14 bill if each currency ? Yes i know blah blah blah the crystal and cybermarkets...
  16. Re: [mccodes v2]New and improved inventory I think this would work if you just add a few new DB tables (all data needed could be copied from the original primary/secondary/armour equip allready added to V2) then you could just add new bits to some crons eg if bracelet= will bracelet willgain= some figure else willgain= smaller figure. Then all you gotta do is edit inventory.php and then admin.php. Correct me if i'm wrong (Only work with V1) but this seems just like doing the same thing as adding jail items and hospital items onto a V1 game !! BTW MDK666 you'r game looks nice :P.
  17. Michael

    [REVIEW]

    Re: [REVIEW] Why does it need changing ? As in what way ??
  18. Michael

    [REVIEW]

    Re: [REVIEW] Thanks ! Yeah i have noticedthe color issues, still going through all the pages editing colors ! Yeah i also thought that, i am goingto add atotal players counter and a current users online, on either side of the login, and then a banner. Ok, i will go on it now !
  19. Re: Add Jail Time to Crimes! All you gotta do for V1 is go to crimes table in the DB and add after crimefailtext, crimejail. Then in docrime.php find the place where it says blah blah blah {crimefailtext} add a query that will update a users jailtime to {crimejail} Thats not exactly right but if you have any coding knowledge at all you will be able to simply copy and paste to do it, i did mine in about 2 minutes.
  20. Michael

    [REVIEW]

    Title: GalacticaTheGame Site URL: http://www.galacticathegame.com Site Description: A new game, trying to break the mould of ordinary games, money is harder to come by, stats harder to gain. I have done everything myself just as a hobby whille i was stuck at home through a broken ankle, didnt realy intend to open it but have just decided it would be a waste of time not too ! Appreciate all review ! Good and Bad :P On Signup if you use the promo code: galacticathegame You will recieve a monetery bonus !
  21. Re: [REVIEW] Thug Mayhem - Please Review!!! Boring.Plain.Ordinary. Any more words i could use meaning the same thing ?
  22. Re: How to get rid of this ERROR Hey, I have your MSN methinks.... That is a mysql.php error i think, not sure it is the same one but it is very very like that error, check you have the right pass etc in mysql.php
  23. Re: In game forums for sale The link is back, it was down for awhille cause my pass got stolen but fixed now :P:P
  24. Re: log in error First, get a legit engine, then ask for help ! Simple
  25. Re: v3 game engine   Jesus i just remmbered how much off a moany asshole this guy was, always moaning eh ?? His codes got illegally distrubuted cause he never bothered, i buy mods and i dont do anything but use them on my game, why would i give to others when i will lose trust etc ??
×
×
  • Create New...