Jump to content

seintitus

Members
  • Posts

    122
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by seintitus

  1. My stevie account username is tchesoen and i would like to request for change on my main account domain name to 'rbspaymate.com'. I had earlier used this domain for johnny account just before it crushed.The username for that johnny account was rbspayma. Kind regards, Titus
  2. Boom! The script is now working. Thanks a lot. Problem solved.
  3. Hello. The script i am trying to run is a php program. I have tried to rename .htaccess file but still the website doesnt load. Below is the contents of my .htaccess file: AddHandler application/x-httpd-php .htmRegards, Titus
  4. Hello. I am having problem having my php script website load and i am suspecting the problem to be on .htaccess file since i have loaded the same script on 000webhost for testing purposes and it loads well. Kindly help me with my .htaccess file. My cpannel username is tchesoen and the url related to the script in question is www.esoko.cu.cc I am here attaching .htaccess file that i am using. kind regards, Titus
  5. I am getting an error while trying to import database on mysql 5.5. Here is the error: Error SQL query: CREATE TABLE `dp_banks` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT , `owner` INT( 11 ) NOT NULL DEFAULT '0', `bname` VARCHAR( 128 ) NOT NULL DEFAULT '', `baddress` VARCHAR( 128 ) NOT NULL DEFAULT '', `bcity` VARCHAR( 64 ) NOT NULL DEFAULT '', `bzip` VARCHAR( 16 ) NOT NULL DEFAULT '', `bcountry` CHAR( 2 ) NOT NULL DEFAULT '', `bstate` VARCHAR( 32 ) NOT NULL DEFAULT '', `bphone` VARCHAR( 32 ) NOT NULL DEFAULT '', `bnameacc` VARCHAR( 128 ) NOT NULL DEFAULT '', `baccount` VARCHAR( 32 ) NOT NULL DEFAULT '', `btype` CHAR( 2 ) NOT NULL DEFAULT '', `brtgnum` VARCHAR( 9 ) NOT NULL DEFAULT '', `bswift` VARCHAR( 32 ) NOT NULL DEFAULT '', `status` TINYINT( 1 ) NOT NULL DEFAULT '0', `default` TINYINT( 1 ) NOT NULL DEFAULT '0', PRIMARY KEY ( `id` )) TYPE = MYISAM AUTO_INCREMENT =1; MySQL said: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM AUTO_INCREMENT=1' at line 19
×
×
  • Create New...