Register for your free account! | Forgot your password?

You last visited: Today at 14:56

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[RELEASE]ShadeCO source

Discussion on [RELEASE]ShadeCO source within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 01/11/2009, 21:23   #31
 
elite*gold: 0
Join Date: Aug 2006
Posts: 82
Received Thanks: 7
Well, is it so hard then?

Firstly download xampp from here



Then goto mysql, import lol.sql

goto
Shade CO SOURCE v1.121\Shade CO SOURCE v1.121\COServerProject1\COServerProject\bin\Debug

open config.ini and change these to

[Server]
ServerIP="the server ip(mostly 127.0.0.1 or hamachi ip"
XPRate= "ur servers experience rate goes here"
ProfXPRate= "servers profiency xp rate goes here"
DBUserName = "ur localhost/phpmyadmin username"
DBUserPass = "ur localhost/phpmyadmin password"
CODirectory = "ur co directory"

goto ur co client folder and open cidserver.dat/server.dat and change the ip whats there to the ip u putted to config.ini server ip

Now go to

Shade CO SOURCE v1.121\Shade CO SOURCE v1.121\COServerProject1\COServerProject\bin\Debug

and run Shade-Co.exe

And woila. Ur done. Was that seriously so hard then?
laurytalvi is offline  
Old 01/12/2009, 07:44   #32
 
elite*gold: 0
Join Date: Oct 2008
Posts: 87
Received Thanks: 5
Server: localhost Database: shadecoproject
Error
SQL query:

