Jump to content

installing script?


illios

Recommended Posts

hey this is my first time every getting a website....
i am making a clan and i found some free scripts...
found here:
http://scripts.overdosed.net/

i am not sure how to install the scripts onto my site?
i have 1 mysql database avaliable.

i am using:
Operating system  Linux
Kernel version 2.6.9-42.0.3.ELsmp
Apache version 1.3.37 (Unix)
PERL version 5.8.7
PHP version  4.4.3
MySQL version 4.1.21-standard
cPanel Build 10.9.0-RELEASE 57
Theme cPanel X v2.6.0
cPanel Pro  1.0 (RC36)

can some help me?
Link to comment
https://forums.phpfreaks.com/topic/27424-installing-script/
Share on other sites

well this is my first time ever seeing mysql...
the scripts are for a full functional login clan site....

but the problem it i dont know how to install it....

on the installation directions it says
2) Import the db-skeleton.sql file into your database.

i have no idea what that means since i am new to this...

lemme know if this is the wrong forums for this kind of help

thx
Link to comment
https://forums.phpfreaks.com/topic/27424-installing-script/#findComment-126014
Share on other sites

ok... i logged in and went to inport.

when i browsed the file and tried to upload i got this error:

Error

SQL query:

-- phpMyAdmin SQL Dump
-- version 2.6.4-pl3
-- http://www.phpmyadmin.net
--
-- Host: testbed.scripts.overdosed.net
-- Generation Time: Feb 24, 2006 at 02:59 PM
-- Server version: 5.0.18
-- PHP Version: 4.4.2
--
-- Database: `script_test`
--
-- --------------------------------------------------------
--
-- Table structure for table `diplomacy`
--
CREATE TABLE `diplomacy` (
`uid` varchar( 10 ) NOT NULL default 'None',
`clan` text,
`leader` text,
`site` varchar( 30 ) default 'None',
`status` tinyint( 1 ) NOT NULL default '0',
`channel` text,
`description` text,
`date` date NOT NULL default '0000-00-00',
`embassador` varchar( 20 ) NOT NULL default 'None',
`log` text,
`realm` tinyint( 1 ) NOT NULL default '0',
`view` int( 10 ) NOT NULL default '0',
PRIMARY KEY ( `uid` )
) ENGINE = MYISAM ;

MySQL said: Documentation
#1046 - No database selected
Link to comment
https://forums.phpfreaks.com/topic/27424-installing-script/#findComment-126498
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.