PDA

View Full Version : ioGui2


ADDiCT
02-10-2004, 04:27 PM
------------------------------------------------
Click here to go to the ioGui scriptpage on the main site (http://www.ioftpd.com/scripts/script.php?id=27)
------------------------------------------------


IMPORTANT REMARKS:

I just found out all VB SHMEM scripts will cause ioFTPD to crash at some point, when requesting ONLINEDATA at the same time another program is requesting it. That's why ioLimitTransfers crashes, that's why ioGui2 will crash ioFTPD when running on localhost logging in twice at the same time.
When logging in with one ioGui2 client, and disabling ioLimitTransfers, i NEVER had a crash.
When using ioLimitTransfers, and not using the gui, i NEVER had a crash.
Where's the problem? I don't know... But in my o so humble opinion, I believe ioFTPD should not be able to be crashed with a single SendMessage (how controversional of me)
ioGuiExt sourcecode is available, so if u absolutely do not want to take any risks, make your own 100% safe ioGuiExt.

I know there are still alot of features missing in this ioGui2. That's because I totally restarted from scratch. This is not yet the program I had in mind when i started it, but I already consider it to be better than ioGui 1.x at this moment, even when it contains less functionality.

I will (most likely) not add features for specific scripts, I wanted this to be something that works with the default ioFTPD, and not rely on any addons to function.

Tonight I added error interception to every function and sub. This should help me track bugs faster, as it returns the exact location of the error.
Happy betatesting :eek:

update @ 11 feb 2004 : if u don't have the OCX files yet: http://home.no.net/addict99/files/ioGui2.ocx.rar

wooolF[RM]
02-10-2004, 05:59 PM
will be tested and bugs reported :D

MaistroX
02-10-2004, 06:29 PM
so its started :)

toki
02-10-2004, 07:32 PM
/me will also help of course!!!

icefuzion
02-11-2004, 02:30 AM
testing it now.
No problems yet.

Great work, I like it :D

rAWfOX
02-11-2004, 02:47 AM
ah.. coool.. testing it here...

laShan
02-11-2004, 03:11 AM
Nice! :)

Only run it for a short while, but seemed to be working fine. Will try it out more later.

zedino
02-11-2004, 03:40 AM
i have confed ioGUI2, it works, but same strange things as like as in former ioGUI

1. after opening users or group tab there is nothing in left part no user no group

2. error occured:
file: frmmain.frm
cmd: cmdUserAdd_Click
line: 1

364 - Object was unloaded

3. Activity tab is still empty

thanx

sCry
02-11-2004, 04:37 AM
notice the ioguiext path in your ioFTPD.ini.

ADDiCT
02-11-2004, 04:38 AM
no users, no groups, no activity?
sounds to me like the "site ioGuiExt" isn't working

sCry
02-11-2004, 04:42 AM
stats function is not completed? it's empty in my case.

toki
02-11-2004, 05:11 AM
ok 1st at all thx adict :) look cool!

atm i have no bugs to report.

that what should work does here.

i found out that the icon top right enabled keeps ioGui @ top of desktop )maybe u could add an inditifier like "always on top"

sorting in userlist and grouplist works fine incl 9 < 10 without leading 0 in "09" :)

sort on speed in activity list is not possivble (yet)? (other sortings in user/grp list...?)

dns reslolve :) great!

browser works good.

stats seem to be not implemented.

settings "config rehash" button works with success output in console window.

data ip looks nice... is that for fxp transfers?

possible to integrate complete filesize? its only useful in dl (with % maybe) dunno what to do to let the server on upload know how big file is.

thats all from here

toki

-=DoBBeR=-
02-11-2004, 05:20 AM
11:19:44 wSock_Error() -> Address is not available from the local machine (10049)
11:19:44 ----------- connection closed -----------

I get this error :(

zedino
02-11-2004, 05:22 AM
thanx the problem was in path

great work, everything's working

thanx for GUI ADDiCT

-=DoBBeR=-
02-11-2004, 05:29 AM
I found the problem, iogui2 wont save the option not to use ssl proxy, it had to be set to 0 manually in ini-file.

MatC
02-11-2004, 05:59 AM
Works fine for me :banana:

djrob
02-11-2004, 07:18 AM
Looks really good! Would be cool if you could sort users by name instead of their numbers though :)

Mouton
02-11-2004, 09:10 AM
starting the .exe on win2k3 (i even got msvs.net 2003 installed):

ADDiCT
02-11-2004, 09:53 AM
ah yes, forgot about that, I assumed most people were upgrading from ioGui 1

http://home.no.net/addict99/files/ioGui2.ocx.rar

romracer
02-11-2004, 10:52 AM
nice work ADDiCT. i know this program is not complete yet but might i make a couple of suggestions? first, when editing site information could the password box be * or something instead of plain text? that way the snoopers over our shoulders cant see what we type. and second, could we store the pass encrypted in some way in the sites.ini file? that way unscrupulous people who try and use our computers cant see site info either. like i say i know its not complete but i thought i'd get my feature request out there along with everyone else :)

CustomElement
02-11-2004, 11:09 AM
I'm having some problems with editing users..

First of all.. i tried editing the amount of logins for users.. it wont let me change them.. I hit save changes, and it just flashes for a second then reverts back to the previous setting...

Second of all, it doesn't show anything in the Command Results window when I try to make these changes...

I'm running 5.6.3u I checked the settings and whatnot and it all looked done right. Also.. I can change somethings about the users.. like changing a users group works

ADDiCT
02-11-2004, 12:10 PM
customelement: is your ioGui-user a master user (M) ? If he isn't allowed to make changes, they will not be saved.

romracer: do u want to enter a password everytime u start ioGui?

CustomElement
02-11-2004, 12:13 PM
yes.. I have it setup to use the default ioFTPD user.. I've tried to make changes on several users, in several groups, and tried changing the amount of FTP logins from -1 (which I believe is unlimited) to 10

zedino
02-11-2004, 12:35 PM
Originally posted by djrob
Looks really good! Would be cool if you could sort users by name instead of their numbers though :)

u can sort users by whatever u want
just click on username tab or group tab in USERS window

try! it's so simple :D

great work

anyway the problem with editing and changing anything is the same as CustomElement has

my iogui-user is master user with M flag

djrob
02-11-2004, 01:21 PM
Originally posted by zedino
u can sort users by whatever u want
just click on username tab or group tab in USERS window



Eehh... really?? Ofcourse i knew that but i was thinking of having users sorted by names right away from the beginning, meaning on less thing to do before finding that user you wanna edit :p
I mean, who uses those numbers anyway? :rolleyes:

