Where/How to i make the broadcasts (ex. PUT ANNOUNCEMENT HERE)? how do i edit those?
Those, in this release, are controlled via cronjob, and are located and can be edited from within ../pwAdmin/AA/
It comes by default with one to be spammed every hour that says PUT ANNOUNCEMENT HERE, the fact or frequency could be changed in cronjob. The actual message it calls is aa1.jsp. I left aa.jsp (same exact file as aa1.jsp) as a template so you can edit aa1.jsp to your liking, and use aa.jsp as a template to create additional and custom announcements... So if you want to remove it, just delete it from "calling" aa1.jsp from cronjob. If you want to change the frequency (from say ever hour to once every two hours, or whatever) that would also be done in cronjob. If you want to change the actual message contents that's in aa1.jsp. If you want to make more, copy aa.jsp (ex: aa2.jsp) and then add it to cronjob too.
Like everything in this package, designed to be SUPER simple...
- - - Updated - - -
Also, in the event you're not familiar with "how" to set the frequency in cronjob, look at index.html in ../pwAdmin/AA/ :wink:
17-06-14
Fluzzy
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by 343
Those, in this release, are controlled via cronjob, and are located and can be edited from within ../pwAdmin/AA/
It comes by default with one to be spammed every hour that says PUT ANNOUNCEMENT HERE, the fact or frequency could be changed in cronjob. The actual message it calls is aa1.jsp. I left aa.jsp (same exact file as aa1.jsp) as a template so you can edit aa1.jsp to your liking, and use aa.jsp as a template to create additional and custom announcements... So if you want to remove it, just delete it from "calling" aa1.jsp from cronjob. If you want to change the frequency (from say ever hour to once every two hours, or whatever) that would also be done in cronjob. If you want to change the actual message contents that's in aa1.jsp. If you want to make more, copy aa.jsp (ex: aa2.jsp) and then add it to cronjob too.
Like everything in this package, designed to be SUPER simple...
- - - Updated - - -
Also, in the event you're not familiar with "how" to set the frequency in cronjob, look at index.html in ../pwAdmin/AA/ :wink:
Thank you 343 much appreciated!:lol:
20-06-14
geneu21
Re: ¤ The Complete PW Package ¤
another noob question,how does exactly sPatcher work?
what should i put in it?
and How can i activate my gShop,i've been searching these on forums but cant understand all,so im asking here..hope someone can explain me thanks in advance
20-06-14
Fluzzy
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by geneu21
another noob question,how does exactly sPatcher work?
what should i put in it?
and How can i activate my gShop,i've been searching these on forums but cant understand all,so im asking here..hope someone can explain me thanks in advance
sPatcher is not needed.
To get the gShop to work you need to add items into it, you can do this by using the pw_dev disc image file. (specificly the file/program you are looking for is something along the lines of gShopedit) then uploaded to the server.
You can upload it to the server via a ftp client such as filezilla or winscp.
24-06-14
Fluzzy
Re: ¤ The Complete PW Package ¤
here is a quick question,
Where do i go to change the pwAdmin password manually (what file) because I was not paying attention and entered a password and it changed it from the original and now i cannot remember or log into pwAdmin. Thanks in advance.
25-06-14
geneu21
Re: ¤ The Complete PW Package ¤
got some questions: mr fluzzy helped me configured a pw server
i remade one but i forgot where to find my wan ip and lan ip http://192.168.1.83:8080/pwAdmin here is my pw admin,is that configured right or?
i typed ifconfig and i got 192.168.1.83
im kinda confused,i know i fcked up on a step or idk because some of options in my pwadmin doesnt works so i know that theres something wrong,
anyone can guide me?thanks
25-06-14
Fluzzy
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by geneu21
got some questions: mr fluzzy helped me configured a pw server
i remade one but i forgot where to find my wan ip and lan ip http://192.168.1.83:8080/pwAdmin here is my pw admin,is that configured right or?
i typed ifconfig and i got 192.168.1.83
im kinda confused,i know i fcked up on a step or idk because some of options in my pwadmin doesnt works so i know that theres something wrong,
anyone can guide me?thanks
you can find out your LAN IP by opening up a cmd (command prompt) with elevated access (right click cmd.exe and click run as administrator)
then enter the following inside the elevated cmd:
Spoiler:
Code:
ipconfig
then after you hit the enter key (depending if your on wireless or not) you should look for something like this:
Spoiler:
Code:
Wireless LAN adapter Wireless Network Connection:
Connection-specific DNS Suffix . : *******.com
Link-local IPv6 Address . . . . . : (you will get a bunch of random numbers/letters and symbols here)
IPv4 Address. . . . . . . . . . . : (Pay attention to this one here!)
Subnet Mask . . . . . . . . . . . : (Subnet generally is 255.255.255.0 from what i seen)
Default Gateway . . . . . . . . . : (Pay Attention to this one here because this is where you need to port forward!!
Please look at the bottom of this post to get the port forward guide and any other guide/quote you would need.)
Next take your Default Gateway (whatever that may be...) and open a internet browser, i suggest Mozilla Fire Fox or Google Chrome once you have one of those opened past your default gateway into the search bar. this will bring up your router page. as that is loading open a new tab and type www.whatsmyip.org this will give you the WAN IP. this is how everyone will connect to your server once the ports are opened to the proper port.
Spoiler:
Code:
Ports (what ports this package will utilize):
Code:
-29000 this is the game port (server-client game communications)
-80 a basic website that is ran on the server so that accounts can be registered (and more even including a help desk)
-8080 a tomcat JSP container for the above website and administrator controls
-3306 the MySQL database for user accounts (should not be open to WAN if running a public server)
Now back to your Router page (again found by entering your default gateway into the URL bar of a web browser) look at the port forward guide to learn how to do this. after all ports are opened turn on your server. (USE VMware it is ALOT better than virtual box) before turning on your go into the settings of the Vmachine, and make sure the network connection is set to bridges and tick replicate physical network connection state. then launch your server and type ifconfig, if it matches your IPv4 your set if not type
Code:
./ipset.sh
it will ask for your IPv4 IP address and your WAN IP. after entering those reboot and type ifconfig. if it replicates your IPv4 then your set, go into http://yourIPv4here:8080/pwAdmin
then you can start your server.
tnx for this lovely reply sir,i appreciate it
so im gonna type ipv4 address on lan ip? or the default gteway stuff?just confused..sorry
25-06-14
Fluzzy
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by geneu21
tnx for this lovely reply sir,i appreciate it
so im gonna type ipv4 address on lan ip? or the default gteway stuff?just confused..sorry
IPv4 from what i remember
Correction your IPv4 is your LAN IP.
Default gateway is the IP you enter to access your router in your internet browser.
and WAN IP is the public IP people connect to.
and to answer your question fluzzy, the pwAdmin password is in .pwadminconf.jsp which is in ../pwAdmin/WEB-INF/
27-06-14
geneu21
Re: ¤ The Complete PW Package ¤
tyvm fluzzy for this help :^) ill try it once i get home
27-06-14
Fluzzy
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by 343
and to answer your question fluzzy, the pwAdmin password is in .pwadminconf.jsp which is in ../pwAdmin/WEB-INF/
Thank you 343 :P
Quote:
Originally Posted by geneu21
tyvm fluzzy for this help :^) ill try it once i get home
Np
29-06-14
Atlantes
Re: ¤ The Complete PW Package ¤
I have an issue with the 1.3.6 config , server works great setup was easy and no problem at all , set my skills for crafting to level 10 via the skill gen plugin on pwadmin , when i go to craft , all npc are giving an error of service unavailable. Ideas ? Suggestions ?. Thank you