Login Register


DATABASE filter_list
Author
Message
DATABASE #1
Pls can any one help me to fix dis errn. Am aving problem wif my data base setting, and d major point is d $dbtype=" cus i dnt kwn wht i will do to it. Pls help me it giving me problem

Code:
*/ /* Database Settings */ var $dbtype = 'mysql';#_9##_9##_9##_9##_9#// Normally mysql var $host = 'mysql.nazuka.net';#_9##_9##_9##_9#// This is normally set to localhost var $user = 'u460071484_raji';#_9##_9##_9##_9##_9##_9##_9#// MySQL username var $password = '**123456';#_9##_9##_9##_9##_9##_9#// MySQL password var $db = 'u460071484_raji';#_9##_9##_9##_9##_9##_9##_9#// MySQL database name var $dbprefix = 'Reg_';#_9##_9##_9##_9##_9#// Do not change unless you need to! /* Server Settings */

Reply

DATABASE #2
Pls can any one help me to fix dis errn. Am aving problem wif my data base setting, and d major point is d $dbtype=" cus i dnt kwn wht i will do to it. Pls help me it giving me problem

Code:
*/ /* Database Settings */ var $dbtype = 'mysql';#_9##_9##_9##_9##_9#// Normally mysql var $host = 'mysql.nazuka.net';#_9##_9##_9##_9#// This is normally set to localhost var $user = 'u460071484_raji';#_9##_9##_9##_9##_9##_9##_9#// MySQL username var $password = '**123456';#_9##_9##_9##_9##_9##_9#// MySQL password var $db = 'u460071484_raji';#_9##_9##_9##_9##_9##_9##_9#// MySQL database name var $dbprefix = 'Reg_';#_9##_9##_9##_9##_9#// Do not change unless you need to! /* Server Settings */

Reply

RE: DATABASE #3
A. 'var' is deprecated. Why are you using it?

B. wtf is all this crap: #_9##_9##_9##_9##_9#

C. Did you just post your password? lol Thats a crap password

Reply

RE: DATABASE #4
A. 'var' is deprecated. Why are you using it?

B. wtf is all this crap: #_9##_9##_9##_9##_9#

C. Did you just post your password? lol Thats a crap password

Reply

RE: DATABASE #5
See, my boss d script was send to me dats why. And inside d database, i was told nt to delet anyting. So pls. Help me pieces it pls. Help me out.

Reply

RE: DATABASE #6
See, my boss d script was send to me dats why. And inside d database, i was told nt to delet anyting. So pls. Help me pieces it pls. Help me out.

Reply

RE: DATABASE #7
(06-14-2014, 02:05 AM)Olaolu Bimpe Wrote: Pls can any one help me to fix dis errn. Am aving problem wif my data base setting, and d major point is d $dbtype=" cus i dnt kwn wht i will do to it. Pls help me it giving me problem

Code:
*/ /* Database Settings */ var $dbtype = 'mysql';#_9##_9##_9##_9##_9#// Normally mysql var $host = 'mysql.nazuka.net';#_9##_9##_9##_9#// This is normally set to localhost var $user = 'u460071484_raji';#_9##_9##_9##_9##_9##_9##_9#// MySQL username var $password = '**123456';#_9##_9##_9##_9##_9##_9#// MySQL password var $db = 'u460071484_raji';#_9##_9##_9##_9##_9##_9##_9#// MySQL database name var $dbprefix = 'Reg_';#_9##_9##_9##_9##_9#// Do not change unless you need to! /* Server Settings */

Try this.

Code:
<?php $host = ""; $user = ""; $pass = ""; $db = ""; ?>







Reply

RE: DATABASE #8
(06-14-2014, 02:05 AM)Olaolu Bimpe Wrote: Pls can any one help me to fix dis errn. Am aving problem wif my data base setting, and d major point is d $dbtype=" cus i dnt kwn wht i will do to it. Pls help me it giving me problem

Code:
*/ /* Database Settings */ var $dbtype = 'mysql';#_9##_9##_9##_9##_9#// Normally mysql var $host = 'mysql.nazuka.net';#_9##_9##_9##_9#// This is normally set to localhost var $user = 'u460071484_raji';#_9##_9##_9##_9##_9##_9##_9#// MySQL username var $password = '**123456';#_9##_9##_9##_9##_9##_9#// MySQL password var $db = 'u460071484_raji';#_9##_9##_9##_9##_9##_9##_9#// MySQL database name var $dbprefix = 'Reg_';#_9##_9##_9##_9##_9#// Do not change unless you need to! /* Server Settings */

Try this.

Code:
<?php $host = ""; $user = ""; $pass = ""; $db = ""; ?>







Reply

RE: DATABASE #9
Or try this:

Code:
/* Database Settings */ $dbtype = "mysql"; // Normally mysql $host = "mysql.nazuka.net"; // This is normally set to localhost $user = "u460071484_raji"; // MySQL username $password = "**123456"; // MySQL password $db = "u460071484_raji"; // MySQL database name $dbprefix = "Reg_"; // Do not change unless you need to!

I don't see any mistakes but since those weird characters are not commented hence the PHP interpreter might throw you an error on the execution.
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: DATABASE #10
Or try this:

Code:
/* Database Settings */ $dbtype = "mysql"; // Normally mysql $host = "mysql.nazuka.net"; // This is normally set to localhost $user = "u460071484_raji"; // MySQL username $password = "**123456"; // MySQL password $db = "u460071484_raji"; // MySQL database name $dbprefix = "Reg_"; // Do not change unless you need to!

I don't see any mistakes but since those weird characters are not commented hence the PHP interpreter might throw you an error on the execution.
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply







Users browsing this thread: 1 Guest(s)