zedino
02-11-2004, 01:36 PM
hmmm, u r right but in my opinion every user makes a lot of meaningless mouse-clicks so one more to sort users si not so big problem, or ...?:cool:

darkone
02-11-2004, 02:31 PM
Use PostMessage() instead of SendMessage(), when possible.

darkone
02-11-2004, 05:33 PM
I added some checks, and it seems to run better now ;) Created dually linked list of allocations. Each allocation has timestamp & status. (Allocation is automatically freed, if it isn't being used in 10minutes.. which prevents io from hogging resources, when script crashes)

wooolF[RM]
02-11-2004, 05:47 PM
Originally posted by darkone
(Allocation is automatically freed, if it isn't being used in 10minutes.. which prevents io from hogging resources, when script crashes) Just what I've waited for :banana: veeeery good addition :D

/me waits for new release :)

djrob
02-11-2004, 05:51 PM
Just noticed that if i click "reload userlist" all usernames dissapear and only the numbers are left :eek:

-=DoBBeR=-
02-12-2004, 04:18 PM
dont know if its just here but iogui2 aint working very well with ioFTPD 5-7-0r

scull
02-13-2004, 01:26 AM
Hi!

I must say that i Love ioGUI2.0 ! ... But i miss the old "tray" icon ;)

//scull

djrob
02-13-2004, 06:18 AM
Both stats and settings pages are totally blank here... Is that a coming feature or have i done something wrong?

scull
02-13-2004, 10:41 AM
Hi ADDiCT!

I noticed a strange thing .. running "ioFTPD version 5-5-6r" with ioGui2 ...

2 users downloading .. ONE of the users are downloading from ROOT according to PWD ... And believe me i DON'T have files for download in my ftp root :) .. NO file name No "last cmd" ... and the real path is pointing to my ftp root.

The other(s) user info(s) is fine ..

I then used FlashFXP and used "site swho" ( your site who script )at my site .. and it also showed the user downloading from root. BUT the file name was there .. the file was downloaded from "XXX/RELEASE/CD1/ " BUT only the filename was shown "/porn.rar".

"USER@iND - down - 51kBps - /yk-lwuma_b.part05.rar"

What could this be ?

//Scull

ADDiCT
02-13-2004, 01:12 PM
scull:
1. trayicon will be changable in future versions

2.
cwd /
retr /games/release/filename.ext
noop

---> current dir? still /
---> currently downloading filename? filename.ext

(might be fixable by playing around with szVirtualDataPath/szVirtualPath/szRealDataPath/szRealPath)

djrob:1. i'll sort users by name as default
2.yes, that's normal.

5.7.x --> haven't had the time to test it

MaistroX
02-13-2004, 02:08 PM
PLEASE ADDiCT! :)

I´d like the "avalibility" to change in activity list , same way as in ioGui, allso in ioGui2 + a BIG thing allso, I´d like it to remember, last positions and so on on exit/close so one do not have to drag/slide all and choose all over again on startup.

Can u do that fo r "us" ? ;)

ADDiCT
02-14-2004, 05:56 AM
current changelist at this moment:
- fixed bug reported by djrob: when userlist/grouplist was sorted and then reloaded, only userid was visible in the list
- userlist & grouplist is now sorted on name instead of uid/gid as default.
- feature: separate trayicons when site has [no online users|idlers|uploads|downloads|both up&downloads] + customizable icons for this.
- feature: activitylist now saves the column widths when u change them, and can be sorted per column (not saved).

still todo for next release:
- [DONE] customizable window caption & trayicon text
- [DONE] fix ioGuiExt to work with currently "broken" 5.7.*
- customizable icons for activitylist / userlist / sitelist


EDIT:
- Add/delete IP working.
- Upload/download bandwidth working.
- Logincount for FTP/telnet/HTTP working.

djrob
02-14-2004, 07:07 AM
Excellent! :D

CustomElement
02-14-2004, 10:17 AM
i'm still haveing my problem still.. seems some of the useredit features aren't working for me.. more specifically the amount of logins.. when I change it from what it's set to, then press save changes, it just reverts back to the original value, and doesn't show anything in the command results window. Also I noticed, I cant add new ident@ip's to account.. same thing.. I press ADD and nothing happens and nothing shows in the command results window.. has anyone else tried these two things? everything else I've tried works cept these two.

ADDiCT
02-14-2004, 10:57 AM
that is normal, and will also be fixed in next release

CustomElement
02-14-2004, 11:02 AM
okay sweet.. look forward to see it soon... btw.. great work on ioGUI.. works amazingly and very handy

-=DoBBeR=-
02-14-2004, 11:06 AM
I love this tool ADDiCT, great job :)

ADDiCT
02-15-2004, 07:54 AM
changelog for v2.0.1
- fixed bug reported by djrob: when userlist/grouplist was sorted and then reloaded, only userid was visible in the list
- userlist & grouplist is now sorted on name instead of uid/gid as default.
- separate trayicons when site has [no online users|idlers|uploads|downloads|both up&downloads] + customizable icons for this.
- activitylist now saves the column widths when u change them, and can be sorted per column (not saved).
- customizable window caption & trayicon text.
- fixed ioGuiExt to work with currently "broken" 5.7.
- customizable icons for activitylist / sitelist / tabs.
- Add/delete IP usersetting working.
- Upload/download bandwidth usersetting working.
- Logincount for FTP/telnet/HTTP usersetting working.
- ioGuiExt now also has extended error reporting.
- added some info in readme.txt about menu commands and variables

changelog for v2.0.2
- fixed: stupid bug in activity list
- fixed: forgot to add error line numbers


DO NOT USE THIS ON 5.7r
Because of the watermarking, ioFTPD doesn't reply on shmem calls. Timeout is set on 1 second per call. ioGuiExt can hang for over 2 minutes for every "site ioGuiExt" call. I haven't tested it on 5.7u

REQUEST
Can someone make a nice set of icons? I'm now using icons ripped from windows DLL's and Serv-U.
All are 16x16, except for the userlist, those are 10x10.

--- attachment deleted, get it from the scriptpage (http://www.ioftpd.com/scripts/script.php?id=27) ---

MaistroX
02-15-2004, 08:07 AM
Can we get back the info as it was before regarding "activity" and "speed" ?

Now it shows ex: "295295 kBps" and looked better and was eayser to see/understand with old ex: "295 kBps" and so on ? :)

+ as we talked about erlier, the possibility as in ex FlashFXP to right click on the Tab line and mark/unmark what we want for Tabs to be shown in "activity" and that its saved after chnaged, that would ROCK solid ? :)

TH X

