Ghetto Posted April 12, 2007 Posted April 12, 2007 I thought i might add this as a extra feature on my game. Then i thought i'll post it here :-P. In preferences.php find: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Add below: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Later Find: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Add befor: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Then go into viewuser.php. Find: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Replace with: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Then find: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Add after: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Im using the resiter.php thats posted on here somewhere so you might need to modify this bit a bit. Find: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Replace With: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Add on register.php where ever you want: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. These Need To Go Under Username In The Users Table: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Its 2.44AM so if ive missed anything let me no. Quote
UCC Posted April 12, 2007 Posted April 12, 2007 Re: Personal Detals [free][V2] You might consider storing that data in another table so it's not quiered on every single page load. Quote
oxidati0n Posted April 12, 2007 Posted April 12, 2007 Re: Personal Detals [free][V2] lol. :) Yeah and its good for what you've posted but could have been done, for 2:44am its good - Even i couldnt do it in 2:44am here. +1 for effort and at least posting it. Quote
Solid Snake Posted April 13, 2007 Posted April 13, 2007 Re: Personal Detals [free][V2] when you say resiter.php did you mean register.php Quote
Z?v?? Posted April 13, 2007 Posted April 13, 2007 Re: Personal Detals [free][V2] No, he really means resister :? Quote
Ghetto Posted April 13, 2007 Author Posted April 13, 2007 Re: Personal Detals [free][V2] Nah lol i mean register. It was late and i was a but drunk so... Quote
Solid Snake Posted April 14, 2007 Posted April 14, 2007 Re: Personal Detals [free][V2] Nah lol i mean register. It was late and i was a but drunk so... its cos i got V1 codes and im wanting this and i have and got confused lol Quote
Guest Anonymous Posted April 16, 2007 Posted April 16, 2007 Re: Personal Detals [free][V2] just by reading the coding its seams to me that this code it for v2. Quote
Ghetto Posted April 16, 2007 Author Posted April 16, 2007 Re: Personal Detals [free][V2] It is for V2 as it says in the name Personal Detals [free][V2] lol. Quote
SilverWolf Posted April 16, 2007 Posted April 16, 2007 Re: [mccode] Personal Detals for v2.0 lol mcdeath... dont u read topics??? XD Quote
Solid Snake Posted April 16, 2007 Posted April 16, 2007 Re: [mccode] Personal Detals for v2.0 could some convert this so it will work with V1 codes as not many people us V2 Quote
Guest Anonymous Posted April 22, 2007 Posted April 22, 2007 Re: [mccode] Personal Detals for v2.0 could some one make this codes for v1 Quote
BreakingLight Posted April 22, 2007 Posted April 22, 2007 Re: [mccode] Personal Detals for v2.0 All you really need to do to convert this it seems is to replace the db query with mysql query.I may be wrong,but just skimming over it thats all it seems Quote
03laceys Posted May 9, 2007 Posted May 9, 2007 Re: [mccode] Personal Detals for v2.0 also you have to add to the top a bit cant remember what lol soz. Quote
03laceys Posted June 19, 2007 Posted June 19, 2007 Re: [mccode] Personal Detals for v2.0 in php-my-admin Quote
Tezza` Posted June 19, 2007 Posted June 19, 2007 Re: [mccode] Personal Detals for v2.0 simply do as it says check the manual Quote
Jesse60905 Posted July 10, 2007 Posted July 10, 2007 Re: [mccode] Personal Detals for v2.0 Silly Question? does this go on to c-panel? These Need To Go Under Username In The Users Table: Code: ALTER TABLE `users` ADD `name` varchar(255) NOT NULL default 'N/A'; ALTER TABLE `users` ADD `last` varchar(255) NOT NULL default 'N/A'; ALTER TABLE `users` ADD `age` int(11) NOT NULL default '0'; ALTER TABLE `users` ADD `aog` varchar(255) NOT NULL default 'N/A'; ALTER TABLE `users` ADD `msn` varchar(255) NOT NULL default 'N/A'; ALTER TABLE `users` ADD `aim` varchar(255) NOT NULL default 'N/A'; ALTER TABLE `users` ADD `aol` varchar(255) NOT NULL default 'N/A'; ALTER TABLE `users` ADD `yahoo` varchar(255) NOT NULL default 'N/A'; ALTER TABLE `users` ADD `personal` enum('ON','OFF') NOT NULL default 'ON'; got the rest of the code in except for this part? Thanks :? Just a guess. You're running LITE, aren't you? Quote
KyleCrispy Posted July 11, 2007 Posted July 11, 2007 Re: [mccode] Personal Detals for v2.0 dude u got so many stuff in here wich aint even required mine was a total of 10 lines on preferences and 12 lines on viewuser and 13 lines of sql and i was done Quote
Jesse60905 Posted July 11, 2007 Posted July 11, 2007 Re: [mccode] Personal Detals for v2.0 For those of you that want links, here they are. DISPLAY TEXT HERE DISPLAY TEXT HERE Quote
iseeyou94056 Posted July 11, 2007 Posted July 11, 2007 Re: [mccode] Personal Detals for v2.0 for v1 it is the same but you change $db-> to mysql_ Quote
Naffer Posted July 11, 2007 Posted July 11, 2007 Re: [mccode] Personal Detals for v2.0 Hey nice JW DO YOU OR ANY ONE ELSE HAVE A HOSITAL SCRIPT I COULD HAVE ??? MSG ME OR ADD [email protected] Quote
HITMAN 17 Posted September 6, 2007 Posted September 6, 2007 Re: [mccode] Personal Detals for v2.0 nice there is lots of v2 codes here Quote
3XTR3M3 Posted September 7, 2007 Posted September 7, 2007 Re: [mccode] Personal Detals for v2.0 for v1 change db thing to global $ir,$c, Quote
dementor Posted October 6, 2007 Posted October 6, 2007 Re: [mccode] Personal Detals for v2.0 we can do without adding all that to register.php too they can always change it after they register Quote
HITMAN 17 Posted October 7, 2007 Posted October 7, 2007 Re: [mccode] Personal Detals for v2.0 it keeps making an error on view user 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.