PDA

View Full Version : Need help with editing a script.


CriminalTactic
10-31-2005, 07:33 AM
ok i have a php ladder script for online gaming and i wanted to know if there is some way that i can have the phpbb forums and my ladder script have the same usernames and pass words so they dont have to register at each 1. and i want to edit the script i have where insted of it asking u ur password and account ID# u will have to be logged in in order to even see the icon in the navbar. if any of u can help me with this it will be greatfull. plz AIM me at DamMuffinMan or simple post a reply thank you very much.

missing-score
10-31-2005, 01:41 PM
well yeah, its definatley possible.... All you have to do is take a look at the PHPBB users database and go from there. If you are using MySQL to stor information about your ladder, then create that table in the same database as all the PHPBB ones.

Yaggles
10-31-2005, 08:43 PM
You should ask at the phpBB forums. You'll get a better response there.

But I suggest you just edit your ladder script to query the phpBB users table (so you don't have to mess with a lot of sql) instead of it's normal one.