Page 2 of 2
Re: Source
Posted: Mon May 24, 2010 1:59 am
by hallsofvallhalla
what is the name of the actual database you uploaded it too, check your connect.php and make sure they are the same...
Re: Source
Posted: Mon May 24, 2010 5:25 am
by Noctrine
You didn't add a clause about being able to update the licensing agreement.
Re: Source
Posted: Mon May 24, 2010 12:45 pm
by hallsofvallhalla
update the license agreement? like how?
Re: Source
Posted: Wed May 26, 2010 1:45 am
by Callan S.
hallsofvallhalla wrote:what is the name of the actual database you uploaded it too, check your connect.php and make sure they are the same...
Oh yeah, I had that prob too, but I now see you go into connect.php and it shows what database it's refering to there. For some reason I was thinking I had to get to it via local host, and since that wasn't working I couldn't do anything. Probably not had enough sleep...you can just edit it with a text editor...
For anyone else, you open connect.php and find this line
Code: Select all
if(!mysql_select_db("urbanrealms",$db))
and change 'urbanrealms' to the name of your database - in the tutorial it gets named 'urban'.
OH and for anyone else if you haven't imported the database, like I didn't even do at first, make sure to watch the third video!
Re: Source
Posted: Wed May 26, 2010 2:07 pm
by hallsofvallhalla
still got to re-upload 6th video..will do that asap