Activity Stream
48,167 MEMBERS
6910 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 8 of 8
  1.     
    #1
    Member

    Default help required soon

    hello i haven not access on my sql phpmyadmin how i can install wcddl table i mean how i can make install.php file and run in browser to install file on my sql i have sql server name username and password.But i have not cpanel to access the phpmyadmin.
    csaskt Reviewed by csaskt on . help required soon hello i haven not access on my sql phpmyadmin how i can install wcddl table i mean how i can make install.php file and run in browser to install file on my sql i have sql server name username and password.But i have not cpanel to access the phpmyadmin. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    If you do not have ssh or phpmyadmin I don't think you can create a database.

    You will have to ask host to create one for you.

  4.     
    #3
    Member
    i have database but i cannot access it i have username password sql server too but i cannot access to import i want to install.php file like phpbb forum to create a table.

  5.     
    #4
    Member
    install.php file is not creating any database for you. it only populate the database with tables. you need to create a database first...

  6.     
    #5
    Banned
    If you don't have phpmyadmin installed, install this script. It's like phpmyadmin but anyone can install it.

    http://bearsql.org/

  7.     
    #6
    Member
    my dear brother i also want to create only tables i have database password ,username and sql server name.i just want to create a tables on it for WCDDL.

  8.     
    #7
    Member
    PHP Code: 
    <?php
    include "funcs.php";

    // Create table
    $sql mysql_query("
    CREATE TABLE IF NOT EXISTS `wcddl_blacklist` (
      `url` varchar(255) NOT NULL,
      PRIMARY KEY  (`url`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

    CREATE TABLE IF NOT EXISTS `wcddl_config` (
      `config_name` varchar(200) NOT NULL,
      `config_val` text NOT NULL,
      `config_group` varchar(30) NOT NULL default 'misc',
      PRIMARY KEY  (`config_name`),
      KEY `config_group` (`config_group`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

    CREATE TABLE IF NOT EXISTS `wcddl_downloads` (
      `id` int(11) NOT NULL auto_increment,
      `sid` int(5) NOT NULL,
      `title` varchar(200) NOT NULL,
      `type` varchar(20) NOT NULL,
      `url` text NOT NULL,
      `dat` varchar(15) NOT NULL,
      `views` int(5) NOT NULL,
      `rating` int(5) NOT NULL,
      PRIMARY KEY  (`id`),
      KEY `sid` (`sid`,`title`,`type`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1;

    CREATE TABLE IF NOT EXISTS `wcddl_queue` (
      `id` int(11) NOT NULL auto_increment,
      `sid` int(5) NOT NULL,
      `title` varchar(200) NOT NULL,
      `type` varchar(20) NOT NULL,
      `url` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1;

    CREATE TABLE IF NOT EXISTS `wcddl_recents` (
      `query` varchar(200) NOT NULL,
      `searches` int(5) NOT NULL,
      PRIMARY KEY  (`query`),
      KEY `searches` (`searches`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

    CREATE TABLE IF NOT EXISTS `wcddl_sites` (
      `id` int(11) NOT NULL auto_increment,
      `name` varchar(200) NOT NULL,
      `url` text NOT NULL,
      `email` varchar(200) NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1;

    CREATE TABLE IF NOT EXISTS `wcddl_whitelist` (
      `url` varchar(255) NOT NULL,
      PRIMARY KEY  (`url`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    "
    );
    ?>
    NOT Tested


  9.     
    #8
    Member
    thanks for reply jomasaco its not work but my webmaster import database.sql file in my databse.Now i am facing the site path problem i dont know my site path name

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. VPS required
    By Itkraze in forum Hosting Discussion
    Replies: 15
    Last Post: 20th Jan 2011, 06:12 AM
  2. VPS Required
    By chems in forum Hosting Discussion
    Replies: 11
    Last Post: 9th Jun 2010, 10:39 AM
  3. VPS Required
    By max13 in forum Hosting Discussion
    Replies: 13
    Last Post: 7th Jun 2010, 06:08 PM
  4. Help Required please
    By MacLoving in forum Completed Transactions
    Replies: 0
    Last Post: 25th Apr 2010, 02:43 PM
  5. PR1+ L.E required
    By Rockstar in forum Traffic Market (Buy, Sell and Trade)
    Replies: 13
    Last Post: 17th Aug 2009, 09:56 AM

Tags for this Thread

BE SOCIAL