wooolF[RM]
02-15-2004, 08:17 AM
Originally posted by ADDiCT
REQUEST
Can someone make a nice set of icons? I'm now using icons ripped from windows DLL's and Serv-U.
All are 16x16, except for the userlist, those are 10x10. [/B]post all of the icons u use as *.ico with related name (as connect icon must be called connect.ico etc), I'll see what I can do :) Also how about using 48x48 ones? :p or at least 32x32

ADDiCT
02-15-2004, 08:29 AM
Seems like size doesn't matter after all, either the listview or the imagelist control resizes them to the appropriate size.

Icon name doesn't matter, the file specified in the ini config will be loaded.

CustomElement
02-15-2004, 12:55 PM
in the first ioGUI you had the ability to apply certain changes to all selected users in the user edit box.. any chance you can re-add this feature in ioGUI2? it was very handy for mass modifying of user and groups and I think it was a great feature.

toki
02-15-2004, 02:19 PM
yep would be nice.

i have something (buggy) to report here... setting up which columns to hide (and save+close) results in:

restart ioGui2

columns hidden

connect to site

--> ALL colums visible... none hidden

(marks on auto width are saved and kept.)

greez toki

CustomElement
02-15-2004, 03:06 PM
and I was wondering about the settings tab.. right now there isn't anything but Site Config Rehash.. I was wondering when we can look forward to the settings tab being complete? Is this one of the things that needed a complete re-write? or is it something that you just havent gotten around to implimenting on the new code.

Sersen
02-15-2004, 03:44 PM
found something weird..looks like in BROWSER the sorting after date isn´t working in the right way

looks like it searches first the month and then day..maybe would be useful to turn this around (first day then month) because the latest dir isn´t on top than :)

keep us uptodate with this wicked tool,nice work:banana:

ADDiCT
02-15-2004, 04:02 PM
'batch' command to edit all selected users will definitely be added again.
I will find out what is wrong with the activity list and its settings.
The config tab will definitely get the same function as in ioGui 1 to edit the configfile line by line. I was also planning on making changes a bit more user-friendly, but with the constantly changing ioftpd.ini, it's a bit hard.
sorting on date should be this way: year/month/day/hour/minute/second. Year is not available through FTP. Now it's sorted by month. If u want to sort it on day, u would have dirs in this order:
01 january
01 february
02 january
02 february
03 january
03 february
etc..
which is definitely NOT good.

^RiCCi^
02-15-2004, 10:47 PM
2 ADDiCT: about icons...

Ive just colorized your old iogui tray icon and i think it looks good :) (on dark backgound its better... :))

its just for systray - idle/up/down/both but it can be used for activity list too...

Luke
02-16-2004, 09:29 AM
Originally posted by ^RiCCi^
2 ADDiCT: about icons...

Ive just colorized your old iogui tray icon and i think it looks good :) (on dark backgound its better... :))

its just for systray - idle/up/down/both but it can be used for activity list too...

Just tried, Veru nice, you dont have a animated icon aswell ? :rolleyes:

^RiCCi^
02-16-2004, 12:58 PM
No... animation is too disturbing for me, but what kind of animation do you like?

Something like blinking or somekind of color change?

Luke
02-16-2004, 01:27 PM
Originally posted by ^RiCCi^
No... animation is too disturbing for me, but what kind of animation do you like?

Something like blinking or somekind of color change?

Take guiicon5.ico and animate"i" and "o" (color change)

trayicon_both = C:\ioFTPD\ioGui\icons\guiicon5.ico

Somethin like that....:D

^RiCCi^
02-16-2004, 04:36 PM
yee that sounds good but there is a little problem :)

in the *.ini file is unable to use *.ani resource and ani files cant be smaller than 32x32 (i think)

That animations in systray (imho) are made by "icon switching" (but maybe i am wrong)

So try to ask ADDiCT, maybe can help... :)

But if u want your own icon use Microangelo just like i did... :)

ADDiCT
02-16-2004, 04:41 PM
Animation is indeed by updating the existing trayicon with another icon.
I will NOT implement this.

ADDiCT
02-18-2004, 03:45 PM
current changelog for 2.0.3:
- fixed: remembers which columns were hidden in the activity list (requires restart to take effect).
- fixed: closing ioGUi2 from traymenu while minimized used to save window positions outside your screen, so on next restart, ioGui2 would always be invisible.
- fixed: single-site mode is now saved correctly on exit.
- fixed: systray menu will now dissapear when another window is selected.
- fixed: columns that were set to AutoSized could not be hidden.

still to-do before release:
- fixing reordering columns, it places them in some weird order, got to figure out what's causing this.

NorLan
02-18-2004, 04:39 PM
ioGui2 hm seems to grow real good .. but i have a funny problem.

i am running two ios on my comp one at port 9999 and the other at port 11700 -- on every io i have a masteraccount with my nick and the same passwd -- when i log in to the 9999io i get the ftp messages from the 9999io but userlists and activitylist from the 11700io -- but i don't have added the iogui to the 11700
is this a bug or another child of my stupidity ?

ADDiCT
02-18-2004, 04:44 PM
running 2 instances of ioFTPD.exe in the same context isn't supported by most (all?) scripts, including mine.

if u do need to run multiple instances, run them as a service, and each under a different windows account. (or one as SYSTEM service, and one on your desktop)

But that's what ioFTPD's services are for: u can run multiple virtual ftpservers from a single ioFTPD config.


Detail of the problem: ioFTPD's (invisible) message window (where all info is available through shmem) is found with FindWindow. Normally, u only have one window, so when it's found, it's the correct one. If u run multiple ioFTPD processes, they both have a message window open, but FindWindow will only return the handle to one of them.
When u run the ioFTPD's in a separate window station, FindWindow will be limited to finding window handles in that window station. So it can only see one. So scripts will work.

Possible way of supporting multiple ioFTPD processes in the same windowstation: the other one can be found by enumerating windows, and then looking up the process id that owns that window handle, then lookup the path of the process, then decide which one u need.

darkone
02-18-2004, 11:51 PM
Otoh, I could just add option for renaming the window :p

NorLan
02-19-2004, 03:02 AM
dear mr pirate

another time d1 shows he cares about his user *g

thx d1

zedino
02-19-2004, 07:45 AM
i don't know if iot is bug or just some stupid settings in ioGUI2 but after maybe 10 or 20 minutes of activity on FTP when somebody is uploading or downloading some "Overflow" error message occurs, then i have to restart box, after restarting everything is OK, but the same error after 10-20 minutes appears, ioFTPD runs without problems without ioGUI2

any idea?

thanx

ADDiCT
02-19-2004, 11:39 AM
what program crashes exactly? ioGui2, ioGuiExt or ioFTPD?
incase of ioFTPD: version?

