Log in

View Full Version : Connecting to DB?


liquest
08-08-2010, 02:11 PM
So, im trying to have someone help me out with gearing up SoD content and fixing that stuff on my server, how would i get them to connect to my DB, im using the latest PEQ DB, and the PEQ browser editor. any ideas?

bowmaster
08-08-2010, 07:51 PM
any1 knows?

pfyon
08-08-2010, 09:45 PM
For the PEQ browser editor, you just need to forward whatever port your apache server is listening on to your server in your router's config, and create an admin account for the person. Default is I believe, port 8080. Then they can connect using any old web browser, eg:

http://123.234.123.234:8080 or http://my.server.name:8080

liquest
08-09-2010, 08:24 PM
hmm dosen't seem to be working, any ideas on how to fix that?

provocating
08-25-2010, 12:49 PM
Where did you get port 80 ? Apache normally listens on 80 unless you change it.

pfyon
08-25-2010, 05:44 PM
Some default installations (WAMP maybe?) have it listen on port 8080 for testing, but I think all the linux ones do port 80 by default.