Register for your free account! | Forgot your password?

Go Back   elitepvpers > General Gaming > General Gaming Discussion > Private Server > Private Server Advertising
You last visited: Today at 10:57

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

Advertisement



[HELP]How to Make Talisman Online PRivate sERveR

Discussion on [HELP]How to Make Talisman Online PRivate sERveR within the Private Server Advertising forum part of the Private Server category.

Reply
 
Old 09/04/2010, 23:28   #16
 
elite*gold: 0
Join Date: Dec 2009
Posts: 3
Received Thanks: 1
Who want be partener in crea one private server , i know little obut this and need and you know abut creat , i know need VMware Workstation ,,ubuntu-10.04. or onather ubuntu , and server talisman online ,
Pentru a avea acces la internet pe masina linux, se alege optiunea NAT pentru network!
Dupa ce am instalat Ubuntu Desktop, trebuie sa instalam Mysql Server,
astfel: deschidem o fereastra in terminal si tastam comanda:

sudo -s (aceasta comanda va va cere parola de root)
introduceti parola, dupa care tastati comanda:

apt-get install mysql-server

nu faceti alceva decat sa asteptati sa se instaleze Mysql Server!
Pentru ca serverul mysql sa functioneze corect, mai avem nevoie sa instalam un program: libmysqlclient15off.deb pe care il descarcati de pe internet. Daca ati parcurs acesti pasi aveti Ubuntu + serverul mysql
instalate pe masina virtuala. Acum trebuie sa copiem Serverul Talisman Online in Ubuntu.
In folderul /home/ avem un folder care are acelasi nume cu contul pe care l-ati creat pentru a va loga in linux, de exemplu, daca contul tau este dan, atunci vom avea /home/dan/, in acest folder trebuie sa copiem
serverul talisman online.

Serverul Talisman Online, este compus din 4 foldere:
db
login
game
DB___

se copiaza toate in folderul /home/dan/ , va reamintesc ca /dan/ este un
exemplu, numele folderului din /home/ este acelasi cu cel al contului tau
din linux.Eu voi continua cu /dan/!

va rezulta urmatoarea structura de directoare:

/home/dan/db
/home/dan/login
/home/dan/game
/home/dan/DB___

In acest punct avem Serverul talisman in linux!
Acum trebuie sa modificam fisierele din folderele serverului talisman.
Pentru a realiza acest lucru, trebuie sa aflam adresa IP a masinii linux.

Introducem in terminal comanda: ifconfig,
aceasta comanda va afisa adresa IP si alte informatii despre retea.
NOTAM ADRESA IP

Deschidem folderul /home/dan/db, in acest folder avem 4 fisiere care
trebuie modificate:
run.sh
db_server_user.ini
guard_user.ini
server_user.ini

Deschidem run.sh cu un editor de text si modificam path-ul astfel:

#!/bin/sh
cd /home/dan/db
ulimit -c unlimited
rm *.pid -f
/home/dan/db/guard -c /home/dan/db/guard_user.ini

salvam fisierul astfel modificat.
Se vor modifica astfel fisierele ./run.sh si din celelalte directoare, adica: /home/dan/login si /home/dan/game.

Deschidem fisierul guard_user.ini si modificam doua linii care
trebuie sa arate astfel:

ApplicationName = "db_server"
PublishServerIp = "localhost" (in locul localhost treci Ip-ul tau din linux)


Celelalte linii raman nemodificate!

Deschidem fisierul server_user.ini si scriem adresa Ip din linux in toate
liniile care au alt Ip.

Acum trecem la modificarea fisierelor din directorul /home/dan/login.

Deschidem fisierul login_user.ini si modificam liniile astfel:

list = "localhost"
user = "localhost"
server = "127.0.0.1"
db = "127.0.0.1"
billing = "localhost"
licenseserver = "localhost"


(in locul localhost treci Ip-ul tau din linux)

Deschidem fisierul guard_user.ini si la PublishServerIp trecem localhost, adica Ip-ul din linux: PublishServerIp = "localhost" (celelalte linii raman
nemodificate)

Trecem la modificarea fisierelor din directorul /home/dan/game

Deschidem fisierul server_user.ini si modificam liniile astfel:

[client]
ListenIp = "localhost"
ListenPortal = "localhost"

[login]
ConnectIp = "127.0.0.1"

[game_db]
ConnectIp = "127.0.0.1"

[log_db]
ConnectIp = "127.0.0.1"

[server]
location = "localhost"