zedino
02-19-2004, 04:19 PM
ioFTPD: 5.3.9
i don't know which app crashes, it is not written in this message box

just error in some cmd and something about owerflow

the probl;em is that the same box appears again and again and i have to stop appearing by pushing Alt-F4 again and again until i stop ioGUI2 and then everything is OK, ioftpd is still running without problem

ADDiCT
02-19-2004, 04:35 PM
it's probably ioGuiExt, and the overflow is coming from a user with an extremely large number in his stats

- grab http://home.no.net/addict99/files/ioGuiExt.exe
- replace the one u already had with it.
- execute: site ioGuiExt usertable
- if my guess was correct: check out the userfile where the error appeared, see for any large numbers.

JoC
02-20-2004, 06:31 AM
When do you count on having the stats tab done. Shows nothing as it is now.
Thanks for a great work by the way.

scull
02-22-2004, 04:36 AM
Hi ...

I finally cought the odd phenomenon!
User is downloading from ROOT ??? .. And no file names or PWS ? i think that is strange ... don't you ?

He is active and downloading .. SO it's not the LAST action that is showed ...

//Scull

( The file / picture is not shown to the "public" it seems .. but you ADDiCT, can see it ? )

ADDiCT
02-22-2004, 07:04 AM
u probably attached the picture? attachments are now moderated, so i'll have to wait a bit untill one of the admins approves it :/

zedino
02-23-2004, 04:01 PM
Error occured again

this is the message box

Error occured:

File: mdlSocket.bas
Proc: RawWhoToList
Line: 24

6 - Overflow

after command SITE IOGUIEXT USERTABLE:

site ioGuiExt usertable
200-BEGIN:usertable
200-uid | 0 | ioFTPD | ioftpd | 1MTH
200-uid | 104 | expi | friends | 3
200-uid | 106 | jeacky | friends | 3
200-uid | 107 | vojtis | friends | 3
200-uid | 108 | majo | friends | 3
200-uid | 109 | zedino | ioftpd | 1MTH
200-uid | 110 | iogui | ioftpd | M
200-uid | 111 | kamos | friends | 3
200-END:usertable
200 Command successful.

any idea what is wrong?

site is still running without problem

thanx

ADDiCT
02-23-2004, 07:13 PM
Zedino, was there a user who was downloading a file larger than 2 GB? if that was the problem, it should be fixed in ioGui 2.0.3

Scull, can't really think of a probable cause. 'nothing' as last command is weird, haven't seen that yet.

zedino
02-24-2004, 06:34 AM
yes this is maybe the problem because user was dowloading DVD-R image so looking forward for new version

thanx

scull
02-24-2004, 01:17 PM
Originally posted by ADDiCT
Scull, can't really think of a probable cause. 'nothing' as last command is weird, haven't seen that yet.

Now you have :) ..

It seems taht this user is the only user that cause this problem ...

//Scull

Capajev
02-24-2004, 04:36 PM
22:22:55 > site ioGuiExt usertable
22:22:55 200-BEGIN:usertable
22:22:55 200-uid | 0 | | (error) |
22:22:55 200-END:usertable
22:22:55 200 Command successful.
Same problem groups.

path in ioftpd.ini is correct, "old" gui 1.1.22 is working fine.


Any idea ?

thx

jonDough
02-25-2004, 02:57 AM
Is there a problem with the session time in 2.0.3? I am getting a negative number that is counting down. TIA.

_JD_

mazanx
02-25-2004, 06:59 AM
Do I need any files from ioGui v1.x because activity window, browser, user and group windows doesn't show anything....:confused:, or can i run with a clean copy of ioGui2?

my ioFTPD.ini:
ioGuiExt = EXEC ..\scripts\ioGui\ioGuiExt.exe
ioGuiExt = M

All ioGui2 files are placed in scripts\ioGui and i use an account with M.

mazanx
02-27-2004, 03:25 AM
:confused: ok this is weird, it's working but it takes pretty long time (1min+) before everything shows up. It's not supposed to be like that or?

btw: running ioGui 2.0.3 on ioFTPD 5.7.6

damn! please delete the 2 preceeding posts. had problems when submitting this mess. please don't ban me... :)

edit: sometimes groups shows up, sometimes not. and the updating of activity is slow. my comp stupid?

Zer0Racer
02-27-2004, 05:12 AM
Originally posted by mazanx
damn! please delete the 2 preceeding posts. had problems when submitting this mess. please don't ban me... :)

Deleted.

JoKeR[KVS]
02-28-2004, 11:07 AM
hello I use ioGUI[1].v2.0.3 and I do not arrive has to have the stats.The window remains virgin .
help me plz

toki
02-28-2004, 11:24 AM
since it is still in development... atm it stays crashing 5.8.x. so keep cool stay calm and wait for news from addict. :)

-=DoBBeR=-
02-28-2004, 11:29 AM
Originally posted by toki
since it is still in development... atm it stays crashing 5.8.x. so keep cool stay calm and wait for news from addict. :)

works great on 5.8.4r here

ADDiCT
02-28-2004, 12:45 PM
ioFTPD 5.8.4 (and older 5.7/5.8 builds) have a problem that makes shmem requests hang, darkone already fixed it.

That will solve the problems lots of people have, where ioguiext.exe hangs, they don't see users/groups/activity, ...


My current roadmap:
- make better cookie system for my templates (sitewho, ioGroups)
- improve sitewho for current ioFTPD versions (1.0.13 is months old)
- make ioGroups use shmem instead of reading userfiles.
- integrate that ioGroups in ioGui for stats.

so, it'll take some time before u see statistics in ioGui, but in the meanwhile, i can add batch commands, edit server config, so plenty of work to do :)

toki
02-28-2004, 12:56 PM
so 5.8.5r soon or fixed in 5.9?

darkone
02-28-2004, 01:25 PM
I'm waiting for more bug reports to appear before 5.8.5. So we can get one stable release again :)

epoke
02-28-2004, 04:12 PM
great :D
thx...

mazanx
02-29-2004, 09:06 AM
Originally posted by ADDiCT

ioFTPD 5.8.4 (and older 5.7/5.8 builds) have a problem that makes shmem requests hang, darkone already fixed it.

That will solve the problems lots of people have, where ioguiext.exe hangs, they don't see users/groups/activity, ...


My current roadmap:
- make better cookie system for my templates (sitewho, ioGroups)
- improve sitewho for current ioFTPD versions (1.0.13 is months old)
- make ioGroups use shmem instead of reading userfiles.
- integrate that ioGroups in ioGui for stats.

so, it'll take some time before u see statistics in ioGui, but in the meanwhile, i can add batch commands, edit server config, so plenty of work to do

is ioGroup still needed or is ioguiext doing its work now?

