Jump to content
MakeWebGames

chase779

Members
  • Posts

    66
  • Joined

  • Last visited

chase779's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I cant believe its nearly 8 years ago since I joined the MCCODES community! Anyone else from back in the day still active around here?
  2. Re: Querystring   Erm, Thanks But that didn't really help, kind-of pointed out the obvious. What exactly needs editing?
  3. Hi, I'm trying to edit viewuser so: viewuser.php?ID=1 becomes viewuser.php?ID=playername I have it so that the querystring takes me to the profile, but the profile is always ID 1 Any help will be much appreciated. Thanks
  4. Re: Spam filter New- Does it really need to run from the database? Not a bad little mod though.
  5. Re: If logged in redirect help Thanks :)
  6. I'm trying to code my login page so if the user goes to www.mysite.com/login.php and they are already logged in, it will rediect them to index.php Guess I should use something like: if($_SESSION['loggedin']==0) { header("Location: index.php");exit; }   How would I reverse that? if($_SESSION['loggedin']==1) { header("Location: index/");exit; } But that doesn't work, any help would be much appreciated. Thanks
  7. Re: [Mccodes] New Login Are these hard coded, or just photoshop knock-ups?
  8. Re: Xampp and Mccodes? go to localhost/xampp Configure your settings etc there, I also has lots of helpful info there.
  9. Re: Xampp and Mccodes? leave the password blank '' Make use the user is root and the database name is right :wink:
  10. Re: Deadly Ghetto Nice copy of Prison Struggle :wink:
  11. Re: Looking for a good layout I can help, please feel free to get in touch [email protected]
  12. Re: Whole Game Template   Just copy the background in that cell ;)
  13. Re: Good Programming? What you mean "go get em!"? Believe me Paypal will have had 10's of thousand of dollers plugged into it. They have to much to loose.
  14. Re: Login Page Template $40 for the header.php Or $60 for both! (login.php, register.php and header.php) simple upload the images folder and style.css and done! PM or [email protected]
  15. Hi Guys, Full CSS/XHTML $40 Contact me at [email protected] Thanks ~Chase
×
×
  • Create New...