Jump to content
MakeWebGames

iR00T

Members
  • Posts

    375
  • Joined

  • Last visited

    Never

Everything posted by iR00T

  1. I think this is great, Don't listen to others. The splatter at the top is good I like it.
  2. I thinki it will be 250$ I don't see it being worth more than mcv2. No matter how good they secure it. Most people are real smart so regardless how they lock it down Most peopl ewill still use it freely, but ti don't matter I think here is how they should do it. Make the engine, get at leat 25 buyers then sell for 250$ and wow u made a wopping amount of cash where if he sold it 1 by 1 by the time it hits the 5th buyer 400 copies have been stolen.
  3. This is pretty cool man, I'm going to use this one. I also like your mailbox and events mod. There nice also. Thanks for the nice share.
  4. Re: [mccode] Money,crystals cap God this is not hard. Here   Level Cap: ALTER TABLE `users` CHANGE `exp` `exp` DECIMAL( 26, 4 ) NOT NULL DEFAULT '0.0000'; Money/Bank/Crystal Cap: ALTER TABLE `users` CHANGE `money` `money` BIGINT( 45 ) NOT NULL DEFAULT '0'; ALTER TABLE `users` CHANGE `bankmoney` `bankmoney` BIGINT( 45 ) NOT NULL DEFAULT '-1'; ALTER TABLE `users` CHANGE `cybermoney` `cybermoney` BIGINT( 45 ) NOT NULL DEFAULT '-1'; ALTER TABLE `users` CHANGE `crystals` `crystals` BIGINT( 45 ) NOT NULL DEFAULT '0'; Stat Cap: ALTER TABLE `userstats` CHANGE `strength` `strength` BIGINT( 45 ) NOT NULL DEFAULT '10.0000'; ALTER TABLE `userstats` CHANGE `agility` `agility` BIGINT( 45 ) NOT NULL DEFAULT '10.0000'; ALTER TABLE `userstats` CHANGE `labour` `labour` BIGINT( 45 ) NOT NULL DEFAULT '10.0000'; ALTER TABLE `userstats` CHANGE `guard` `guard` BIGINT( 45 ) NOT NULL DEFAULT '10.0000'; ALTER TABLE `userstats` CHANGE `iq` `iq` BIGINT( 45 ) NOT NULL DEFAULT '10.000000';
  5. Re: [V2] Revamped Index Page. I've added the mine.php from zero's thread but it isn't updating on my index.php it's still blank I've mined a bit nothing successfuly all dangerous results so It will update when I get a good one or what.?
  6. Re: [MCCODES V2] 100% Working Copy Enhanced Schooling I still don't get the % complete thing why 10,000. And does like say there is a course for 5 days and has %5000 Each day it will go up 1000% Is that what it is. Instead of showing cost show that.   Nice mod btw.
  7. Re: [V2]Basic Referal mod. This version probably works, I can't test it seeing how someoen joined my game with my ref link and gave him a error.? I'm going to test on a proxy and se if ti does me the same way and acccutaly shows a ref.
  8. Re: [V2]Basic Referal mod. This mod dosen't work. I have added it and given someone my referal link. They join and are active and it hasn't shown them yet on my list.
  9. Re: [mccode v2] Advance mail box Pretty nice mailbox, I'll be using it.
  10. Re: [mccode] 8 Lines to secure your site from known sql injections. Could you possbily add it for me.? I've tried I still can't get it to work.
  11. Re: [mccode] 8 Lines to secure your site from known sql injections. See, I've added this. And it hasen't worked I can still get in via injection code
  12. Re: ddaysmarket No I need the market with the sql called ddaysmarket could you recode it all to use that ..?
  13. I need the mod called Donator days market and it has the sql named ddaysmarket in it can anyone give it to me or give me the topic it is located at cause i havea game that needs the sql ddaysmarket and yeah might as well add the file to.
  14. Re: [mccode v2] New improved mailbox. nice mod, I think i'll use it.
  15. Re: [mccode v2] Another New Mailbox Ishz, :sad: im disappoitnted i thought my virus last time solved our stealing stuff problem...This isn't mine that you stole but i dont like thiefs xD so dont steal again thanks
  16. Re: Instant Messenger for Your Game! *sigs* rip off from hell i have seen this before for FREE!!!!!!...i even had it once before but i dont like it pointless why would they wanna use it if thy ehave a msn on there pc and more so yeah its free *google* will tell you
  17. Re: Create user problem k so i should add some where in those to lines the location ..?   and it would be 1 for default -.- xD
  18. QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, creditcard) VALUES( 'NPC', '12132123', md5('3213232'), 10, 12211, 0, 0, 0, 30, 30, 100, 100, 23, 23, 550, 550, 1, 'Male', unix_timestamp(), '3232132', -1)   i get that when i try to create a user on my game :S...well i added credit card but as you see it adds tat info in right ther ei mean on the create user thing it dont say Creditcard: how much xD so would that be the problem even tho the code says -1 at the end...?
  19. Re: Screening Mod and Research Facility Centre Mod [FREE][V2] Nice mod ill be checking this out it would go great wid my Desease control mod and this oh yeah this will be nice if i have the time to add the desease mod and this so yeah Thanks for a good mod
  20. Re: Free 2 - BLIP Tables (Blocked IPv4 Addresses by CIDR) well..my way banned the whole game....:S...so if i do that it want and just ban the IP or range i wanted it to ban...?
  21. Re: Free 2 - Icons EDITED: this might seem stupid but it worked $this->display_icons($ir); print "<hr />Home Inventory "; bam it divide's the will <hr /> then the icons<hr /> the mainmenu so its boxed yay i never new that see i learn new stuff daily well minutely cause im always tryin stuff
  22. Re: Free 2 - BLIP Tables (Blocked IPv4 Addresses by CIDR) my file persmission is like either 755 or 644 but yeah i use and still do that other ip banner that the other guy made and well its ok but i know your's is better :-) so yeah but i added my code that u said add and i got his exact same problem so yeah i know exactly where my file is at where MTG's is the normal public_html and WWW folder should i take ou that./blip.php and replace wid blip.php..?...like he did,..?   function userdata($ir,$lv,$fm,$cm,$dosessh=1) { $this->display_icons($ir); global $db,$c,$userid, $set; include_once("blip.php"); if (blip_is_blocked()) die("<tt>Your IP address has been blocked</tt>"); $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; // Log Suspicious Users if ($ir['log']>0) { $access=$_SERVER['REQUEST_METHOD']; $log=$_SERVER['REQUEST_URI']; $date=date ('F j, Y'); $time=date('g:i:s a'); mysql_query("INSERT INTO `logs` ( `ID` , `userid` , `IP` , `action` , `time` , `date` , `access` ) VALUES ( NULL , '$userid', '$IP', '$log', '$time', '$date', '$access' )", $c); } $db->query("UPDATE users SET laston=unix_timestamp(),lastip='$IP' WHERE userid=$userid"); if(!$ir['email'])   I got mines just like that and it works i simply changed ./blip.php to blip.php and it found my file so +1 for me and i didnt know what ./ was xD i am guessing like u said nyna or MTG htdocs folder..? :? :?
  23. Re: Register [Free] Both are nice one correction torn-county.com *.net*
  24. Re: House Rentals [V2] i know this zero.....not all the times it works for me tho......liek today i converted 27 diffrent mods only 2 had a problem
  25. Re: Login [Free] I am not allowed to give out the link pm me for it and ill show you proof
×
×
  • Create New...