Page 1 of 2
LAN Party Manager
Posted: Tue Mar 16, 2004 2:33 pm
by [PX] Nebuchadnezzar
http://lanpartymanager.mfa-lan.com/
Found this cool app, problem is, I set up a test LAN Party page, and it comes our this way:
http://66.203.189.48/AsskinLAN/index.asp
I'm looking to Bob or Paul to hopefully see the problem right away. The setup tells me to set the files to "Execute Only" but I'm not sure how to do that through SSH. What's the permission mode #?
Any help is appreciated.
Posted: Tue Mar 16, 2004 2:52 pm
by Ghost [PX]
chmod +x u
I believe thats the correct way of doing it... Its been a bit since I've had to use chmod...
Posted: Tue Mar 16, 2004 4:19 pm
by [PX]IronFist
If your using SSH can't you just right click on the file in the file manager and set the permissions using the handy check boxes in the properties menu?
In anycase the permission code for execute is 1 and if you want to set it so everyone can execute that file set the code to 111 or 555 to give everyone permission to both read and execute it.
So the command would be:
chmod 555 example.txt
another choice would be 505, so that groups can't access it, only users and others.
Posted: Tue Mar 16, 2004 4:24 pm
by Ghost [PX]
That is also a possibility. Assuming that you're SSH'ing in from a Windows machine.
Posted: Tue Mar 16, 2004 7:09 pm
by [PX]Kal Bob
The problem is that they are ASP Script files. You have to install a ASP Engine for your web server. Last time I checked, none that are worth mentioing for apache exist.
Just as a note, I have seen this script before, an am working on a similar system for the RNBD. If you read the news section at
http://redneckbeatdown.com you will find the planed activation data, and A list of features. I am now 90% done in fact.
Posted: Wed Mar 17, 2004 10:51 am
by [PX]Kal Bob
upon a closer examination of this pogram, I relise that this is not the program I have seen before. It is similar in out put to the one a saw, with more functions.
To this end I have decided to steal most of these functions

and intergrate tham into my web version. I am planing these changes for the second release of my script.
Thanks Neb for bringing this sowftware to my attention.
Posted: Wed Mar 17, 2004 2:46 pm
by [PX] Nebuchadnezzar
not a problem... could you tell me how to get one of those ASP dealys for my server? and also how to install it?
Posted: Wed Mar 17, 2004 4:07 pm
by [Fallen]Thumperup
I had this program awhile ago
I think 0.1.1
Posted: Wed Mar 17, 2004 10:25 pm
by [PX]Kal Bob
I don't understand the question, sorry please clarify
Posted: Wed Mar 17, 2004 10:34 pm
by [PX]IronFist
I think he wants to know how to set up ASP for his server. Correct me if I'm wrong, but if he is using Apache I think that this is impossible.
Posted: Wed Mar 17, 2004 10:51 pm
by [PX]Kal Bob
It is a pain in the Ass times 2, ASP is a bastered standard created by microsoft. PHP is more powerfull and easier to use.
Posted: Thu Mar 18, 2004 1:20 am
by [PX] Nebuchadnezzar
well since the script is not that important to me, I guess I don't care...

Posted: Thu Mar 18, 2004 9:09 pm
by [Fallen]Thumperup
easy setup a IIS web server change the port it listens on and your done.
Posted: Thu Mar 18, 2004 9:28 pm
by [PX]IronFist
I think that Bob means that it's a bastard to set-up in Linux.
Posted: Fri Mar 19, 2004 3:07 am
by [PX]Kal Bob
not linux, apache. Thumperup is on the right track, but I would like to see him set up IIS on Neb's server

That debian distro might make it hard!