View Full Version : ioIsotope Preview - Foundation Licenses
Mouton
03-02-2004, 03:12 PM
I just posted a preview of ioIsotope for foundation license owners. Just so u get a sneak peek of the upcoming releases.
I'll probably post one beta and one or two RC before i make it final.
The RC will be features fixed.
Not sure yet if I'll post final outside foundation, but I think so atm. May change idea until then.
BTW, don't bother reporting bugs, I'll fix most of them before I post the first beta, so you'll only waste your time.
Comments and suggestions are welcome atm though.
Enjoy.
http://www.ioftpd.com/scripts/script.php?id=64
rAWfOX
03-02-2004, 03:32 PM
awsome work as usually.... gonna take a sneakpeak ;)
MaistroX
03-02-2004, 03:57 PM
nice ! :)
ferran
03-02-2004, 04:06 PM
very nice... it might be... because it didn't worked for me..:).
will wait till final
biboun
03-02-2004, 04:20 PM
Good job ! Some bugs but very nice !!
---------------
Support SSL in fix version ?
Mouton
03-02-2004, 04:24 PM
I doubt I'll ever support SSL.
Use a wrapper if you want SSL connections.
neoxed
03-02-2004, 04:57 PM
Well done Mouton. :)
mr_F_2
03-02-2004, 06:00 PM
after browsing 'server config' i get a 'busy' message a lot of times in a row until i click disconnect.
also, click user then edit user == freeze
foutchman
03-02-2004, 07:24 PM
well done Mouton
like you said , there is few bugs , but looks pretty good !
the vfs window is a great idea
really nice, for users like me, to understand and discover many things in ioftpd.ini
thx Mouton ,
i hope you will allow non-foundation users to try this futur powerful GUI !! :banana:
NorLan
03-03-2004, 05:40 AM
best script i have seen after long time
just waiting to have a stable version of this piece of work
mouton you get 100 points on my "people-i-like-list"
biboun
03-03-2004, 07:35 AM
Nice again, site manager & multi site support will be powerfull if you can mouton ^^
Mouton
03-03-2004, 09:19 AM
yeah.. i'll make the 'host' box a combobox... ala-smartftp... i think.
biboun
03-03-2004, 09:25 AM
hummmm :banana: powa ^^
djrob
03-03-2004, 09:33 AM
Trying it now and it looks REALLY good :D
neoxed
03-07-2004, 03:34 AM
Just a thought, you may want to add "-nocomplain" to your ioIsotopeHelper (ioIsotope.itcl) directory listing function.
set result [glob $dir] Becomes: set result [glob -nocomplain $dir]
In case the directory doesn't contain any items. I noticed a few entries in my SystemError.log relating to it.
Great work so far. :)
Nice GUI but I got lots of bugs:
first I get:
"SI' is not a valid integer value
'Command not understood' is not a valid integer value
(because of the regional settings i think [I use another separator for decimal values]).
I connected to my ftp and then went into Users tab. I tried to click on another tab and get a window with for title ioIsotope:
Currently Busy. Please wait...
I have to restart ioIsotope to use it again
Same error when going into Stats
I connected to my ftp and then disconnected and try to reconnect. I got 2 windows error boxes:
Asynhronous socket error 10053
and
Windows socket error: Une connexion existante a dû être fermée par l'hôte distant (10054), on API 'send'
I got disconnected and I have to quit ioIsotope to make it working again.
When ftp port is not filled and I click on connect, I get
" is not a valid integer value
Last thing:
You tell in documentation that user must have flag 1 or M. I tested with a user that has flag 1. Doesn't work (not enough privilieges. Told in Status tab when it tried to read config). User must have M flag.
I tested several times to confirm bugs (I don't had them just once). I used this version: Install.pr.0151-public.rar
Mouton
03-08-2004, 08:48 AM
bug reports are ignored.
It was just to help you correcting bugs
Mouton
03-09-2004, 10:31 AM
Originally posted by Mouton
BTW, don't bother reporting bugs, I'll fix most of them before I post the first beta, so you'll only waste your time.
Comments and suggestions are welcome atm though.
Originally posted by Mouton
I doubt I'll ever support SSL.
Use a wrapper if you want SSL connections.
Can someone plz explain what a wrapper is ?
ADDiCT
03-15-2004, 07:02 AM
WinSSLwrap is the most used SSL wrapper (actually, i don't know any other)
http://www.google.be/search?q=download+winsslwrap
There's at least another one: stunnel (http://www.stunnel.org/).
bounty
03-15-2004, 08:00 AM
there is also : TLSWrap v0.7 @ http://tlswrap.sunsite.dk/
cyphur
03-23-2004, 03:23 PM
i am a registered user and for some odd reason i can't download ioisotope.....everytime i click on the file it brings me to the login menu......i login in and nothing...can someone plz help me
If you're a registered user, update your board profile ;)
Being a registered user isn't enough to be able to download ioIsotope, you have to be a foundation member too.
epimetheus13
03-28-2004, 05:46 PM
Great script Mouton. I can't wait to see what it'll be like once u perfect it. Awesome work as usual.
Couple sugestions:
1. How about a button on the site activity tab to kill a certain user.
2. Some way around the idle timeout. I use a NOOP with a custom flag as a way around the idle timeout.
Just some thoughts, again great work.
Mouton
04-27-2004, 01:35 PM
Just posted 0.1.6.0 preview version for foundation users. Made a bunch of fixes etc. that I didn't care to log...
BerMUdaW
04-27-2004, 03:23 PM
Great work.. got it running after installing it different then the install.txt says.
After installing like the install.txt told to i got :
500 SITE ioIsotopeHelper: Command not understood.
ACTION MODE: 0
Had this before with some other script!
Easy to solve ... just don't do the following :
2. Add those to your ioftpd.ini:
[scripts]
ioIsotopeHelper = TCL ..\scripts\ioIsotope.itcl
do the following :
2. Add those to your ioftpd.ini:
[FTP_Custom_Commands]
ioIsotopeHelper = TCL ..\scripts\ioIsotope.itcl
After that it works fine ( for now ;) )
epimetheus13
04-27-2004, 05:42 PM
I'm getting access violations on the VFS and Site Sctivity tabs, let me know if you want the details. And yes I know u said no bug reports, so if you don't want details, then this is for other people's benefit.
btfish
05-08-2004, 02:27 AM
Good...
PopWeasel
05-15-2004, 03:07 PM
epimetheus, glad to know I'm not the only one getting those error messages. I also get a "Scrollbar Property Out of Range" error after clicking on Server Config - Sections which causes ioIsotope to basically freeze up after that. Have to disconnect from site then click another tab before reconnecting to bring it back to life. I can't wait for these glitches to go away as this looks like a great tool.:cool:
When will be a fix available for the following bug, I get also this one.
http://www.ioftpd.com/board/showthread.php?s=&threadid=3298
neoxed
07-18-2004, 11:04 AM
Originally posted by TraXX
When will be a fix available for the following bug, I get also this one.
1. The first post clearly says do not complain about bugs, it's an alpha/preview release.
2. If you checked the forums, you would know Mouton has ceased development on ioIsotope. Although, he may continue if IniCom pays/hires him to finish it.
http://www.ioftpd.com/board/showthread.php?s=&threadid=3336
Originally posted by NeoXed
1. The first post clearly says do not complain about bugs, it's an alpha/preview release.
2. If you checked the forums, you would know Mouton has ceased development on ioIsotope. Although, he may continue if IniCom pays/hires him to finish it.
http://www.ioftpd.com/board/showthread.php?s=&threadid=3336
sry, should'nt post that, was overtired at this time ^^
Hmm... looks like to use ioGui for the next time.
I know it's not a script, but I didn't know where to post this.
ioISOTOPE works fine, except for when I try to use the SITE ACTIVITY button. I get this error every time:
Access violation at address 004F88E4 in module 'IoIsotope.exe' read of address 00000004.
What does this mean and is there a fix for it?
EwarWoo
04-04-2005, 06:59 AM
Mmm, pANK, may be an idea to actually read before posting. Read the posts above. It's even on the same page, directly above your post. Your question is very clearly answerred.
A most spectaculalry lame 1st post.
whocarez2k5
07-17-2005, 07:15 AM
Hi all,
I'm new here and just bought a copy of ioFTPD personal foundation type and was wondering where to get a copy of ioIsotope?
I searched the whole forum but can't find it any where :(
Greetz
inside
07-17-2005, 09:45 AM
Very good Mouton ;)
PopWeasel
07-17-2005, 11:37 AM
Hi all,
I'm new here and just bought a copy of ioFTPD personal foundation type and was wondering where to get a copy of ioIsotope?
I searched the whole forum but can't find it any where :(
Greetz
You'll need to wait til Mouton or somebody uploads it again. New site so all scripts need to be reupped.
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2024, vBulletin Solutions, Inc.