Jump to content
MakeWebGames

Recommended Posts

Posted

Re: Login & Register & Header & Lost Password

 

It looks like you have posted the default mccode layout pages lol

Lol!

Also veaseyspike you could also on header put your banner in the middle between username and energy bars :P looks 10x better :P

Posted

Re: Login & Register & Header & Lost Password

 

WOW! Spike this is best you've done without asking for us to help! Well done!

Now, I'd consider a new header.php...

Thanks

Pudda

Ha lol...No i ask people things if i not 100% sure or havent got a clue like crons but i learnt to do them now ha lol well people learn cool stuff every day hehe.. i should be adding new mods like shoutbox ban would be coming soon when i fined the last error

Posted

Re: Login & Register & Header & Lost Password

 

WOW! Spike this is best you've done without asking for us to help! Well done!

Now, I'd consider a new header.php...

Thanks

Pudda

Ha lol...No i ask people things if i not 100% sure or havent got a clue like crons but i learnt to do them now ha lol well people learn cool stuff every day hehe.. i should be adding new mods like shoutbox ban would be coming soon when i fined the last error

Shoutbox Ban Made - Coming Soon By Spikey

  • 2 months later...
Posted

Re: Login & Register & Header & Lost Password

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

this is basicly the same as the header that was posted before but ive moved the banner between the info and bars

Posted

Re: Login & Register & Header & Lost Password

Just a quick note to those NEW Members of CE if your using this Script.

Remove all mentions of

$IP = ($_SERVER['HTTP_X_FORWARDED_FOR'])

? $_SERVER['HTTP_X_FORWARDED_FOR']

: $_SERVER['REMOTE_ADDR'];

and replace with

 

$IP = $_SERVER['REMOTE_ADDR'];

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