Absolute Zero Posted September 9, 2007 Share Posted September 9, 2007 There may be other crystal banks out there, but maybe not like mine. Features: -When purchasing money/crystal bank you buy both. -No withdraw/deposit fees. -No cron needed. -Different updated look. Now to get started with installing this mod on your mccodes V1 game. Create a new file called: crystalbank.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Then run this in MYSQL: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. And your done! You now have yourself a great crystal bank, change it as needed. If used in another location do not claim it as your own! Keep the comments at the top, thank you. If there are any errors, please post here! +1 if you like, thanks. Quote Link to comment Share on other sites More sharing options...
YoungGold Posted September 9, 2007 Share Posted September 9, 2007 Re: [mccodes] Free Crystal Bank [v1] Meh its easy to do but thanx for posting Quote Link to comment Share on other sites More sharing options...
3XTR3M3 Posted September 9, 2007 Share Posted September 9, 2007 Re: [mccodes] Free Crystal Bank [v1] works great thanks Quote Link to comment Share on other sites More sharing options...
Absolute Zero Posted September 9, 2007 Author Share Posted September 9, 2007 Re: [mccodes] Free Crystal Bank [v1] No problem. Any problems or questions please post here. +1 if you used it also :lol: Quote Link to comment Share on other sites More sharing options...
3XTR3M3 Posted September 9, 2007 Share Posted September 9, 2007 Re: [mccodes] Free Crystal Bank [v1] there you go +1 Quote Link to comment Share on other sites More sharing options...
Absolute Zero Posted September 9, 2007 Author Share Posted September 9, 2007 Re: [mccodes] Free Crystal Bank [v1] Thanks, anyone have any comments/thoughts/problems? Please post. Quote Link to comment Share on other sites More sharing options...
Zytraw Posted October 15, 2007 Share Posted October 15, 2007 Re: [mccodes] Free Crystal Bank [v1] Great mod i like it its simple! +1 Quote Link to comment Share on other sites More sharing options...
Klikoka Posted October 24, 2007 Share Posted October 24, 2007 Re: [mccodes] Free Crystal Bank [v1] Nice Mod I Was Going To Make 1 But Then Saw This So Ty +1 Quote Link to comment Share on other sites More sharing options...
webster2001 Posted February 26, 2008 Share Posted February 26, 2008 Re: [mccodes] Free Crystal Bank [v1] Then run this in MYSQL: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Where does this bit go> I am not a very good coder so i am not sure. Quote Link to comment Share on other sites More sharing options...
$$ ?????? $$ Posted February 26, 2008 Share Posted February 26, 2008 Re: [mccodes] Free Crystal Bank [v1] in phpmyadmin Quote Link to comment Share on other sites More sharing options...
webster2001 Posted February 26, 2008 Share Posted February 26, 2008 Re: [mccodes] Free Crystal Bank [v1] What part? Quote Link to comment Share on other sites More sharing options...
iseeyou94056 Posted February 26, 2008 Share Posted February 26, 2008 Re: [mccodes] Free Crystal Bank [v1] :p just run it Quote Link to comment Share on other sites More sharing options...
webster2001 Posted February 26, 2008 Share Posted February 26, 2008 Re: [mccodes] Free Crystal Bank [v1] :p just run it How? Where? Quote Link to comment Share on other sites More sharing options...
gangstas-conflict Posted March 16, 2008 Share Posted March 16, 2008 Re: [mccodes] Free Crystal Bank [v1] +1 THANKS Quote Link to comment Share on other sites More sharing options...
~ichigo~ Posted April 6, 2008 Share Posted April 6, 2008 Re: [mccodes] Free Crystal Bank [v1] Yeah Nice Little Mod This Is I Will Use It On My Game Thanks! Quote Link to comment Share on other sites More sharing options...
Halo Posted April 7, 2008 Share Posted April 7, 2008 Re: [mccodes] Free Crystal Bank [v1] V2 SQL You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote Link to comment Share on other sites More sharing options...
Absolute Zero Posted April 9, 2008 Author Share Posted April 9, 2008 Re: [mccodes] Free Crystal Bank [v1] Wow I can't believe people are still using this :P My old no0obie coding! Quote Link to comment Share on other sites More sharing options...
Strats Posted April 10, 2008 Share Posted April 10, 2008 Re: [mccodes] Free Crystal Bank [v1] I used the V2 code and got this message when i went to bank my crystals Fatal error: Call to a member function query() on a non-object in /home/Dontbenosey/public_html/crystalbank.php on line 105 Anyone know what i did wrong? or how to fix it? Quote Link to comment Share on other sites More sharing options...
Analog Posted April 10, 2008 Share Posted April 10, 2008 Re: [mccodes] Free Crystal Bank [v1] I used the V2 code and got this message when i went to bank my crystals Fatal error: Call to a member function query() on a non-object in /home/Dontbenosey/public_html/crystalbank.php on line 105 Anyone know what i did wrong? or how to fix it? Are you using the version 2 set of code? the function query() is specific to v2, it is not used in version 1 coding. Quote Link to comment Share on other sites More sharing options...
Strats Posted April 12, 2008 Share Posted April 12, 2008 Re: [mccodes] Free Crystal Bank [v1] Yup i used the V2 codes so i don't see how it hasnt worked i didnt change anything Quote Link to comment Share on other sites More sharing options...
Joel Posted April 29, 2008 Share Posted April 29, 2008 Re: [mccodes] Free Crystal Bank [v1] I used the V2 code and got this message when i went to bank my crystals Fatal error: Call to a member function query() on a non-object in /home/Dontbenosey/public_html/crystalbank.php on line 105 Anyone know what i did wrong? or how to fix it? Are you using the version 2 set of code? the function query() is specific to v2, it is not used in version 1 coding. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. BlackDragons Code dont work, Mine does for V2 Quote Link to comment Share on other sites More sharing options...
Darkwolf Posted May 14, 2009 Share Posted May 14, 2009 Re: [mccodes] Free Crystal Bank [v1] Still a nice little piece of code, is a great idea. Modifed slightly to make it a "gold" bank then a crystal bank, and then put in a cron to give it 2% interest. For interest, just added to my daily cron: mysql_query("UPDATE users SET bankcrystal=bankcrystal+(bankcrystal/50) where bankcrystal>0",$c); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.