LAN Party Manager
Moderator: [PX]Kal Bob
- [PX] Nebuchadnezzar
- Posts: 3438
- Joined: Sun Mar 23, 2003 12:14 pm
- Location: London, Ontario
- Contact:
LAN Party Manager
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.
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.
- Ghost [PX]
- Posts: 3392
- Joined: Sun Mar 23, 2003 2:36 am
- Location: The smallest room in existence
- Contact:
chmod +x u
I believe thats the correct way of doing it... Its been a bit since I've had to use chmod...
I believe thats the correct way of doing it... Its been a bit since I've had to use chmod...
Nature is bountiful where idiots are concerned
No, they arent breasts, they're personalities, because its ok to like a girl for her personalities
It takes a big man to cry, but it takes a bigger man to laugh at that man
No, they arent breasts, they're personalities, because its ok to like a girl for her personalities
It takes a big man to cry, but it takes a bigger man to laugh at that man
- [PX]IronFist
- Posts: 3165
- Joined: Sun Mar 23, 2003 10:28 pm
- Location: Mossley. Ontario
- Contact:
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.
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.
Last edited by [PX]IronFist on Tue Mar 16, 2004 4:27 pm, edited 2 times in total.
Ilon "Rezzer" Rezon in the Late Era RPG
- Ghost [PX]
- Posts: 3392
- Joined: Sun Mar 23, 2003 2:36 am
- Location: The smallest room in existence
- Contact:
That is also a possibility. Assuming that you're SSH'ing in from a Windows machine.
Nature is bountiful where idiots are concerned
No, they arent breasts, they're personalities, because its ok to like a girl for her personalities
It takes a big man to cry, but it takes a bigger man to laugh at that man
No, they arent breasts, they're personalities, because its ok to like a girl for her personalities
It takes a big man to cry, but it takes a bigger man to laugh at that man
-
[PX]Kal Bob
- Site Admin
- Posts: 1959
- Joined: Sun Mar 23, 2003 1:41 am
- Location: Stalinist Russia!
- Contact:
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.
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.
KalNet SysAdmin.
Elitism- It's Lonely At The Top. But It's Comforting To Look Down Upon Everyone At The Bottom.
Elitism- It's Lonely At The Top. But It's Comforting To Look Down Upon Everyone At The Bottom.
-
[PX]Kal Bob
- Site Admin
- Posts: 1959
- Joined: Sun Mar 23, 2003 1:41 am
- Location: Stalinist Russia!
- Contact:
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.
To this end I have decided to steal most of these functions
Thanks Neb for bringing this sowftware to my attention.
KalNet SysAdmin.
Elitism- It's Lonely At The Top. But It's Comforting To Look Down Upon Everyone At The Bottom.
Elitism- It's Lonely At The Top. But It's Comforting To Look Down Upon Everyone At The Bottom.
- [PX] Nebuchadnezzar
- Posts: 3438
- Joined: Sun Mar 23, 2003 12:14 pm
- Location: London, Ontario
- Contact:
- [Fallen]Thumperup
- Posts: 2630
- Joined: Sun Mar 23, 2003 9:05 am
- Location: Woodstock, Ontario
- Contact:
-
[PX]Kal Bob
- Site Admin
- Posts: 1959
- Joined: Sun Mar 23, 2003 1:41 am
- Location: Stalinist Russia!
- Contact:
- [PX]IronFist
- Posts: 3165
- Joined: Sun Mar 23, 2003 10:28 pm
- Location: Mossley. Ontario
- Contact:
-
[PX]Kal Bob
- Site Admin
- Posts: 1959
- Joined: Sun Mar 23, 2003 1:41 am
- Location: Stalinist Russia!
- Contact:
- [PX] Nebuchadnezzar
- Posts: 3438
- Joined: Sun Mar 23, 2003 12:14 pm
- Location: London, Ontario
- Contact:
- [Fallen]Thumperup
- Posts: 2630
- Joined: Sun Mar 23, 2003 9:05 am
- Location: Woodstock, Ontario
- Contact:
- [PX]IronFist
- Posts: 3165
- Joined: Sun Mar 23, 2003 10:28 pm
- Location: Mossley. Ontario
- Contact:
-
[PX]Kal Bob
- Site Admin
- Posts: 1959
- Joined: Sun Mar 23, 2003 1:41 am
- Location: Stalinist Russia!
- Contact:
