How to run perl script (HLStatsX)

Status
Not open for further replies.

ewinz8726

New Member
Messages
3
Reaction score
0
Points
0
Trying to install a game server stats monitor script for Counter-Strike: Source (HLStatsX) however I'm running into issue when it comes to the perl/cron part. The perl script is supposed to start a listen server on a port (default 27500) to communicate with the game server sending the stats logs.

I'm not quite familiar with this perl/cron thingy. I've uploaded the files and configurated them as explained however notihng seems to be happenning when the cron should have run. The perl stats/cpu usage on cPanel says no data so I'm thinking there's an error or something.

Do I need to request to open a port or something? Anyone familiar with perl/this stuff?

---------- Post added at 04:37 PM ---------- Previous post was at 03:24 PM ----------

Can't edit for some reason.. so just gonna post for an update:

Code:
Cron <ewinzcss@chopin> cd /home/ewinzcss/stats/scripts/ && ./run_hlstats start

Seems I was using the wrong path. Now I'm getting this (from the cron email):
Code:
/bin/sh: ./run_hlstats: Permission denied


---------- Post added at 04:51 PM ---------- Previous post was at 04:37 PM ----------

Update #2: Tried to move the files in the cgi-bin folder but still get the same error but I also get this whenever I try to add/delete change email now:
error Error
/usr/bin/crontab: error renaming /var/spool/cron/tmp.XXXXYPGlFQ to /var/spool/cron/ewinzcss
rename: Operation not permitted
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
- Perl is not supported on free hosting. Please look at this page for more info.
- x10Hosting does not permit non-standard ports (ie. ports other than 80). You will need x10VPS to use other ports.
- Please be aware of the High Resource Usage system that prevents you from abusing x10Hosting's services. A game server is likely to exceed this limits.
 
Status
Not open for further replies.
Top