ADDiCT
02-29-2004, 09:34 AM
ioGui 1.x -> ioGroups.exe + ioGuiWho.exe

ioGui 2.x -> ioGuiExt.exe

mazanx
02-29-2004, 11:20 AM
ok. thx :)

SuriV_1
02-29-2004, 08:54 PM
Originally posted by ADDiCT
ioFTPD 5.8.4 (and older 5.7/5.8 builds) have a problem that makes shmem requests hang, darkone already fixed it.

That will solve the problems lots of people have, where ioguiext.exe hangs, they don't see users/groups/activity, ...


My current roadmap:
- make better cookie system for my templates (sitewho, ioGroups)
- improve sitewho for current ioFTPD versions (1.0.13 is months old)
- make ioGroups use shmem instead of reading userfiles.
- integrate that ioGroups in ioGui for stats.

so, it'll take some time before u see statistics in ioGui, but in the meanwhile, i can add batch commands, edit server config, so plenty of work to do :)

I have a problem ioGUI connect to the server but dont show users/grups/activity nothing is working only the connectio is satissfactory. why? and how i can solve the problem?


Soft vers:
ioFTPD-beta5-8-4u
ioGui.v2.0.3

ioFTPD.ini have:
ioGuiExt = EXEC ..\scripts\ioGui\ioGuiExt.exe
ioGuiExt = M

and when i start ioGUI2.exe i see the procces ioGuiExt.exe running on task manager.

romracer
02-29-2004, 10:27 PM
Its funny you should quote the exact part that mentions the fix directly before asking about/mention the bug. Its a bug in 5.8.4. I believe its fixed in 5.8.5 and d1 is merely waiting on more bug reports to ensure its as stable as possible.

SuriV_1
03-01-2004, 12:19 AM
I need a solution!!!
Where i can get a version of ioFTPD working whit ioGUI2????

wooolF[RM]
03-01-2004, 09:58 AM
use ioGUI 1.x and let the man be... :rolleyes:

romracer
03-01-2004, 11:06 AM
Jesus dude, did you even read my post? Or did you just click quote and type more garbage? The bug is fixed in 5.8.5 or whatever the next version of io WILL BE (meaning its not out yet). In the meantime sit tight or do what wooolf suggests.

scull
03-28-2004, 01:42 PM
Hi There ADDiCT! ..

How is school ? ..
Mutch to do i suppose ( no new versions in sight :) ).. ?

( scull is anxious ) ;)

//scull

ADDiCT
03-28-2004, 01:57 PM
2.0.4 got out this morning... i can't release new versions multiple times a day :)

scull
03-28-2004, 02:04 PM
hehe mmm ... i see, no i diden't SEE ;) .. Ok ..

ko0ky_2
04-01-2004, 05:32 AM
Great job Addict, I know you know this already.

I understand the main tab -STATS- isn't working, but there was some stats under the user tab in version 1. Like added by, last login, total logins, and even a stats tab under users tab displaying ALLUP stats and etc.. are these going to be added to version 2? If so, it would be nice to be able to modify the ALLUP and etc. stats.

Thanks again for a great tool!

ko0ky
:banana:

ADDiCT
04-01-2004, 06:04 AM
userstats per section will be added (& later editable).
groupstats will be added.
But therefore, i need to rewrite ioGroups first, to use shmem instead of the userfiles.

About logincount / last login / added by/date :
Those require searching through the ioftpd logfiles, and i'm not sure if i will implement that again. When logfiles grow, the time needed to parse them gets way to high (5s for 100MB when there is no server load). Perhaps an alternative version which uses it's own iogui.log or something.

ADDiCT
04-06-2004, 10:59 AM
hmm, did anyone try ioGui 2.0.5 yet?

I believe something went wrong when compiling the 'debug' version, no controls are visible.
ioGui2.nodebug.exe works OK.

-=DoBBeR=-
04-06-2004, 11:03 AM
which should be faster to use? itcl or exe?

-=DoBBeR=-
04-06-2004, 11:06 AM
Originally posted by ADDiCT
hmm, did anyone try ioGui 2.0.5 yet?

I believe something went wrong when compiling the 'debug' version, no controls are visible.
ioGui2.nodebug.exe works OK.

yupp ioGui2.nodebug.exe seems to be working fine, unlike ioGui2.exe

SvensK
04-07-2004, 02:09 PM
Yep, only the nodebug version works for me.

MaistroX
04-07-2004, 02:21 PM
same here .

fallen
05-28-2004, 07:06 AM
guys can somebody help me with the configuration??/
i can't connect to servers that needs auth tls and it's working fine with servers that don't have auth tls...

:confused: :confused:

ADDiCT
05-28-2004, 09:23 AM
There is no native SSL support. Use a tool like WinSSLwrap, i incuded a screenshot on how to configure it.

fallen
05-28-2004, 09:33 AM
i've solved the problem using S* at ioftpd.ini for auth request ;)
so i have no S flag and it's working ;)
xexe:banana: :banana: :banana:

rAWfOX
06-25-2004, 02:41 AM
any eta. when the next version will be out? :)

ADDiCT
06-25-2004, 05:10 AM
Schoolyear (exams) ended a couple of days ago, so now i can start programming again :)

i'll probably work on C++ ioGroups first, when that is finished, i can integrate stats in ioGui.

But i'll need some time to "get back into it", haven't seen a line of code for about 2 months now :)
When i look at the scripts page, i see +1600 downloads, so u can all start telling me where the bugs are, and what feature requests u have.

rAWfOX
10-30-2004, 05:58 AM
wieeeeeeeeeee. so ive waited for this :p lovley to see that you still working on this project...

ko0ky_2
11-01-2004, 10:06 AM
dude that was almost 5 months ago. your a bit late.

ADDiCT
11-01-2004, 10:30 AM
he probably meant 2.0.6 i put online yesterday

rAWfOX
11-10-2004, 05:05 AM
Originally posted by ko0ky
dude that was almost 5 months ago. your a bit late.

erh? Im not.... Like Addict said.. 2.06 was out... :p

-=DoBBeR=-
11-10-2004, 06:53 AM
Originally posted by rAWfOX
erh? Im not.... Like Addict said.. 2.06 was out... :p

now you're late though, that post was made 10 days ago =) j/k

foutchman
11-24-2004, 08:49 AM
hello addict

found a small pb with ioGUI 2.06
not really important , but was working on olders versions
=)

when using the 'edit ioftpd.ini' fonction when I right-click on ioGUI , I receive an error message

-----------------------------------------------
Run-time error '5':
Invalid procedure call or argument
-----------------------------------------------

that's all folks !!

as I said, that's really not the most important fonction , but that's a useful shortcut