[licenseserver]
sv1 = "localhost"
sv2 = "localhost"
sv1 = "localhost"

Deschidem fisierul guard_user.ini si la PublishServerIp trebuie sa avem
"127.0.0.1"

Daca ati modificat liniile asa cum am aratat mai sus, acum aveti serverul gata configurat.+
Poate mai trebuie ceva dar nici eu nu stiu prea bine cine vrea sa fim parteneri #1 eu nu pot face toate astea pt ca am laptop si net mobil si nu o sa mearga prea bine adresa mea este , or MSN ID prototipe_1
prototipe1234 is offline  
Thanks
1 User
Old 09/14/2010, 17:12   #17
 
elite*gold: 0
Join Date: Jul 2010
Posts: 2
Received Thanks: 0
i want to know to how to make it pls say
RedDragon521 is offline  
Old 09/14/2010, 17:21   #18
 
elite*gold: 0
Join Date: Jul 2010
Posts: 2
Received Thanks: 0
how to make it
RedDragon521 is offline  
Old 09/17/2010, 12:21   #19
 
elite*gold: 0
Join Date: Sep 2010
Posts: 1
Received Thanks: 1
how to make TO P-server.

I get a new tools .It can unpack and repack evp .but it has times limit to use .

link1:


the server running successfull img
(copy the link to view the screenshot)

the client screen

Hello, This server is Korean server(but comes from chinese) + chinese client .
you need to find the client of the USA.
i have been tested it .it works fine.

how to create account?

create new account in db_account .
the t_account
name XXX
pwd(it used md5)
pv 9 (GM)
and other is null

server files


client (CHINESE)


client (ENGLISH) thx [seryi]



client command to enter your priv server .

client.exe ur;name=test;ip=10.10.10.10;port=8888

db files (mysql DB)