--
-- Database: `shadecoproject`
--
-- --------------------------------------------------------
--
-- Table structure for table `accounts`
--
CREATE TABLE `accounts` (

`AccountID` varchar( 16 ) NOT NULL DEFAULT '',
`Password` varchar( 64 ) NOT NULL DEFAULT '',
`LogonType` int( 8 ) unsigned NOT NULL DEFAULT '0',
`LogonCount` int( 10 ) unsigned NOT NULL DEFAULT '0',
`Status` int( 8 ) unsigned NOT NULL DEFAULT '0',
`Charr` varchar( 16 ) NOT NULL DEFAULT '',
`AccNr` int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
`Online` int( 8 ) unsigned NOT NULL DEFAULT '0',
`Email` varchar( 255 ) NOT NULL ,
`SecretQuestion` varchar( 255 ) NOT NULL ,
`Answer` varchar( 255 ) NOT NULL ,
`Identification` varchar( 8 ) NOT NULL ,
`WebPassword` varchar( 255 ) NOT NULL DEFAULT '',
PRIMARY KEY ( `AccNr` ) USING BTREE
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =2;



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 'USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2' at line 15
LegendsReborn is offline  
Old 01/12/2009, 09:21   #33
 
damianpesta's Avatar
 
elite*gold: 0
Join Date: Jan 2007
Posts: 1,034
Received Thanks: 58
Quote:
Originally Posted by LegendsReborn View Post
Server: localhost Database: shadecoproject
Error
SQL query:

--
-- Database: `shadecoproject`
--
-- --------------------------------------------------------
--
-- Table structure for table `accounts`
--
CREATE TABLE `accounts` (

`AccountID` varchar( 16 ) NOT NULL DEFAULT '',
`Password` varchar( 64 ) NOT NULL DEFAULT '',
`LogonType` int( 8 ) unsigned NOT NULL DEFAULT '0',
`LogonCount` int( 10 ) unsigned NOT NULL DEFAULT '0',
`Status` int( 8 ) unsigned NOT NULL DEFAULT '0',
`Charr` varchar( 16 ) NOT NULL DEFAULT '',
`AccNr` int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
`Online` int( 8 ) unsigned NOT NULL DEFAULT '0',
`Email` varchar( 255 ) NOT NULL ,
`SecretQuestion` varchar( 255 ) NOT NULL ,
`Answer` varchar( 255 ) NOT NULL ,
`Identification` varchar( 8 ) NOT NULL ,
`WebPassword` varchar( 255 ) NOT NULL DEFAULT '',
PRIMARY KEY ( `AccNr` ) USING BTREE
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =2;



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 'USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2' at line 15


DUDE make a database called shadecoproject or w/e it is and import db ... Whats soo hard in it? Do i have to write a book about Importing database?... ***
damianpesta is offline  
Old 01/12/2009, 10:40   #34
 
elite*gold: 0
Join Date: Sep 2008
Posts: 62
Received Thanks: 21
the file to download has a password protection
whoaloser is offline  
Old 01/12/2009, 13:36   #35
 
elite*gold: 0
Join Date: Aug 2006
Posts: 82
Received Thanks: 7
Quote:
Originally Posted by whoaloser View Post
the file to download has a password protection
Look at page 2 or 3.
laurytalvi is offline  
Old 01/12/2009, 21:10   #36

 
elite*gold: 169
Join Date: Jan 2009
Posts: 1,567
Received Thanks: 509
Need downlod link
Xanrry is offline  
Old 01/12/2009, 22:11   #37
 
elite*gold: 0
Join Date: Aug 2006
Posts: 82
Received Thanks: 7
Quote:
Originally Posted by Yasmin* View Post
Need downlod link
WOW, ppl are so stupid that they cant even chck the first page for source? LMAO
laurytalvi is offline  
Old 01/13/2009, 00:40   #38
 
elite*gold: 0
Join Date: Oct 2008
Posts: 87
Received Thanks: 5
Quote:
Originally Posted by damianpesta View Post
DUDE make a database called shadecoproject or w/e it is and import db ... Whats soo hard in it? Do i have to write a book about Importing database?... ***

dude.. i already made the database.. and when i import it it gives me this error

Code:
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 'USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2' at line 15
LegendsReborn is offline  
Old 01/13/2009, 01:45   #39
 
justprownage's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 203
Received Thanks: 87
Quote:
Originally Posted by LegendsReborn View Post
dude.. i already made the database.. and when i import it it gives me this error

Code:
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 'USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2' at line 15
To use this source, you must have a brain.
justprownage is offline  
Old 01/13/2009, 01:54   #40
 
elite*gold: 0
Join Date: Oct 2008
Posts: 87
Received Thanks: 5
Quote:
Originally Posted by justprownage View Post
To use this source, you must have a brain.
i do have one -.-.. so how do i fix that error up there? i have shadecoproject as database.. and when i execute the lol.sql it gives me that error..
LegendsReborn is offline  
Old 01/13/2009, 01:58   #41
 
justprownage's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 203
Received Thanks: 87
Quote:
Originally Posted by LegendsReborn View Post
i do have one -.-.. so how do i fix that error up there? i have shadecoproject as database.. and when i execute the lol.sql it gives me that error..
justprownage is offline  
Old 01/13/2009, 02:43   #42
 
elite*gold: 0
Join Date: Oct 2008
Posts: 87
Received Thanks: 5
Quote:
Originally Posted by justprownage View Post
i still get this error.. -.-

Script line: 22 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 'USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2' at line 15
LegendsReborn is offline  
Old 01/13/2009, 03:44   #43
 
justprownage's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 203
Received Thanks: 87
Quote:
Originally Posted by LegendsReborn View Post
i still get this error.. -.-

Script line: 22 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 'USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2' at line 15
Try it with instead of navicat/SQL gui tool.
justprownage is offline  
Old 01/13/2009, 08:25   #44
 
elite*gold: 0
Join Date: Oct 2008
Posts: 87
Received Thanks: 5
Quote:
Originally Posted by justprownage View Post
Try it with instead of navicat/SQL gui tool.

lol...

Server: localhost Database: shadecoproject
Error
SQL query:

--
-- Database: `shadecoproject`
--
-- --------------------------------------------------------
--
-- Table structure for table `accounts`
--
CREATE TABLE `accounts` (

`AccountID` varchar( 16 ) NOT NULL DEFAULT '',
`Password` varchar( 64 ) NOT NULL DEFAULT '',
`LogonType` int( 8 ) unsigned NOT NULL DEFAULT '0',
`LogonCount` int( 10 ) unsigned NOT NULL DEFAULT '0',
`Status` int( 8 ) unsigned NOT NULL DEFAULT '0',
`Charr` varchar( 16 ) NOT NULL DEFAULT '',
`AccNr` int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
`Online` int( 8 ) unsigned NOT NULL DEFAULT '0',
`Email` varchar( 255 ) NOT NULL ,
`SecretQuestion` varchar( 255 ) NOT NULL ,
`Answer` varchar( 255 ) NOT NULL ,
`Identification` varchar( 8 ) NOT NULL ,
`WebPassword` varchar( 255 ) NOT NULL DEFAULT '',
PRIMARY KEY ( `AccNr` ) USING BTREE
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =2;



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 'USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2' at line 15

[ Back
LegendsReborn is offline  
Old 01/13/2009, 08:44   #45
 
elite*gold: 0
Join Date: Nov 2007
Posts: 30
Received Thanks: 1
Exclamation

i have the same problem too !!!
when i tried navicat i checked continue on errors
but when its finished it didn't make accounts table

sorry if my english is bad !!!
medooo is offline  
Reply


Similar Threads Similar Threads
[Release] ShadeCo Source v1.3
03/06/2009 - CO2 PServer Guides & Releases - 51 Replies
Since I saw that many people started bitching about bugs on v1.21, HERE'S the newest version: MediaFire- ShadeCo Source v1.3 http://i40.tinypic.com/152nl03.jpg The above Server Ip isn't mine, so you don't need try hacking me. Btw, its a hamachi Ip. Credits: -Tanel -Tons of pro coders on epvpers
[Problem] ShadeCo Source
02/15/2009 - CO2 Private Server - 8 Replies
ok i have 2 Problems Check this 2 SS First that What i got when i try to http://www8.0zz0.com/2009/01/11/03/408195975.jpg Second this what i got when i try make Server Online http://www8.0zz0.com/2009/01/11/03/843921102.jpg
Help WIth ShadeCO Source please
02/04/2009 - CO2 Private Server - 1 Replies
Hey guys is was just wondering if someone would be able to point me in the right direction to a guide of how to setup the ShadeCO source found here... http://www.elitepvpers.com/forum/co2-pserver-discu ssions-questions/200867-release-shadeco-source.htm l Or if someone would help me set it up please i have Setup a PowerCO source Server but i have decided to switch over to ShadeCO source but cant figure out how to... any help will be much apprectiated



All times are GMT +1. The time now is 14:56.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.