|
You last visited: Today at 02:09
Advertisement
[Release] DarkOrbit - Private Server | Full Package |
Discussion on [Release] DarkOrbit - Private Server | Full Package | within the DarkOrbit forum part of the Browsergames category.
06/22/2013, 19:36
|
#556
|
elite*gold: 0
Join Date: Jul 2010
Posts: 56
Received Thanks: 5
|
Quote:
Originally Posted by fire.rox
Database error
|
if your looking for help database error tells us nothing about the problem.... :/
|
|
|
06/22/2013, 19:41
|
#557
|
elite*gold: 0
Join Date: Apr 2011
Posts: 208
Received Thanks: 105
|
Quote:
Originally Posted by Havok1227
if your looking for help database error tells us nothing about the problem.... :/
|
You right:
SQL-query:
--
-- Data dump for tabellen `users`
--
INSERT INTO `users` ( `ID` , `Email` , `Name` , `pwHash` , `Servers` , `sessionId` )
VALUES /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
MySQL retourneerde: Documentatie
#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 'SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */' at line 7
|
|
|
06/22/2013, 20:00
|
#558
|
elite*gold: 1
Join Date: Aug 2010
Posts: 1,330
Received Thanks: 1,724
|
"INSERT INTO `users` ( `ID` , `Email` , `Name` , `pwHash` , `Servers` , `sessionId` )
VALUES ('$id','$email]','$pwHash','$Servers',$sessionId)";
And that vars are what you want.
|
|
|
06/22/2013, 20:14
|
#559
|
elite*gold: 0
Join Date: Nov 2011
Posts: 55
Received Thanks: 10
|
Quote:
Originally Posted by asd26
"INSERT INTO `users` ( `ID` , `Email` , `Name` , `pwHash` , `Servers` , `sessionId` )
VALUES ('$id','$email]','$pwHash','$Servers',$sessionId)";
And that vars are what you want.
|
Quote:
Originally Posted by fire.rox
You right:
SQL-query:
--
-- Data dump for tabellen `users`
--
INSERT INTO `users` ( `ID` , `Email` , `Name` , `pwHash` , `Servers` , `sessionId` )
VALUES /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
MySQL retourneerde: Documentatie
#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 'SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */' at line 7
|
Try database fix:  Right click -> save as
Thanks to Zeta for this
|
|
|
06/22/2013, 20:35
|
#560
|
elite*gold: 0
Join Date: Apr 2011
Posts: 208
Received Thanks: 105
|
Quote:
Originally Posted by dadodoli
Try database fix:  Right click -> save as
Thanks to Zeta for this
|
--
-- Data dump for tabellen `clan`
--
INSERT INTO `clan` ( `clanID` , `clanName` , `tagName` , `memberCount` )
VALUES ( 1, 'Administradores', 'adm', 1 ) , ( 2, 'Developer', 'Dev', 1 ) ;
MySQL retourneerde:
#1062 - Duplicate entry '1' for key 'PRIMARY'
|
|
|
06/22/2013, 20:55
|
#561
|
elite*gold: 61
Join Date: Oct 2010
Posts: 1,188
Received Thanks: 2,403
|
Quote:
Originally Posted by fire.rox
--
-- Data dump for tabellen `clan`
--
INSERT INTO `clan` ( `clanID` , `clanName` , `tagName` , `memberCount` )
VALUES ( 1, 'Administradores', 'adm', 1 ) , ( 2, 'Developer', 'Dev', 1 ) ;
MySQL retourneerde:
#1062 - Duplicate entry '1' for key 'PRIMARY'
|
Delete the current database tables -.-
Before you are using the script:
Thanks havok for the support you deliver.
|
|
|
06/22/2013, 20:56
|
#562
|
elite*gold: 0
Join Date: Nov 2012
Posts: 18
Received Thanks: 6
|
Warning: require(../KERNEL-DOCMS/Init.php): failed to open stream: No such file or directory in C:\xampp-portable\htdocs\index.php on line 2
Fatal error: require(): Failed opening required '../KERNEL-DOCMS/Init.php' (include_path='.;\xampp-portable\php\PEAR') in C:\xampp-portable\htdocs\index.php on line 2
:/
|
|
|
06/22/2013, 20:56
|
#563
|
elite*gold: 61
Join Date: Oct 2010
Posts: 1,188
Received Thanks: 2,403
|
Quote:
Originally Posted by dimitriindarkor
Warning: require(../KERNEL-DOCMS/Init.php): failed to open stream: No such file or directory in C:\xampp-portable\htdocs\index.php on line 2
Fatal error: require(): Failed opening required '../KERNEL-DOCMS/Init.php' (include_path='.;\xampp-portable\php\PEAR') in C:\xampp-portable\htdocs\index.php on line 2
:/
|
Do you even know what this pack is for?
|
|
|
06/22/2013, 21:23
|
#564
|
elite*gold: 0
Join Date: Apr 2011
Posts: 208
Received Thanks: 105
|
Quote:
Originally Posted by ZETΑ
Delete the current database tables -.-
Before you are using the script:
Thanks havok for the support you deliver.
|
i delete all my darkorbit database's.
i make 1 database called: do_es
i import the database.
what then happend:
he make 1 data called: darkorbit (10)
and in the data do_es he create nothing
|
|
|
06/22/2013, 21:28
|
#565
|
elite*gold: 61
Join Date: Oct 2010
Posts: 1,188
Received Thanks: 2,403
|
Quote:
Originally Posted by fire.rox
i delete all my darkorbit database's.
i make 1 database called: do_es
i import the database.
what then happend:
he make 1 data called: darkorbit (10)
and in the data do_es he create nothing
|
This pack is for the azure project, and NOT icon8's.
Best Regards Zeta
|
|
|
06/22/2013, 21:32
|
#566
|
elite*gold: 0
Join Date: Apr 2011
Posts: 208
Received Thanks: 105
|
Quote:
Originally Posted by ZETΑ
This pack is for the azure project, and NOT icon8's.
Best Regards Zeta
|
Ok. Still dont know what to do and how to fix ?
|
|
|
06/23/2013, 00:29
|
#567
|
elite*gold: 0
Join Date: Jul 2010
Posts: 56
Received Thanks: 5
|
Quote:
Originally Posted by fire.rox
Ok. Still dont know what to do and how to fix ?
|
if you follow that video.. and what is writting by madatok to the letter. then on the sql instead of the one madatok gave us use the one zeta gave it. you can make it work. but you half to listen read pay attention and dont miss a single step..
o and zeta did you get the sql i sent you the other day in the private msg?
|
|
|
06/23/2013, 11:31
|
#568
|
elite*gold: 0
Join Date: Apr 2011
Posts: 208
Received Thanks: 105
|
Download link navicat??
|
|
|
06/23/2013, 11:47
|
#569
|
elite*gold: 0
Join Date: Jan 2011
Posts: 1,130
Received Thanks: 3,260
|
Quote:
Originally Posted by fire.rox
Download link navicat??
|
|
|
|
06/23/2013, 11:48
|
#570
|
elite*gold: 1
Join Date: Aug 2010
Posts: 1,330
Received Thanks: 1,724
|
Quote:
Originally Posted by fire.rox
Download link navicat??
|
|
|
|
Similar Threads
|
[Selling] X22 Private Hack (Full Package Box) with lifetime subscription
04/04/2013 - Trading - 0 Replies
Hello,
I'm selling my VIP access for X22cheats.com, this site has announced private cheats for multiplayers games like : Call of Duty 2 ; 4 ; BO2 etc... MW:WF; BF3... also bypassing many anticheats...
Here's a full gamelist / anticheats bypass list to mx x22
http://i.epvpimg.com/tgAff.jpg
I can shot the client and everything via skype, this account older than 2 years never had punished for anything and have quite nice posts on x22 forums so My skype is : upandupbaby
|
All times are GMT +1. The time now is 02:10.
|
|