ftp access to the counter strike source folder needed

Post Reply
hello moto
New to forums
New to forums
Posts: 14
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Nov 28, 2004 3:20 am

ftp access to the counter strike source folder needed

Post by hello moto »

The only available admin plugin for source requires files to be put in folders that I do not have ftp access to. I need access to one directory up to insert these files. Any assistance?

http://www.thelostsite.co.uk/Guide_GUI.html
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

you do not need access to those folders, as you can change the vdf file inside addons

Open NotePad (Start Menu > Programs Accessories > Notepad)

Find the Plugin.vdf file

Drag the Plugin.vdf file into the white part of notepad (hold down the mouse button over it pull the icon into the white area and release the mouse button).

You will see this:

Code: Select all

"Plugin" 
{ 
        "file"  "SAP" 
} 

Change it to:

Code: Select all

"Plugin" 
{ 
        "file"  "../cstrike/addons/SAP" 
} 

However, that is not the only admin plugin available as there are others available, most other common used one is the admin dll

http://www.sourcemod.net/forums/viewforum.php?f=15
-Nick
hello moto
New to forums
New to forums
Posts: 14
Joined: Sun Nov 28, 2004 3:20 am

Post by hello moto »

Uhhh....what do I do? I don't see addons...
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

hello moto wrote:Uhhh....what do I do? I don't see addons...
create the folder addons in your FTP
-Nick
hello moto
New to forums
New to forums
Posts: 14
Joined: Sun Nov 28, 2004 3:20 am

Post by hello moto »

Not working...

SAP.DLL in the bin and addons folder.....are you certain it's not '\' rather than '/'?
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

thats directly from the sourcemod.net forums, from the creator of the plugin

http://www.sourcemod.net/forums/viewtop ... =2053#2053

SAP.dll only needs to be in the addons folder, then you need to restart the server for it to work.

you can also try the other admin plugin, if you wish, which does not require these changes
-Nick
hello moto
New to forums
New to forums
Posts: 14
Joined: Sun Nov 28, 2004 3:20 am

Post by hello moto »

Just to eliminate any possibility of improper placement I put it in multiple places. I'd much rather get this one working, but this isn't happening.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

there has been several people that have done it this way on NFo servers and theirs are working excellent

you could try the easier to install admin plugin, found here:

http://www.sourcemod.net/forums/viewtopic.php?t=222

if you still cant figure it out, try coming onto IRC (see IRC topic in support forums) or posting your identifier (something.nuclearfallout.net) and we could see what the issue is perhaps
-Nick
shaddy
A semi-regular
A semi-regular
Posts: 27
Joined: Wed Dec 22, 2004 8:45 pm

Post by shaddy »

if you wanna use a FTP uploader other than the one supplied by nucleafallout go to http://www.smartftp.com

very easy to use, i used it on my server.
Post Reply