Absolute Zero Posted September 9, 2007 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
YoungGold Posted September 9, 2007 Posted September 9, 2007 Re: [mccodes] Free Crystal Bank [v1] Meh its easy to do but thanx for posting Quote
3XTR3M3 Posted September 9, 2007 Posted September 9, 2007 Re: [mccodes] Free Crystal Bank [v1] works great thanks Quote
Absolute Zero Posted September 9, 2007 Author 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
3XTR3M3 Posted September 9, 2007 Posted September 9, 2007 Re: [mccodes] Free Crystal Bank [v1] there you go +1 Quote
Absolute Zero Posted September 9, 2007 Author Posted September 9, 2007 Re: [mccodes] Free Crystal Bank [v1] Thanks, anyone have any comments/thoughts/problems? Please post. Quote
Zytraw Posted October 15, 2007 Posted October 15, 2007 Re: [mccodes] Free Crystal Bank [v1] Great mod i like it its simple! +1 Quote
Klikoka Posted October 24, 2007 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
webster2001 Posted February 26, 2008 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
$$ ?????? $$ Posted February 26, 2008 Posted February 26, 2008 Re: [mccodes] Free Crystal Bank [v1] in phpmyadmin Quote
webster2001 Posted February 26, 2008 Posted February 26, 2008 Re: [mccodes] Free Crystal Bank [v1] What part? Quote
iseeyou94056 Posted February 26, 2008 Posted February 26, 2008 Re: [mccodes] Free Crystal Bank [v1] :p just run it Quote
webster2001 Posted February 26, 2008 Posted February 26, 2008 Re: [mccodes] Free Crystal Bank [v1] :p just run it How? Where? Quote
gangstas-conflict Posted March 16, 2008 Posted March 16, 2008 Re: [mccodes] Free Crystal Bank [v1] +1 THANKS Quote
~ichigo~ Posted April 6, 2008 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
Halo Posted April 7, 2008 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
Absolute Zero Posted April 9, 2008 Author 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
Strats Posted April 10, 2008 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
Analog Posted April 10, 2008 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
Strats Posted April 12, 2008 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
Joel Posted April 29, 2008 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
Darkwolf Posted May 14, 2009 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
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.