View Single Post
Old 11-02-2004, 02:50 PM  
jeza
Senior Member
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

copy code to file and save as giveaccess.cpp

compile with borland c++ compiler
http://www.borland.com/products/down...cbuilder.html#

Code:
bcc32.exe -w- -O2 -Ipath.to\BCC55\Include -Lpath.to\BCC55\Lib -npath\to\where\u\wanna\this\exe -egiveaccess.exe path\to\giveaccess.cpp
in ioftpd.ini add command
Code:
givaaccess = exec path\to\giveaccess.exe
and
permission
Code:
giveacces = 1
jeza is offline   Reply With Quote