Results 1 to 5 of 5

Thread: Creating the database then adding my script
      
   

  1. #1
    CruciusNETX is offline Private
    Join Date
    Mar 2009
    Posts
    2

    Default Creating the database then adding my script

    Hello friends,

    I recently opened a protected domain and have published most of my site using BludVoda's wonderful software. Now that I am a paying member, I am running into some issues operating my database.

    I have created my database thru CPanel, no problems there. I have a software script - more specifically, a dating script - using osDate. The total software size is 37 MB and I have it zipped in a file on my desktop. Using FTP thru the BlueVoda website builder, I uploaded the zipped file to my "root directory." However, no such luck! The script won't work. I then decided to experiment with the fantastico scripts thru CPanel, and it's not really what I want, but I did notice when I added a script from Fantastico, it created a folder in my root directory which had all the program files for the script within. I then decided I would try the same thing with my osDate software - didn't work.

    How do I PROPERLY import my osDate software into my database? I'm extremely inexperienced with scripts and databases. I've tried uploading it thru CPanel but it won't even upload when I try to import it, I'm assuming because the file is too large.

    What if I created a folder thru FTP in my root, and then individually imported each file from the osDate software into the folder? Would it then work to allow me to open "http://my_dating_site/install.php?"

    I'm sorry about this long winded post, but I wanted as much detail as possible - if anyone here knows the solution to my ills, please advise.

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,077

    Default Re: Creating the database then adding my script

    You don't load the script into the database. The DB is for the content.

    Each script has its own instructions, however, most of them require you to:

    1. Create a database, with a user, and set permissions for this user according to the script instructions.
    2. Load the script files into a folder in your public_html (root directory). Usually this folder has the same name as the main folder of the script. You do NOT uload the script zipped.
    When uploading you MUST respect the same folder structure as the script.
    3. You run an installation wizard that is usually included with the script. Sometimes this wizard will have also a routine that will create the necessary tables in the database, some other times it will not, and, in that case, you usually run separately a SQL query script (also included with the script, see instructions) that will create the necessary tables in the database.

    So the answer to your question "What if I created a folder thru FTP in my root, and then individually imported each file from the osDate software into the folder? Would it then work to allow me to open http://my_dating_site/install.php?

    is yes, provided that you have completed steps 1 and 2.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    CruciusNETX is offline Private
    Join Date
    Mar 2009
    Posts
    2

    Thumbs up Re: Creating the database then adding my script

    Quote Originally Posted by navaldesign View Post
    You don't load the script into the database. The DB is for the content.

    Each script has its own instructions, however, most of them require you to:

    1. Create a database, with a user, and set permissions for this user according to the script instructions.
    2. Load the script files into a folder in your public_html (root directory). Usually this folder has the same name as the main folder of the script. You do NOT uload the script zipped.
    When uploading you MUST respect the same folder structure as the script.
    3. You run an installation wizard that is usually included with the script. Sometimes this wizard will have also a routine that will create the necessary tables in the database, some other times it will not, and, in that case, you usually run separately a SQL query script (also included with the script, see instructions) that will create the necessary tables in the database.

    So the answer to your question "What if I created a folder thru FTP in my root, and then individually imported each file from the osDate software into the folder? Would it then work to allow me to open http://my_dating_site/install.php?

    is yes, provided that you have completed steps 1 and 2.

    Thank you -- worked beautifully.

  4. #4
    agulotta is offline Sergeant
    Join Date
    Sep 2008
    Posts
    38

    Default Re: Creating the database then adding my script

    if we have more than one website under BV, and we have a database that i need on the one site..do we use public_html or public_html/rapiddebtsettlement.com (in this case i want to add a database to www.rapiddebtsettlement.com)

    here is the question from my database builder...thanks for the help

    are you familiar with setting up a database and connecting to it? I can do it fine on my own server but on this cpanel it wont tell me the hostname for the sql server
    ---------------------------------------------------------------------
    Quote Originally Posted by navaldesign View Post
    You don't load the script into the database. The DB is for the content.

    Each script has its own instructions, however, most of them require you to:

    1. Create a database, with a user, and set permissions for this user according to the script instructions.
    2. Load the script files into a folder in your public_html (root directory). Usually this folder has the same name as the main folder of the script. You do NOT uload the script zipped.
    When uploading you MUST respect the same folder structure as the script.
    3. You run an installation wizard that is usually included with the script. Sometimes this wizard will have also a routine that will create the necessary tables in the database, some other times it will not, and, in that case, you usually run separately a SQL query script (also included with the script, see instructions) that will create the necessary tables in the database.

    So the answer to your question "What if I created a folder thru FTP in my root, and then individually imported each file from the osDate software into the folder? Would it then work to allow me to open http://my_dating_site/install.php?

    is yes, provided that you have completed steps 1 and 2.

  5. #5
    Alien Dude's Avatar
    Alien Dude is offline Lieutenant Colonel
    Join Date
    Apr 2008
    Location
    The Dark Side
    Posts
    560

    Default Re: Creating the database then adding my script

    Hostname is localhost

Thread Information

Users Browsing this Thread

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

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49