XFileSharing Pro - change ip

Message
Author
guidabur
Posts: 4
Joined: Jan 06, 2011 5:50 pm

change ip

#1 Postby guidabur » Feb 01, 2011 5:14 pm

hosting provider has sent me an email to change the ip of the database

which made the change to reconnect page?

www.vzlashare.net not enter

Anturaju93
Posts: 91
Joined: May 13, 2010 6:46 pm

#2 Postby Anturaju93 » Feb 02, 2011 5:15 am

Edit this in XFileConfig.pm :

Code: Select all

 # MySQL settings
 db_host => 'database ip',
 db_login => 'database user',
 db_passwd => 'database pass',
 db_name => 'database name',