Thanks Addict , nice job/work,
this version doesn't eat ram as before, and works fine when manipulating users/groups ,,, all we need


f.

ADDiCT
11-25-2004, 01:32 PM
temp fix:

old: menu_tray = edit ioftpd.ini | $exec D:\ioFTPD\system\ioftpd.ini
new: menu_tray = edit ioftpd.ini | $exec notepad D:\ioFTPD\system\ioftpd.ini

(currently, it expects a command and then (possible) parameters, it doesn't open datafiles with their default program anymore)

foutchman
11-25-2004, 04:07 PM
yea
thanks a lot
working now =)

foutchman
12-03-2004, 10:22 PM
another really small link pb in settings.ini
when using the links to ioftpd-website , got an error.
just type the full path of the app you wanna use, this time
and that's working again
yea i use sometimes this shortcut to start my web browser !!

menu_tray = ioFTPD main site | $exec C:\Program Files\Opera\opera.exe http://www.ioftpd.com
menu_tray = ioFTPD forum | $exec C:\Program Files\Opera\opera.exe http://www.ioftpd.com/board/index.php?s=

i use opera browser as you can see

=)
thx addict

PopWeasel
02-16-2005, 12:10 AM
This is a pretty nice app, you can even use it as a shortcut to launch any app you want if you edit the settings file a little bit. i.e. I don't use flashfxp anymore but it was really easy to set it to open ftprush instead...
;)

Frdl
02-18-2005, 07:37 AM
Add this line in your ioFTPD.ini file in the [scripts] section:

Where is the [scripts] section anyway? I'v searched ioFTPD.ini and I'm 100% sure there isn't a section named [scripts] in there.

:confused:

Mouton
02-18-2005, 08:43 AM
Originally posted by Frdl
Where is the [scripts] section anyway? I'v searched ioFTPD.ini and I'm 100% sure there isn't a section named [scripts] in there.

:confused:
The answer to that (and the question) are integrally there: http://www.ioftpd.com/kb/

I could have sworn the forum rules mentionned looking there before asking a question......
Well, it's there now...

Jimmy2
02-18-2005, 12:35 PM
I have problem. In Menu, Exec command works fine, but kill command dont stop ioFTPD server. In my XP works commad "tskill ioFTPD", but when i wrote this

menu_tray = Kill ioFTPD | tskill.exe ioFTPD
or
menu_tray = Kill ioFTPD | $tskill.exe ioFTPD

