Jump to content
MakeWebGames

Recommended Posts

Posted

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.

  • Replies 50
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: Personal Detals [free][V2]

You might consider storing that data in another table so it's not quiered on every single page load.

Posted

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.

Guest Anonymous
Posted

Re: Personal Detals [free][V2]

just by reading the coding its seams to me that this code it for v2.

Guest Anonymous
Posted

Re: [mccode] Personal Detals for v2.0

could some one make this codes for v1

  • 3 weeks later...
  • 1 month later...
  • 3 weeks later...
Posted

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 :?

 

doidr9.png

Just a guess. You're running LITE, aren't you?

Posted

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

  • 1 month later...
  • 5 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...