Re: [PW] Server 1.4.7 v80
Quote:
Originally Posted by
claudiovit
in my saying that this version of the terminal and very old
with which client popping ese server
I'd like some fries with that please
Re: [PW] Server 1.4.7 v80
how can i make the iweb in english?or maybe a version of it in english.
Re: [PW] Server 1.4.7 v80
I installed this and when i access 192.168.0.102:8080 it says unable to connect.The webserver works tough.What did i do wrong?I followed the steps precisely and everything worked until that part.
Solved after searching on ubuntu forums.Had to move phpmyadmin folder to var/www/
Re: [PW] Server 1.4.7 v80
Quote:
Originally Posted by
tawdarky
Solved after searching on ubuntu forums.Had to move phpmyadmin folder to var/www/
Omg.
You can lock it down to localhost, which would be far more secure than putting it on the web.
Re: [PW] Server 1.4.7 v80
Quote:
Originally Posted by
argonaut
Omg.
You can lock it down to localhost, which would be far more secure than putting it on the web.
But this is not gonna be an online server.I'm just making it for me.Now i got another problem.I installed tomcat7 got iweb to work tough it's in russian.But pwadmin still doesn't work.it says "the requested resource is not available".I configured the files acording to this release.
// connection settings to the mysql pw database
String db_host = "localhost";
String db_port = "3306";
String db_user = "root";
String db_password = "---------";
String db_database = "dbo";
// Type of your items database required for mapping id's to names
// Options are my or pwi
String item_labels = "pwi";
// Absolute path to your PW-Server main directory (startscript, stopscript, /gamed)
// requires a tailing slash
String pw_server_path = "/home";
Or maybe this pwadmin doesn't work with this release? pw-tools - Collection of Tools for Perfect World MMORPG - Google Project Hosting
Re: [PW] Server 1.4.7 v80
Last problem that i have with this.I got client 1.4.6 patch 719 and it says version low.Wasn't this the right version?
1 Attachment(s)
Re: [PW] Server 1.4.7 v80
Quote:
Originally Posted by
tawdarky
Last problem that i have with this.I got client 1.4.6 patch 719 and it says version low.Wasn't this the right version?
I'm guessing you don't really know PW otherwise you would not have had to ask this, so I'll go ahead and fill ya in :wink:
Yes it IS the right version, BUT:
you WILL get version low if ONLY your gshop time-stamp does not match. you (nor I) know what timestamp the gshop w/ ANY server release has, OR if it is even one of the originals (virgin). SO -- that being said, your best bet is to use either the highest or lowest version client, or whatever version you want, that is compatible with a certain release (in this case v80, so anywhere between [and including] patch 703 & 719). THEN copy all the VIRGIN files from the CLIENT => the SERVER. Presto, it will be a 'virgin' set up, and no 'version low' errors/problems. Do this for elements.data, tasks.data, and well ofc for gshop the gshop is not a literal copy from client=>server like the other files, but make your own server side .SEV based off the client side gshop.data
The time-stamp from virgin PWi patch v719 is:
"2013-05-17 07:32:32" for gshopsev.data
"2011-11-30 03:21:13" for gshopsev1.data
or if you're still confused just use these gshops (client and server side supplied) - they use the virgin 719 patch timestamps but are completely empty (so there's no items in the shop)...
Re: [PW] Server 1.4.7 v80
Quote:
Originally Posted by
343
I'm guessing you don't really know PW otherwise you would not have had to ask this, so I'll go ahead and fill ya in :wink:
Yes it IS the right version, BUT:
you WILL get version low if ONLY your gshop time-stamp does not match. you (nor I) know what timestamp the gshop w/ ANY server release has, OR if it is even one of the originals (virgin). SO -- that being said, your best bet is to use either the highest or lowest version client, or whatever version you want, that is compatible with a certain release (in this case v80, so anywhere between [and including] patch 703 & 719). THEN copy all the VIRGIN files from the CLIENT => the SERVER. Presto, it will be a 'virgin' set up, and no 'version low' errors/problems. Do this for elements.data, tasks.data, and well ofc for gshop the gshop is not a literal copy from client=>server like the other files, but make your own server side .SEV based off the client side gshop.data
The time-stamp from virgin PWi patch v719 is:
"2013-05-17 07:32:32" for gshopsev.data
"2011-11-30 03:21:13" for gshopsev1.data
or if you're still confused just use these gshops (client and server side supplied) - they use the virgin 719 patch timestamps but are completely empty (so there's no items in the shop)...
I thought the elements.data client differs from the server.This means that you could just copy a servers custom items.Anyway i tried timestamping myself gshop with bash's gshop editor and it didn't work.Otherwise i would post here.
Re: [PW] Server 1.4.7 v80
No server and client elements and tasks are the exact same, and the ONLY reason it's not for the v136 releases is not because there's a different "client" and "server" side, it's because that server is NOT actually a v136 server (it's 126), SO, the server requires v7 elements.data while the client requires v12 data... If we had an actual v136 server, the 136 client and server side would be the exact same too :wink:
add:
Sorry if I sounded like an ass in that first post, didn't mean that if you did take it wrong but, if and as long as you use those timestamps (that I provided) for the server side, you will then be able to connect with an actual virgin patch v719 client (even if the data 'inside' the gshops don't match!). So, make sure your server side gshop's have those timestamps and then you will even be able to connect w/ a pure virgin PWi patch v719 client :wink:
The ONLY thing that I've seen cause the notorious "version too low" errors are:
1) gshop timestamps not matching between server and client
2) gs/map service 'down' (if for any reason you think it's been started but it actually has not)
The first one is REAL easy to resolve, while ofc the 2nd one could be a bajillion different things...
Re: [PW] Server 1.4.7 v80
Quote:
Originally Posted by
343
Sorry if I sounded like an ass in that first post, didn't mean that if you did take it wrong but, if and as long as you use those timestamps (that I provided) for the server side, you will then be able to connect with an actual virgin patch v719 client (even if the data 'inside' the gshops don't match!). So, make sure your server side gshop's have those timestamps and then you will even be able to connect w/ a pure virgin PWi patch v719 client :wink:
The ONLY thing that I've seen cause the notorious "version too low" errors are:
1) gshop timestamps not matching between server and client
2) gs/map service 'down' (if for any reason you think it's been started but it actually has not)
The first one is REAL easy to resolve, while ofc the 2nd one could be a bajillion different things...
Thanks for this and the files earlier; I'm using loko's release and I just couldn't get it working because of the version low error. These files didn't help it at all (still getting the same problem) but now I can be 100% sure it's a problem with gs.
gs is up and responding but like I said in the other thread, the launcher.bat seems to skip the version check (the attribute 'nocheck' has to be in that file in order for it to work). Using it allows me to login, create a character and press Start. However, the game will timeout upon entering the world so it's a problem with gs. I'll probably try replacing gs with another version or something.
Still kinda weirded out why this happens since I'm not the only one.
Re: [PW] Server 1.4.7 v80
nocheck parameter makes client skip version hash comparrisons. What is different is EnterWorld packet, which has one byte added to the end in newer versions of the game (which seems to always be 0 when I tested and still cared). This is why server will terminate connection silently (protocol mismatch, server doesn't terminate connection through tcp flag packet like normally the case), client times out, and you have what you have...
Re: [PW] Server 1.4.7 v80
Quote:
Originally Posted by
Kupuntu
Thanks for this and the files earlier; I'm using loko's release and I just couldn't get it working because of the version low error. These files didn't help it at all (still getting the same problem) but now I can be 100% sure it's a problem with gs.
gs is up and responding but like I said in the other thread, the launcher.bat seems to skip the version check (the attribute 'nocheck' has to be in that file in order for it to work). Using it allows me to login, create a character and press Start. However, the game will timeout upon entering the world so it's a problem with gs. I'll probably try replacing gs with another version or something.
Still kinda weirded out why this happens since I'm not the only one.
It works for me now.I changed in glinkd there are some 0.0.0.0 ip's and i changed them to my server ip and then it worked.The thing is now the mobs ,npc and items names are in chinese.Strange cause i used original pwi elements.data and everything.Any ideea why?
Re: [PW] Server 1.4.7 v80
Quote:
Originally Posted by
Swoosh91
nocheck parameter makes client skip version hash comparrisons. What is different is EnterWorld packet, which has one byte added to the end in newer versions of the game (which seems to always be 0 when I tested and still cared). This is why server will terminate connection silently (protocol mismatch, server doesn't terminate connection through tcp flag packet like normally the case), client times out, and you have what you have...
Thanks for taking the time to explain it.
Quote:
Originally Posted by
tawdarky
It works for me now.I changed in glinkd there are some 0.0.0.0 ip's and i changed them to my server ip and then it worked.The thing is now the mobs ,npc and items names are in chinese.Strange cause i used original pwi elements.data and everything.Any ideea why?
Still nope for me. I'll try a clean install next, that probably helps. If not, I'll keep searching.
Re: [PW] Server 1.4.7 v80
Quote:
Originally Posted by
Kupuntu
Thanks for taking the time to explain it.
Still nope for me. I'll try a clean install next, that probably helps. If not, I'll keep searching.
I messed it up again.It worked that time but like i sayd the names were in chinese.So i went back and tried with the .data files from the client and i got version low again.Thing is even if i get back the files i had when it worked it doesn't work LOL
Re: [PW] Server 1.4.7 v80
Quote:
Originally Posted by
tawdarky
I messed it up again.It worked that time but like i sayd the names were in chinese.So i went back and tried with the .data files from the client and i got version low again.Thing is even if i get back the files i had when it worked it doesn't work LOL
Wow. How is that even possible?
Anyway, I found something new. After reinstalling and getting the version low again, the EC.log now shows a line: "<!> svr ver: " which produces the version low (of course). Before this didn't appear on the logs at all which means I'm getting somewhere. Do you get this as well? I'll keep searching, in any case.