this menu item dont work. Please help :(

ADDiCT
02-18-2005, 02:18 PM
how about:
menu_tray = Kill ioFTPD | $exec tskill.exe ioFTPD

$kill abc -> kills the first process that matches the given string, case insensitive

$kill D:\ioFTPD.5.8\system\ioFTPD.exe
$kill *\ioFTPD.exe
$kill *ioFTPD*

Jimmy2
02-18-2005, 04:34 PM
For me dont work :(
kill - i dont understand why this not work to me. I have administrator rights in WinXP.

And, logically solution
$exec tskill.exe ioFTPD, $exec "tskill.exe ioFTPD", $exec C:\Windows\System32\tskill.exe ioFTPD
doesnt work too.

I am really confused. Others users dont have this problem?

essalob
07-31-2005, 09:02 AM
When ive add a group in IOgui,, so it wont be listed in the windows beside.?

Anyone knows whats wrong.?

essalob
07-31-2005, 11:09 AM
Ive got the newest version of ioFTPD and ioGui2.

And when ive start iogui it connect fine to the server, but i can see any users/groups + it wont add any,, so ive want to hear what i should do...

Because i simply love this kind of interface mangement....


Over and out
essa - Denmark

ADDiCT
07-31-2005, 12:43 PM
Installation instructions: readme.txt in the ioGui.v2.0.6.zip file -> is ioGuiExt correctly installed?

InvisiGod
10-25-2005, 01:21 PM
hmm, i can't get a connection because i use auth tls. i also configured winssl. however i cant find the services configuration which is mentioned on winsslwrap.config.jpg, or is that the winssl?

the error message on the console is:

20:15:20 wSock_Error() -> Connection is forcefully rejected (10061)
20:15:20 ----------- connection closed -----------


what went wrong?

Thanks for ur help in advance.

InvisiGod
11-08-2005, 03:51 PM
could anyone be so kind to help me? i don't get this... :(

EwarWoo
11-08-2005, 11:28 PM
uder required auth change to =!S *
Give the user used for ioGUI flag S.
Sorted.

InvisiGod
11-09-2005, 08:24 AM
works now, thanks for your help.
however, shouldn't it also work with ssl?

ChipMunk666
11-10-2005, 03:41 AM
Well that part i didn't got to work either but that doesn't intrest me that much.
But i have something to repot :)

I am using iogui with iosharedb.
Allthuogh i only use it with the hub cause i don't have any slaves (yet)
And it's only for testing things.
But this came up.
When i tried to add a user the group doesn't get added.also other groups i can't edit the first time.
When the person is added i get this
in the first group i get (unknown)
in the window all groups
gid -1
groupname (bad_gid)
gadmin yes (allthough he only has 3 as flag and not G)

when i press edit
None of the groups are selected but i can change it.
If i select a group now it works and also the gadmin turns into NO like it should be.

Normal behaviour?

I have the login as ioFTPD cause it's still for testing purposes hehe
I use 5.8.5r and iogui2.06

Thx for this great tool!!!!

these are my command results

9:36:24 -------------[ BEGIN ]-[ ADDUSER ]-------------
9:36:24 > SITE gadduser test freakin shit *@*
9:36:24 200 gadduser Command successful.
9:36:24 > site change freakin credits 0 0
9:36:24 200-freakin: Account modified.
9:36:24 200 change Command successful.
9:36:24 > site change freakin ratio 3 0
9:36:24 200-freakin: Account modified.
9:36:24 200 change Command successful.
9:36:24 > site change freakin tagline Too lame to have a tagline
9:36:24 200-freakin: Account modified.
9:36:24 200 change Command successful.
9:36:24 > site change freakin logins 1 ftp
9:36:24 200-freakin: Account modified.
9:36:24 200 change Command successful.
9:36:24 > site change freakin logins 1 telnet
9:36:24 200-freakin: Account modified.
9:36:24 200 change Command successful.
9:36:24 > site change freakin logins 1 http
9:36:24 200-freakin: Account modified.
9:36:24 200 change Command successful.
9:36:24 > site change freakin flags 3
9:36:24 200-freakin: Account modified.
9:36:24 200 change Command successful.
9:36:24 > site change freakin speedlimit 0 0
9:36:24 200-freakin: Account modified.
9:36:24 200 change Command successful.
9:36:24 -------------[ END ]-[ ADDUSER ]-------------
9:39:23 > SITE chgrp freakin test
9:39:23 200- User 'freakin' has been successfully added to 'test' group.
9:39:23 200 chgrp Command successful.

Would be cool to have the sites.ini encrypted in some way dunno if that is possible

goom
11-21-2005, 04:14 AM
Guys

i just installed it.

i run SSL enabled on my site.

I installed the GUI, but when i try connect in, i recive this error:

7:13:44 AM wSock_Error() -> Connection is forcefully rejected (10061)
7:13:44 AM ----------- connection closed -----------

how can i fix it ?

thx

ADDiCT
11-21-2005, 01:02 PM
ioGui can't connect to the host:port u specified.
=> check the settings of the site in ioGui, did u enter the correct IP and port?

When using SSL, u need to use a wrapper like WinSSLWrap, ioGui has no built-in SSL support. See included screenshot on how to configure WinSSLWrap.

goom
11-21-2005, 01:47 PM
humm

ok, maybe i get some improve, now i'm getting a diferent eorror


4:46:03 PM wSock_Connect()
4:46:08 PM 220 FTP Server ready.
4:46:08 PM > USER member@192.168.1.1:8000
4:46:08 PM 530 Login incorrect.
4:46:22 PM 421 Timeout (15 seconds): closing control connection.
4:46:24 PM wSock_Error() -> Connection is aborted due to timeout or other failure (10053)
4:46:24 PM ----------- connection closed -----------

what login incorrect mean ??

i'm sure i'm using the right l/p

goom
11-21-2005, 01:55 PM
seems i can't find that services configuration of winsslwrap.config.jpg show me

and if i manually edit sites.ini i don't have that option to set Auth TLS

goom
11-22-2005, 07:34 PM
well, i'm still can't fix the error.

4:46:03 PM wSock_Connect()
4:46:08 PM 220 FTP Server ready.
4:46:08 PM > USER member@192.168.1.1:8000
4:46:08 PM 530 Login incorrect.
4:46:22 PM 421 Timeout (15 seconds): closing control connection.
4:46:24 PM wSock_Error() -> Connection is aborted due to timeout or other failure (10053)
4:46:24 PM ----------- connection closed -----------

i'll post my settings now, maybe it help to fix it.

Under sites.ini:

--------------------------------------------------------------------------------------------------------------------

name = Admin
host = ******.myftp.org
port = 8000
user = ioFTPD
pass = ************
ident =
connectonstartup = 0
usesslproxy = 1
--------------------------------------------------------------------------------------------------------------------

Under settings.ini

--------------------------------------------------------------------------------------------------------------------
just changed

#####################
# WinSSLWrap tunnel #
#####################
# for AUTH TLS support
#

ssl_tunnel_host = localhost
ssl_tunnel_port = 8000

--------------------------------------------------------------------------------------------------------------------


Just to remember i'm using TLS enabled on my site.

C'mon guys. My ioFTPD is almost perfect.

Just gimme a hand with this issue.

Thx a lot !!!!

Pu$u
11-23-2005, 04:06 AM
i'm not sure if this will work for u, because i cant test it i dont have io reg. ( NO SSL/TLS )
but u should type Under ioGui -> settings.ini -> ssl_tunnel_host = 127.0.0.1
and for TLS u should use Under Services -> FTP server type -> AUTH TLS.
let me know if it worked.

sry 4 my bad english

goom
11-23-2005, 04:34 AM
and for TLS u should use Under Services -> FTP server type -> AUTH TLS.
let me know if it worked.

sry 4 my bad english

hello Pu$u

ok, where is Under Services -> FTP server type -> AUTH TLS

i can't find it. :confused: :confused:

goom
11-23-2005, 04:37 AM
Cause, as u can see, i don't have that option, under GUI edit preferences. all i can see is this image

http://img512.imageshack.us/my.php?image=0010ma.jpg

Pu$u
11-23-2005, 05:29 AM
ioGui can't connect to the host:port u specified.
=> check the settings of the site in ioGui, did u enter the correct IP and port?

When using SSL, u need to use a wrapper like WinSSLWrap, ioGui has no built-in SSL support. See included screenshot on how to configure WinSSLWrap.

Like ADDiCT said before u need a wrapper like WinSSLWrap and the options u search for are in WinSSLWrap.

goom
11-23-2005, 02:19 PM
Like ADDiCT said before u need a wrapper like WinSSLWrap and the options u search for are in WinSSLWrap.


ok, but

what is a "wrapper" ?? how can i do it ?


sorry i'm soo n00b :(

goom
11-23-2005, 10:47 PM
well, i made some testes last night.

if i set site without TLS protected GUI works fine. but if i enable TLS i get that login incorrect msg.

Let's go guys, do me a tutorial or give me a rela help to fix it.


i'm noob

goom
11-30-2005, 02:25 AM
Well guys, after several days asking for help, and getting help via PM's i finally solved my problem.

For any future doubt from any user, to iogui work with SSL/TLS sites protected, all u have to do is change one line in [FTP_Service] > ### Encryption ###:

change from Require_Encrypted_Auth = * to Require_Encrypted_Auth = !-ioFTPD *

This will allow ioFTPD user connect with iogui without SSL enabled on it, and it will require all other users to use secure connections.

Sorry about my english and thx all.

whocarez2k5
04-03-2006, 09:32 AM
Thx for the info, i had SSL setup and with this ioGUI works perfect ;)

I only have other problems with ioGUI2 :(

When i add user with it he places him in the group "NoGroup" when i try to change user to for example "FRiENDS" he is in both groups?

Deleting him from the other 1 isn't working and it looks like io hangs?

ioFTPD version used is : ioFTPD-5-8-7r

whocarez2k5
05-11-2006, 01:46 PM
After some problems i have installed latest stable version of io (585.r) from 10 May.
I noticed ioGUI isn't working any more on this release ;)

panzerfaust
05-15-2006, 03:27 AM
ioGui works on 5.8.5r, but it does not however work on 5.8.8r any suggestions ADDiCT?

whocarez2k5
05-15-2006, 11:01 AM
ioGui works on 5.8.5r, but it does not however work on 5.8.8r any suggestions ADDiCT?
Which version did you use of io 5.8.5r?
The latest from 10 May?

Wednesday 10th of May 2006
README for ioFTPD-beta5-8-5r.zip


ioFTPD Beta 5.8.5r Full Install


This package represents the last major \"stable\" beta, 5.8.5r, combined with all of the updated documentation and configuration files from the newest releases. This should make getting ioFTPD running from a fresh install much easier. The old 5.8.0 package will be archived.

I have doen anything, only thing works is dir structure ;)