tools 1(only can unpack the game_server.evp files. can't repack it )


tools2(can unpack-repack .but need to hack)


the server files run in Linux
(all server config files was paked in game_server.evp,we must unpack-change-repack it to change the server settings)

1.prepare your linux system and mysql(db_account,db_game,db_log)

2.trans it to /home

3.edit files

/home/db

run.sh

#!/bin/sh
cd /home/db
ulimit -c unlimited
rm *.pid -f
/home/db/guard -c /home/db/guard_user.ini

server_user.ini

[dbserver]
ListenIp = "localhost"
ListenPort = "9006"
[db_login] <------lost part-------->
Server = "mysql ip"
Port = 3306
Database = "db_account"
UserName = "username"
Password = "password" <------lost part-------->
[db_game]
Server = "username"
Port = 3306
Database = "db_game"
UserName = "username"
Password = "password"
[db_log]
Server = "mysql ip"
Port = 3306
Database = "db_log"
UserName = "username"
Password = "password"

guard_user.ini

[Guard]
ApplicationName="db_server"
ApplicationConfigName="db_server_user.ini"
GuardPort=9008
PublishServerIP="localhost"
PublishServerPort=9009
DeadLoopTime=0
RebootTimeWhenShutdown=16
RebootTimeWhenDeadLoop=16
StartAppRightAwayFlag=1

------------------/home/game

guard_user.ini

[Guard]
ApplicationName="game_server"
ApplicationConfigName="server_user.ini"
GuardPort=9008
PublishServerIP="localhost"
PublishServerPort=9009
DeadLoopTime=0
RebootTimeWhenShutdown=16
RebootTimeWhenDeadLoop=16
StartAppRightAwayFlag=1

server_user.ini

[client]
Capability = "2000"
UseGate = "false"
ListenIp = "localhost"
ListenPortal = "192.168.1.200"
ListenPort = "8886"
[login]
BindIP = ""
BindPort = ""
ConnectIp = "localhost"
ConnectPort = "9002"
[game_db]
BindIP = ""
BindPort = ""
ConnectIp = "localhost"
ConnectPort = "9006"
[log_db]
BindIP = ""
BindPort = ""
ConnectIp = "localhost"
ConnectPort = "9006"
[server]
Description = "korean_test_server"
name = "玫粮"
location = "192.168.1.200"
Idx = 1
Order = 1
ListPv = 0
[anti_robot]
OpenFlag = "false"
ClientDetect = "false"
StartAuto = "false"
EctypeAskFlag = "false"
[licenseport]
port = 9101
[licenseserver]
sv1 = "192.168.1.200"
sv2 = "192.168.1.200"
sv3 = "192.168.1.200"

/game/login

guard_user.ini

[Guard]
ApplicationName="login_server"
ApplicationConfigName="login_user.ini"
GuardPort=9008
PublishServerIP="localhost"
PublishServerPort=9009
DeadLoopTime=0
RebootTimeWhenShutdown=16
RebootTimeWhenDeadLoop=16
StartAppRightAwayFlag=1
login_user.ini[list]
Capability = "3000"
ListenIp = "192.168.1.200"
ListenPort = "8888"
[user]
Capability = "2000"
ListenIp = "192.168.1.200"
ListenPortal = "192.168.1.200"
ListenPort = "8885"
StateLev1 = 500
StateLev2 = 1000
[server]
Capability = "64"
ListenIp = "localhost"
ListenPort = "9002"
[db]
BindIP = ""
BindPort = ""
ConnectIp = "localhost"
ConnectPort = "9006"
[billing]
use = false
ConnectIp = "localhost"
ConnectPort = "9020"
[guard]
Description = ""
GuardPort = "8002"
UseGuard = "false"
[Login]
Name="login_OPT"
Accept="a7aaaa"
[autostat]
Enable = false
[licenseport]
port = 9101
[licenseserver]
sv1 = "192.168.1.200"
sv2 = "192.168.1.200"

④run the server

cd /game/db (it show connect succesfull)
./run.sh
cd /game/login (it show nothing)
./run.sh (going on to run game server)
cd /game/game
./run.sh

after runs game server,it'll show connect faild ..............
it's not matter .you just to wait about 5 minutes .
than it'll start
yaqoub is offline  
Thanks
1 User
Old 10/18/2010, 06:07   #20
 
elite*gold: 0
Join Date: Jul 2010
Posts: 2
Received Thanks: 0
How can i make a registration page then??
hughdaniel17 is offline  
Old 10/25/2010, 10:00   #21
 
elite*gold: 0
Join Date: Sep 2010
Posts: 1
Received Thanks: 0
PLease any1 how know to make a P-server at TO pm here
LionN22 is offline  
Old 08/17/2011, 18:49   #22
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1
Received Thanks: 0
hey pls post me how to make P-server ! in
slivata1 is offline  
Old 12/04/2011, 11:57   #23
 
elite*gold: 0
Join Date: May 2010
Posts: 2
Received Thanks: 0
Hey guys i have all data of Talisman so plzzz help how to make private server......


plzzzz any one help me

my email ID is &
alpesh76 is offline  
Old 03/10/2012, 08:23   #24
 
elite*gold: 0
Join Date: Mar 2012
Posts: 1
Received Thanks: 0
Guys can anybody help me how to make a private server?
please message me in my yahoo
brucek187 is offline  
Old 07/20/2012, 12:17   #25
 
elite*gold: 0
Join Date: Apr 2010
Posts: 11
Received Thanks: 0
Want to make a talisman private server (english) if any1 has files i can host it and will give GM, please contact me on yahoo . Thanks
bustinatrix is offline  
Old 05/04/2013, 06:39   #26
 
elite*gold: 0
Join Date: Nov 2011
Posts: 1
Received Thanks: 0
sir plzzz send me how to make privet server in thish Email
AlexAshishAlex is offline  
Old 09/21/2013, 15:57   #27
 
auferhousethe's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 35
Received Thanks: 1
This is guide you all can reference, maybe it'll help
auferhousethe is offline  
Old 09/21/2013, 22:52   #28
 
elite*gold: 0
Join Date: Apr 2013
Posts: 27
Received Thanks: 1
35 euro and i create for you one server or 50 euro and create 2 server :P ->one pvp)with set red) and one classic
empire_sun is offline  
Old 10/29/2013, 14:28   #29
 
nmilchev's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 113
Received Thanks: 41
There are so many tutorials for this in youtube. Just search

You dont need to pay to noobs/kids
nmilchev is offline  
Reply


Similar Threads Similar Threads
NoName Talisman [Talisman Online Private Server]
03/14/2011 - Private Server Advertising - 17 Replies
Talisman Online Private Server is up and running, most of the obvious bugs worked out. Suggestions and observations are welcomed. NoName Talsiman No frills website for now, only used for: registration, add TP, download client. NEW Update: Max Level 80; Ease Cloud Cave, Murk Woods, and Dark Stone are now lvl 65-80 scenarios; 6 new pets; Rates: 20x Exp, 25x Energy, 300x Gold drop at 100% drop rate. Golden drop rates increased. Platinum is possible, but hard.



All times are GMT +2. The time now is 10:57.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.