Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
Quote:
Originally Posted by
Romulan
Nope. First your server must be always online.
And just edit the default role information on the iweb role management.
I suggest you to only modify the cultivation or gold or reputation... other informations may crash every new created chars if you have entered some wrong data.
If you reboot your server, you will need to re-enter the data in the role management module of iweb...
there is a Private Server in my city which use this methode. when we register on their own, and then loggin to the game, the culvt. become doom ( lv 6 ).
i know to do it from iweb role, but when i edit it, the furry is zero, i thought that doom culvt. will get 2 furry.
by the way, the ROmulan tools pack which tekks tool inside, which made in java, i cant open it.
when i open and submit the element.data i got blank or zero result ( for element tool6.2 by Tekk ) .
and then i try this tool " gshop editor4.0 by Tekk "
i got this on the CMD window:
C:\Documents and Settings\kwkwkwkkkw\Desktop\New Folder>java -jar -Xmx256m gshop
genv4.jar
Nov 28, 2009 2:23:47 AM gui.GshopEditor jLoadActionPerformed
SEVERE: null
java.io.UnsupportedEncodingException: GB18030
at java.lang.StringCoding.decode(Unknown Source)
at java.lang.String.<init>(Unknown Source)
at java.lang.String.<init>(Unknown Source)
at gshopgenv4.gshop.load(gshop.java:72)
at gui.GshopEditor.jLoadActionPerformed(GshopEditor.java:704)
at gui.GshopEditor.access$900(GshopEditor.java:43)
at gui.GshopEditor$9.actionPerformed(GshopEditor.java:379)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.menuDragMouseReleased(
Unknown Source)
at javax.swing.JMenuItem.fireMenuDragMouseReleased(Unknown Source)
at javax.swing.JMenuItem.processMenuDragMouseEvent(Unknown Source)
at javax.swing.JMenuItem.processMouseEvent(Unknown Source)
at javax.swing.MenuSelectionManager.processMouseEvent(Unknown Source)
at javax.swing.plaf.basic.BasicPopupMenuUI$MouseGrabber.eventDispatched(
Unknown Source)
at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Unknown So
urce)
at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Unknown Sour
ce)
at java.awt.Toolkit.notifyAWTEventListeners(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
what happen my friend rom ? i have turned off my Kaspersky Antivirus. but the same case is happen.
i use java 6 on windows xp pack 2.
:*::*::*::*::*::*::*::*:
right now i and my sister play this game on my house with our own private server :P
Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
In iweb... you need to find a field with "Maximum Rage Value" or some thing like that.
I don't know... maybe corrupt java installation i suggest you to install a new one.
--------------------------------------------------------------------------------
DOWNLOAD LINK FOR MY RELEASE IS NOW AVAIBLE ! ENJOY ! ^_^
Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
downloading in progressss sirrr *********************
Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
OK Right Romulan we shall give it a go. took me a wile to get Ubuntu 8.04 installed to MSVM07 but I found a guide.
Is this the same as Beastie's vm install?
BTW y wont java upload to server with hfs?
sudo wget http://myfreekinip/java
always gets index.htm wtf?
ls -al rm /usr/index.htm 20times grr
NVR mind winscp FTW :-)
Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
It's based on the beastie server files but with some major fix on the files.
Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
so far so good im calling it a night at part :
Upload the folder "register" in the ..\opt\lampp\htdocs folder to your /opt/lampp/htdocs folder on your Linux OS.
[do the commands:]
chmod -R 777 /opt/lampp/htdocs/register
You will need to edit the config.php to match with your root password you have just typed in the lampp security for MySQL (not pma !)
Go to [http://your-server-ip/phpmyadmin] to access at your pma interface.
Create a new database called "dbo" and use the tabe "import" for importing the dbo.sql dump into the database.
having trouble with the config.php :<:
maybe not the config.php is wrong after edit i get after sudo /opt/lampp/lampp security mysqul needs to start for something its to late for me to remember but i think its not started for some reason..
$DBHost = "192.168.XXX.XX"; // <---Same IP I use winscp to access server?
$DBUser = "pwserver"; // Database user <--- My login pwserver(<--this?)@root
$DBPassword = "root"; // ???????????
$DBName = "dbo"; // Database name (huh...?)
$MeNoob = "Erndog" // needs help
Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
/opt/lampp/lampp start (every service of xampp will be started)
/opt/lampp/lampp security (this will start a security wizzard for securing your xampp installation)
When all passwords are done for every services...
Go in phpmyadmin and create a database with the name dbo and import the mysql_dump file with the Import tab.
Then this is the database name ! dbo ! ^^
DB password is your mysql root password
DB user must be root (for an easy use atm)
DB host ... exact! this is the ip you use to connect to your server with winscp :wink:
Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
im still having trouble connecting to myphpadmin
$DBHost = "192.168.XXX.XX"; // localhost or your IP
$DBUser = "root"; // Database user
$DBPassword = "root"; // Database password
$DBName = "dbo"; // Database name
this is what i got right on config and all passwords when typed /opt/lampp/lampp security i set to root. ever thing i gave a password. all "root". but with this config as above i cannot connect to myphpadmin :<:
any trouble shoot advise would be nice please:grr:
Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
wtf ? if you have put root every where it MUST absolutly work oO where the error come from? screen if possible ?
Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
Quote:
Originally Posted by
Romulan
wtf ? if you have put root every where it MUST absolutly work oO where the error come from? screen if possible ?
here you go what ever else screens you would like to see name it!
every thing seems to be running
http://i555.photobucket.com/albums/j...g/setting2.jpg
http://i555.photobucket.com/albums/j...og/setting.jpg
i followed the directions methodically up to this point now I'm kinda stuck
this is on a clean install of ubuntu 8.04 heriton hardy .
the only programs Ive installed was appache2 & ssh
Code:
~$sudo apt-get install openssh-server
~$sudo apt-get install apache2
~$sudo a2enmod userdir
~$sudo /etc/init.d/apache2 restart
then i start following your directions up to--
Download XAMPP1.7 for Linux [http://sourceforge.net/projects/xamp...r.gz/download]
Upload the xampp-linux-1.7.2.tar.gz archive to your /opt folder on your Linux OS.
[do the commands:]
/opt/lampp/lampp start
/opt/lampp/lampp security
It will show you a wizzard for securing your xampp installation. Answer at every question that the wizzard will tell you.
If it ask you to close mysql port to the network, you must say "NO" otherwise you will can't access to your DB with batgm later.
so I uploaded xampp-linux-1.7.2.tar.gz to home/pwserver and use the command--
Code:
~$sudo tar xvfz xampp-linux-1.7.2.tar.gz -C /opt
(to copy all the files from archive to the /opt folder).
Code:
~$sudo /opt/lampp/lampp start
then placed the register folder in and used --
Code:
~$/opt/lampp/lampp start
the only thing that worries me is the line that says *( XAMPP: Another web server daemon is allready running.
http://i555.photobucket.com/albums/j...g/setting3.jpg
I keep getting in firefox
Not Found
The requested URL /myphpadmin was not found on this server.
Apache/2.2.8 (Ubuntu) Server at 192.168.100.32 Port 80
Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
you can't run XAMPP and Apache2 in the same time ! You must remove apache2 >.<
Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
OK here we go..........
Sun Virtual Box 3.012
Ubuntu 8.04 Hardy Heron Raw install no end of install program add on.
Booted up and installed openssh-server
Code:
sudo apt-get install openssh-server
Then done this full screen shot.
http://i555.photobucket.com/albums/j...04pwserver.jpg
now i log into "phpmyadmin" rockin I got this far.
make the dbo in new data bases and upload the dbo.sql dump into the database.
THEN: go through all files with fine tooth comb and change all ips except 0.0.0.0 ips.
BUT
i get this error at start:
Code:
STARTING IWEB SERVER MANAGEMENT
cd: 11: can't dc to /usr/local/apache-tomcat-5.5.9/bin
/root/start.sh: 11: ./startup.sh: not found
it still starts but what could this error be? missing file ?
(1) Thnx button push for romulen.
btw what all is in this fB's ? HH ? i couldnt go in fb19 but maybe you cut out lowbie stuff?
This was good for starter for me to make first pwserver.
first week ever using ubuntu server.
Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
why do you chod 777 /etc ??
also /lib ??? wtf ... :O
you will damage your box :O
Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
Quote:
Originally Posted by
pagipagi
why do you chod 777 /etc ??
also /lib ??? wtf ... :O
you will damage your box :O
permutations for upload
explain damage!
Re: Tutorial for the PWSERVER1.3.6 + MYSQL by beastie
omg...
just add me supersuser to your server...pm me for login... i will help you.