Jump to content
MakeWebGames

iR00T

Members
  • Posts

    375
  • Joined

  • Last visited

    Never

Everything posted by iR00T

  1. Re: [Free] [v1] Scuba Diving ahh zero nor would i want ur help or nothign that post about keeping me from usig ur mods yeah i dont like them nor would i ever use them i would rather use lite MCC than use ur crap
  2. Re: [Free] [v1] Scuba Diving yeah see i tried wut u did $oxperc=(int) ($ir['oxygen']/$ir['maxoxygen']*100); still didnt work still error on that line umm this is the above one energy i just like took the energy one and made into a oxy one and stil didn't work $enperc=(int) ($ir['energy']/$ir['maxenergy']*100); $oxperc=(int) ($ir['oxygen']/$ir['maxoxygen']*100);
  3. Re: [Free] [v1] Scuba Diving i got this prob $oxperc=(int) ($ir['oxygen']/$ir['maxoxygen']*100); what is it
  4. Re: [V2] cars_mod staff_cars i know someone who has like 50 ejam games and ha the exact same mods on all of them maybe diff backgrond colors but the same damn mods so this mod was a waste of time being made for me i mean i used it 1nce and idnt like iut havnet to edit the cars in phpMyAdmin PFFF CRAP MOD XD but that is just my opion some of u might like it
  5. Re: [V2] Race Mod & Status Mod on Page 2 [V2] could someone convert both of those like say the status mod and the race to v1 i mean i can only convert files such as like blah.php ccantconvert stuff like hat yet wont work f or me
  6. Re: mccodes v2 i need serious help ha magic it was edited just the background color #DEDEDE part - XD but yeah other than that not edited
  7. Re: [V2] Credit Card Mod [V2] another nice thing to those that would make this good is the part in edit users i was gonna post it up here but i notice'd a bug i think so i just decided aganist it i try'd to make it work but never did so yeah stff edit suers credit card money yes lol that would also be another idea for this :wink:
  8. Re: [v2] mod wanted [v2]   ok and i am i am coding ur game :S so yeah all that talk i heard about you have the best games well good games must need good coder's ..?..am i right..YES and there is only but 1 thing i dont get how to read a code and get the SQL Query im still workin on that
  9. tim i got this mod(v2) but it dont work i got this error and i havent had time to look into it to see what it is but im looking at it now i got this error Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE or '$' in /home/my cpanel login name/public_html/cyberbank.php on line 81 but on like 81 is this global db,$ir,$c,$userid,$h; and i couldent firgure out wut it was i need some help on this any ideas and if u help me ill post the working v2 version up here in the same posts
  10. Re: [V2] Credit Card Mod [V2] nice mod and pic for it :) umm i didnt like it being so big so i found a accutly real credit card did that and edited it on the webiste (javascript) and saved it but i havent uploaded it yet been a little busy and do you have the item market one where you can also buy these off the item market and also Crystal Market if not there is another idea lol if u haven't thought about it
  11. Re: [Free V2] Lottery   ha zero yes i new it was u and ps where u scared to show ur name..?...
  12. Re: my crons dont work  
  13. Re: Changer User Password! V2 ok well i tried something here i didnt know nothign about but i came a lil close to gettin it ok i tried to make it in stafflog say wut the user that the staff chagned there passwrod like this The Joker [1] Changed Password! June 9 2008 11:38:50 am ok this is wut i got i took a thing like this stafflog_add("Changed {$_POST['USER']} Password!"); whihc is from my staff updatiing notepad ive trried diff things like these stafflog_add("Changed {$ir['userid']} Password!"); stafflog_add("Changed {$ir['username']} Password!"); so on so fourth and still dont have it has any one tried this..?....if not or so please help ive been working on this for quite some time first time i've tried something like that and it didnt work within the first few trys
  14. Re: Changer User Password! V2   If ur running v1 u can see it in the experimental staff panel :-D if u look close enough I've found many ways through the codes but yeah imma keep some a secret
  15. Re: Tutorial: v1 - v2 Conversion   i had v2 and i dont have that prob its best now days if people code ther own engine idk why but its just best cause mccode lite sucks v1 sucks v2 decent lol
  16. Re: House Upgrade Mod!   nope not all paid well i got over millions of free mods then there is ...1...2...3.4......4 paid mods but the other paid mods they nait paid because people where taking them and totaly re oidng them like they would look at it and just re do it from the basic one so those anit paid ones i got more like Free edited ones i guess.... :?
  17. Re: House Upgrade Mod!     ok 1.i wasnet giving you shit i just said it looked similar
  18. Re: House Upgrade Mod! well really nothing i mean from reading the code i saw that the table is more advanced looking than the original and that you can upgrade your house like say (if you have set this up on your game) you can have a say mansion with a normal one or a advanced one say with more items if upgraded kinda like torncity's one cause i just upgraded my house and the script is not the same but has a few similarites not saying that you stole there code but all im saying is basically ur just upgrading ur house lol well i give u a A+ for tryin and posting it nice mod :mrgreen:
  19. Re: [Free V2] Lottery yea v2 of my game engine its not mccdodes i jsut mccode tables that is itlol
  20. Re: [Free V2] Lottery i have found a error   Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/chrisell/public_html/lottery.php:2) in /home/chrisell/public_html/globals.php on line 6
  21. Re: Free 2 - Slots i got the images to but not from hers or her gallery nor games i just found all the pics and i shrunk them in paint a lil bit :-D
  22. Re: [Free V2] Lottery i no i already told u but i want everyone to no this mod is great lol well i might adjust it a lil to my needs but other than that i had no prob with it no errors nothing ;)
  23. ok here is this u can add this to whatever u want to ok ad these files called common.php <?php function checklogin() { session_start(); if(!isset($_SESSION['adminok'])) header("location: slogin.php"); } ?>   ok this is the slogin.php page <?php session_start(); $msg = ""; if (isset($_POST['Submit'])) { $password = $_POST['password']; if($password == "ENTER UR PASSWORD HERE FOR THIS") { $_SESSION['adminok'] = "ok"; $_SESSION['password'] = "password"; header("Location: staff.php"); } else { $msg = "Password incorrect.."; } } ?> <html> <head> <title>Login</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <center><?php echo $msg?> </center> <form name="form1" method="post" action=""> <p align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Please enter corrent password to login</font></p> <table width="48%" border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#000000"> <tr bgcolor="#CCCCCC"> <td colspan="2"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">[b]Login here[/b]</font></td> </tr> <tr> <td><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Password</font></td> <td><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <input name="password" type="password" id="password"> </font></td> </tr> <tr> <td> </td> <td><input type="submit" name="Submit" value="Submit"></td> </tr> </table> </form> </body> </html>   ok here are the instuctions note that to make this work u need to edit ENTER UR PASSWORD here to ur own password   1.) Upload the 2 files. 2.) In all your staff files (staff.php staff_special.php etc.) find: <?php (Thats the very first line of the file) Add this above it: <?php include("common.php"); checklogin(); ?> You can change the password in the slogin.php file. Right now its set as ENTER YOUR PASSWORD HERE   well if u use this then ok thats good lol its basically like staff passwords except u can use this on anypage like login for staff say u got a reagular member login and a staff login staright to the staf fpanel forl ike say irc ops they do chat so they have there own chat login and what not ok credit to the creator for making this ....?.... i never said i made this btw akash
  24. Re: NEW V2 LOGIN PAGE ok well listen if u want a demo just take the code and copy and paste into then save into ur login then check it out then if u dont like it just simply click undo (if ur using ftp) and bam ur old one is back its beetter than sittin a nswaiting for someeon to post a pic and msg me ill show u one i got one
  25. Re: Multiple Item Use Mod {v1} i did test it it worked for me i had to edit a lil bit but then i took the thing off
×
×
  • Create New...