Jump to content
MakeWebGames

[mccode] Personal Detals for v2.0


Ghetto

Recommended Posts

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.

Link to comment
Share on other sites

  • Replies 50
  • Created
  • Last Reply

Top Posters In This Topic

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

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?

Link to comment
Share on other sites

  • 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...