~Spooky~ Posted October 28, 2008 Share Posted October 28, 2008 I added the IQ stats and made this for donors only. This was done by another CE Member. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Not taking Credit for this was good idea I just did little changes on it. library stats: <?php include "globals.php"; print "<h3>Libary Stats</h2>"; print "Books Read: {$ir['booksread']} IQ Gained: {$ir['iqbooks']} "; ?> Go To viewuser.php and add this code Code: [select] Books Read: {$r['booksread']} Also put this code anywhere you want to add it Code: [select] Books Read: {$ir['booksread']} Run these SQL's Code: [select] ALTER TABLE users ADD iqbooks INT(11) DEFAULT 0; Code: [select] ALTER TABLE users ADD booksread INT(11) DEFAULT 0; That should be rest of it. Quote Link to comment Share on other sites More sharing options...
AlabamaHit Posted October 28, 2008 Share Posted October 28, 2008 Re: Modified Libary for V2 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. should be You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. also this is not all stuff needed.....SQL?? Quote Link to comment Share on other sites More sharing options...
~Spooky~ Posted October 28, 2008 Author Share Posted October 28, 2008 Re: Modified Libary for V2 its already posted on CE the rest. Thanks for fix. I just noticed it was not working. Quote Link to comment Share on other sites More sharing options...
AlabamaHit Posted October 28, 2008 Share Posted October 28, 2008 Re: Modified Libary for V2 Well if your posting a mod...you should post it all..... Don't you think? Quote Link to comment Share on other sites More sharing options...
~Spooky~ Posted October 28, 2008 Author Share Posted October 28, 2008 Re: Modified Libary for V2 its already been posted. I just modified one file. If you have it on game then you should have rest of sql and stuff but posted anyway for those that dont feel like searching for the mod. Quote Link to comment Share on other sites More sharing options...
AlabamaHit Posted October 28, 2008 Share Posted October 28, 2008 Re: Modified Libary for V2 thanks Quote Link to comment Share on other sites More sharing options...
~Spooky~ Posted October 28, 2008 Author Share Posted October 28, 2008 Re: Modified Libary for V2 WHY I did a modified from free one. Im not selling it I JUST ADDED it for donors only and IQ STATS the real ones. Quote Link to comment Share on other sites More sharing options...
parelem Posted October 28, 2008 Share Posted October 28, 2008 Re: Modified Libary for V2 maybe you should this huge error, its spelt l-i-b-r-a-r-y not l-i-b-a-r-y Quote Link to comment Share on other sites More sharing options...
Solid Snake Posted October 28, 2008 Share Posted October 28, 2008 Re: Modified Libary for V2 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. should be You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. also this is not all stuff needed.....SQL?? you also got it wrong in a way aswell watch you got You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. It should be 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...
War_Hero Posted October 29, 2008 Share Posted October 29, 2008 Re: Modified Libary for V2 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. That would mean anyone could use it, as everyone's donator days are either 0 or greater. It should be You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. or you could use the 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...
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.