PDA

View Full Version : Concmod...


Dr.Satan
September 22nd, 2006, 02:38 AM
ok here's the deal i'm trying to figure out something i can use to hone my conc-aim skillz and the only mod/plugin i gound was concmod but for some reason when i try to upload it onto my server i ge this

Checking files:

File concmod.dll is OK
Transferring files to the FTP server:


Warning: ftp_put() [function.ftp-put]: Permission denied. in /home/mygame/public_html/client/file_manager/includes/filesystem.inc.php on line 1137

File concmod.dll could not be transferred to the FTP server

if anyone has a clue why that is or a better plugin i could use please tell me!

and i know there are a few threads about this but none of those seem to be what i need that or i'm just an idiot!

Bookrat
September 22nd, 2006, 10:58 AM
It sounds like a permissions problem on the directory itself. If you don't have write access on that directory, then you won't be allowed to upload files there.

Make a file called test.txt with just the word 'test' in it, and try uploading that. If you get the same message, that is likely your problem. You'll need to change the permissions manually, or someone with the appropriate access and knowledge will have to do it for you.

(You could also try just using 'ftp' from the windows command line instead of going through a graphical client. Make sure to set the mode to binary first, though; if you transfer a dll as ascii, it won't work on the other end.)

Dr.Satan
September 23rd, 2006, 03:00 PM
sweet thanx man

Dr.Satan
September 23rd, 2006, 03:06 PM
i don't know i tried it agin but w/the zip file and now i get this...

Checking files:

File ConcMod.zip is OK
Decompressing archives and transferring files to the FTP server:

Processing archive nr 1: ConcMod.zip
Transferred file concmod_config.txt to directory /tfc/tfc/dlls
Transferred file ConcModv20.txt to directory /tfc/tfc/dlls
Created directory /tfc/tfc/dlls/dlls
Warning: ftp_put() [function.ftp-put]: Permission denied. in /home/mygame/public_html/client/file_manager/includes/filesystem.inc.php on line 1137

Could not put file concmod.dll to directory /tfc/tfc/dlls/dlls

for some reason i just can't upload that one dam file...

Nomad
September 24th, 2006, 04:20 AM
it sounds like it's creating the folder just fine and you've already tried uploading just the file by itself, which were two of my first thoughts.
i'll toss out a guess though, if your ftp doesn't like .dll files for some reason, can you rename it, upload it and then change it back?

also, this (http://www.arizona-leisure.com/gfx/hoover-dam-photo-3.gif) is a dam.
i think you meant damn (http://en.wikipedia.org/wiki/Damn), which is quite different.

wraithforger
September 24th, 2006, 03:56 PM
look at the directory structure that you copied/pasted...that in itself should give you some help

a lot of apache servers dont set the appropriate permissions when a new directory is created....not sure about windows

Dr.Satan
September 24th, 2006, 04:27 PM
cool cool i'll try it and see thanz guys

NazgulEC
September 25th, 2006, 02:33 PM
As far as a better plugin, I don't know of any other than that one. On that note, I have not been able to get concmod working after valve released an update to the HLDS a while ago.

I haven't tried since but I know how to set it up if you want some help.

Dr.Satan
October 2nd, 2006, 12:27 PM
As far as a better plugin, I don't know of any other than that one. On that note, I have not been able to get concmod working after valve released an update to the HLDS a while ago.

I haven't tried since but I know how to set it up if you want some help.

well it would be nice to know for future info if you have the time, but my server has gone down for a while so i'm not too worried, also i found a amx mod that would work, but i really hate amx so idk i guess i'll probably just have to practice in a pub server til i get it down...lol

NazgulEC
October 2nd, 2006, 02:22 PM
Yeah the nice thing about the one that runs on Metamod only is there is no excess lag caused to the server like you get with Adminmod or AMXMod.

Rando(v) Rocket
October 2nd, 2006, 09:27 PM
i don't know i tried it agin but w/the zip file and now i get this...

Checking files:

File ConcMod.zip is OK
Decompressing archives and transferring files to the FTP server:

Processing archive nr 1: ConcMod.zip
Transferred file concmod_config.txt to directory /tfc/tfc/dlls
Transferred file ConcModv20.txt to directory /tfc/tfc/dlls
Created directory /tfc/tfc/dlls/dlls
Warning: ftp_put() [function.ftp-put]: Permission denied. in /home/mygame/public_html/client/file_manager/includes/filesystem.inc.php on line 1137

Could not put file concmod.dll to directory /tfc/tfc/dlls/dlls

for some reason i just can't upload that one dam file...

sounds like a permission error; if you use a program like SmartFTP and your webhost allows you to, you can change the CHMod/Permission values on your concmod folder. start up SmartFTP, login, and then right click on the concmod folder and select "Properties/CHMOD". write down or memorize the number as it is right now, and change it to 777. re-upload the concmod and once it's uploaded change the folders CHMOD value back to default. should work i think, that is if it IS a permission error.