Jump to content

Recommended Posts

  On 8/1/2014 at 8:38 AM, BetterDeadThanZed said:

Is a whitelist feature something you'd consider developing for a future version? It was really handy having that web interface to add people to the whitelist.

 

 

only when epoch comes with a whitelist feature by default.

Link to comment
Share on other sites

Hi, I seem to be failing at the first hurdle! Can anyone help?
 
All I have done is to copy xampp to my F:\, execute start.bat and I get this message below:
 
Diese Eingabeforderung nicht waehrend des Running beenden
Bitte erst bei einem gewollten Shutdown schliessen
Please close this command only for Shutdown
Apache 2 is starting ...
(OS 10048)Only one usage of each socket address (protocol/network address/port)
is normally permitted.  : AH00072: make_sock: could not bind to address 0.0.0.0:
80
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs
 
Apache konnte nicht gestartet werden
Apache could not be started
Press any key to continue . . .
Link to comment
Share on other sites

that means the PORT 80 on your box  is already in use, change the PORT number or shutdown the other application which is using PORT 80

(OS 10048)Only one usage of each socket address (protocol/network address/port)

is normally permitted.  : AH00072: make_sock: could not bind to address 0.0.0.0:80
Link to comment
Share on other sites

  On 8/8/2014 at 6:24 PM, nightmare said:

 

that means the PORT 80 on your box  is already in use, change the PORT number or shutdown the other application which is using PORT 80

(OS 10048)Only one usage of each socket address (protocol/network address/port)

is normally permitted.  : AH00072: make_sock: could not bind to address 0.0.0.0:80

Thanks for your reply, can you tell me where I can change the port from 80 and what I could/should change it to?

Link to comment
Share on other sites

  On 8/8/2014 at 7:11 PM, ReDBaroN said:

Thanks for your reply, can you tell me where I can change the port from 80 and what I could/should change it to?

Hi Nightmare, can you help me with my question?

 

I would really love to use this tool but am completely out of my comfort zone with web stuff and ports etc.

Link to comment
Share on other sites

  On 8/14/2014 at 8:47 AM, ReDBaroN said:

Hi Nightmare, can you help me with my question?

 

I would really love to use this tool but am completely out of my comfort zone with web stuff and ports etc.

 

 

1.) go to  C:\xampp\apache\conf  and open the "httpd.conf" with a texteditor (notepad++) and look for "Listen 80" and change it to "Listen 81"  ->  SAVE FILE!

 

2.) open the "start.bat" file in "C:\xampp\"  with texteditor and change "start http://localhost/index.php" to "start http://localhost:81/index.php"  ->  SAVE FILE!

Link to comment
Share on other sites

  On 8/14/2014 at 9:10 AM, nightmare said:

1.) go to  C:\xampp\apache\conf  and open the "httpd.conf" with a texteditor (notepad++) and look for "Listen 80" and change it to "Listen 81"  ->  SAVE FILE!

 

2.) open the "start.bat" file in "C:\xampp\"  with texteditor and change "start http://localhost/index.php" to "start http://localhost:81/index.php"  ->  SAVE FILE!

Thanks! 

Link to comment
Share on other sites

Having an issue with the trader parser.  Tried to use it today on a new server and I get an error.

 

  Quote

 

 

CWarning: SQLite3::query(): Unable to prepare statement: 1, near ",": syntax error inC:\inetpub\wwwroot\PHTEpoch\includes\SQLConnect.phpon line 69:\inetpub\wwwroot\PHTEpoch\includes\SQLConnect.phpon line 69

 

I'm using a stock server_traders.sqf.

 

Any ideas?

Link to comment
Share on other sites

Ok so I rolled over to the Apache version and that solved my sqlite problem that I posted about a couple posts ago.  It is now able to successfully parse the server_traders file.  But now I've found that this new version doesn't have the trader drop down box when you want to add a new item to a trader.  You have to know the trader ID.  There's several tids for each category (i.e., Weapons Friendly - 485, 486, 489, 574, 487, 488) .  How do I know which one to use when entering a new item??  Does it even matter?

Link to comment
Share on other sites

─▄▒▒▒▒▒▒─▄▒▒▄▒▒─▄▒▒▄▒▒
─▀▀█▒▒▀──█▒▒▒▒▒─▀█▒▒▒
───█▒▒───█▒▒█▒▒─▄▒▒█▒▒
───▀▀────▀▀─▀▀──▀▀─▀▀─ 

Link to comment
Share on other sites

  On 8/24/2014 at 10:51 PM, BetterDeadThanZed said:

I've had this set up for my Napf server for a while and previously for a Takistan server and it's worked fine. I just put up a new Takistan server and it's not showing player data, although "latest objects" works fine. All tables are lower case in both databases. Any idea why?

Hey man, did you check part 3 of this post for lastupdated column in character_data:

Link to comment
Share on other sites

  On 8/25/2014 at 2:10 AM, BetterDeadThanZed said:

Ok so now there's another problem. I added an admin and the box to edit the permissions isn't there, and I can't delete the admin. If I try deleting him, it says "An error has occured". BTW: I think this tool should get it's own forum section here.

 

juQkSp.png

 

 

 

please download again, i have it fixed since a while.

 

!( overwrite except "/map", "config.php", "/db" )

Link to comment
Share on other sites

hello

i added all the recomended sql events that comes with  epoch server 1.0.5.1

 

Since then my objects (buildables) wont show location on map, noticed it added key or codes for every buildable objects

im not sure wich sql event did that but its got to be one of these. 3,

 

  Reveal hidden contents

 

 

can anyone help ?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...