ADDiCT
05-15-2006, 03:16 PM
If you are using the EXE version of ioGuiExt -> try the iTCL version instead: currently, none of my SHMEM scripts are interacting with 5.8.8r.

whocarez2k5
05-15-2006, 04:46 PM
If you are using the EXE version of ioGuiExt -> try the iTCL version instead: currently, none of my SHMEM scripts are interacting with 5.8.8r.
Not working ADDiCT ;)

------------------------------------------------------------------
05-15-2006 23:44:45 "..\scripts\ioGuiExt.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------

while executing
"vfs chattr $where 254"
------------------------------------------------------------------

If you read my quoite earlyer, you almost think that version is based on the new 5.8.8 code or at least some off maybe that's why it isn't working?

dink-puller
05-31-2006, 06:17 AM
I have been using ioftpd 5.8.5 with ioGUI with no problems. I noticed the newer version of ioGUIExt in the scripts section so I thought I'd give it a try. I couldn't make it work at all, until I deleted ioGUIExt.ini. What is that exactly? And what's the trouble?

P.S. It wouldn't surprise me if ioGUIExt.itcl didn't work with 5.8.8, none of the tcl scripts I've tried have worked with 5.8.8...or 5.8.7...or 5.8.6, so I see no reason to upgrade until the http daemon is fixed anyway. :rolleyes:

ADDiCT
05-31-2006, 01:30 PM
ioGuiExt.ini is only used for an alternative windowname incase someone wants to run 2 ioFTPD.exe's in the same windowcontext.

windowname=ioFTPD::MessageWindow2

There is no readme.txt in the zip but it is explained in the ioGuiExt changelog @ http://www.inicom.net/pages/en.ioftpd-scripts.php?id=108

whocarez2k5
06-03-2006, 08:02 AM
If you are using the EXE version of ioGuiExt -> try the iTCL version instead: currently, none of my SHMEM scripts are interacting with 5.8.8r.
I tryed your suggestion but ioGUI still isn't working.
Again i used latest io 5.8.5r version!!!!!

KrissO_85
01-24-2007, 09:41 PM
Hm, so I guess the stats were never finished?

PSA9
04-09-2007, 08:21 AM
Anyway i can get the source code to ioGUI so i can add some cool features or atleast personal features?

ADDiCT
04-10-2007, 05:05 AM
If the current ioFTPD 6.x source modifications appear on sourceforge, i'll release the source of ioGUI2 :)

Beware though, it's "advanced" VB6 code, meaning a compilation of hacks with the limited knowledge I had back then :) I have been looking into it yesterday, to see what I managed to produce +3 years ago. It was the last project in VB6 I have done, since then it's always been C++ for both school and personal project (and a little Java, C#, ...). I seriously doubt it will be of much use to anyone (there are not that many VB6 programmers left to begin with), although it seems I did document it enough for myself to understand the workings of it again (if that documentation will be enough for others is a different matter).

I believe the built-in HTTPd interface offers a better way of managing an ioFTPD server. I had once started working on such PHP scripts, but those sources are on another computer and out of my reach at the moment (it was basically a simple "Who's online" list and a directory browser with option to download small files like .nfo and .jpg). Besides this HTTPd interface, I also believe an ioGUI3 rebuild from scratch in a decent, maintainable GUI framework would be better than patching up ioGUI2. But there's my problem: I want it to be a native windows application. This rules out Java(Swing), .NET(C# or VB.NET). I have much experience with Qt 4 but that doesn't really have a native look-and-feel, but is easy to work with (I call it the Java Swing for C++). MFC is just out of the question, and that leaves me with frameworks I have never worked with (gtk, ...).

PSA9
05-06-2007, 11:44 PM
If the current ioFTPD 6.x source modifications appear on sourceforge, i'll release the source of ioGUI2

Yil released the source to ioFTPD 6.1.0

Yil
05-07-2007, 12:21 AM
Yup, 6.1.0 source including the couple of very simple helper programs I wrote are fetchable via the 6.1.0 Beta thread in the general forum.

I gotta go with ADDiCT on this one though. ioGUI3 is clearly the way to go rather than continue with a VB6 app. For the short term doing what I did to ioFTPD and just fixing the few bugs would be good enough to keep it useful for a while until someone wants to start on a new version.

I don't believe PHP/HTTPd is the way to go since it's very untested, almost unused, and I'm not convinced lots of pieces of the puzzle like authentication, cookies, etc are available as usually a real web server provides those things. I'd stick with a pure FTP/TCL solution.

As for the language that's a tough call. Cross platform would be nice and Qt would probably be the best choice for that since the GNU license wouldn't be an issue. Qt is like the old pre-swing Java though and doesn't have a native look and feel which would be a plus. Java is too large a memory footprint for such a simple app, so forget that. I was personally thinking of using C# since I'm lazy and VS2005 has a GUI builder and was hoping that for our simple uses mono would let the code run under linux. I should probably check on that, but I think they are pretty far along and still adding stuff.

-Yil

ADDiCT
05-12-2007, 12:57 PM
Here we go: http://home.no.net/addict99/files/ioGui2_source.rar

It's +3 year old VB6 code, not for people with a weak heart. Due to a lack of time, I cannot provide a nice documentation on where to get started if you want to change something, but I will try answer questions about the ins and outs of the code.

sweetsour
06-02-2007, 01:34 PM
Hi!

IoGui is a nice tool, thanks!

I have two questions:

1. Is it possible to add a combined exit command which closes both ioftpd.exe and ioGui2.exe? It's annoying having to shut them down separately.

2. When I start ioGui2.exe, it tries to log on the FTPD too early, before it's completely loaded. It would be nice to be able to add a 10 seconds delay before it tries to log on.

whocarez2k5
07-02-2007, 06:37 AM
any 1 into programming new version ioGUI3?

Rusher
10-06-2011, 01:29 PM
so... :D whats the latest ioGUI ?

razoor
10-07-2011, 08:06 PM
how about using the one in ioFTPD?????
Whats the point on posting in a 5 year old thread???

Prodigy
01-07-2015, 10:14 AM
Does anyone still have the iogui2 source code?

Yil
01-08-2015, 04:00 AM
Hmm... I do have a copy of that but it's really really old and requires VB6 which means an insanely old version of visual studio to run. I think VS .NET or even the one before that. Auto-upgrading probably isn't an option without a bunch of work.

Prodigy
01-08-2015, 04:13 AM
Thanks Yil, let's see what i can do :).

MaistroX
08-19-2016, 02:55 PM
Thanks Yil, let's see what i can do :).

Any luck with a refreshment of ioGui 2 Prodigy? ;)