What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25)

Pages: (24): « First « 7 8 9 10 [ 11 ] 12 13 14 15 » Last »
1 votes - 5 average   [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25)
Author: Message:
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released!
quote:
Originally posted by KeyStorm
What do you mean with you can't install KSMAS?
You don't need a certain password to install it, You should type it twice.

Or do you have problems accessing the Avatar manager?
Ooppss i meant uninstall :$
It says that my password is incorrect but i can login to the avatar manager with the password im providing in the uninstaller...
YouTube closed-captions ripper (also allows you to download videos!)
07-02-2004 07:35 AM
Profile E-Mail PM Web Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
O.P. RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released!
Uninstaller version RC1 released!

This is a security patch that fixes following issues:

- Password check for versions prioir to Beta 3 (not released yet)
- Deleting blocked files.
07-02-2004 10:20 AM
Profile E-Mail PM Web Find Quote Report
RebelSean
Veteran Member
*****

Avatar
Microsoft Evangelist

Posts: 2602
Reputation: 59
33 / Male / Flag
Joined: May 2004
Status: Away
RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released!
Does it work on Kao's server's keystorm?
I'm on: Twitter, Facebook, and Neowin
07-02-2004 02:14 PM
Profile PM Web Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
O.P. RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released!
quote:
Originally posted by XxRebelSeanxX
Does it work on Kao's server's keystorm?

Aye! :banana:
07-02-2004 02:18 PM
Profile E-Mail PM Web Find Quote Report
RebelSean
Veteran Member
*****

Avatar
Microsoft Evangelist

Posts: 2602
Reputation: 59
33 / Male / Flag
Joined: May 2004
Status: Away
RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released!
Yay! Neways, You know how i renamed my 1st ksmas to ksma , If I uninstall my second ksmas, then rename my ksma to ksmas you think tis will work to uninstall that one 2?
I'm on: Twitter, Facebook, and Neowin
07-02-2004 02:22 PM
Profile PM Web Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
O.P. RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released!
quote:
Originally posted by XxRebelSeanxX
you think tis will work to uninstall that one 2?
Yes, it should at least.This problem is due to the images, which are created directly by scripts that belong to no user (were generated by PHP) and hence can't be deleted by the owner of the FTP-account, but by the rootadmin.

The uninstaller generates such a PHP-owned script that is able to delet all other PHP-ownsed files, and since all others should be CHMOD 777, it also deletes those.
After that it deletes it's mother script (uninstall.php) and self-destroys (boom!... bleh, j/k ;) it deletes itself: hop.php).
And KSMAS should have disappeared by then.

Btw, I will release a non-password-locked uninstaller, so if you are a site admin you can be able to delete unused KSMAS installations.

Mail me if you need one: keystorm@gmail.com
07-02-2004 02:31 PM
Profile E-Mail PM Web Find Quote Report
RebelSean
Veteran Member
*****

Avatar
Microsoft Evangelist

Posts: 2602
Reputation: 59
33 / Male / Flag
Joined: May 2004
Status: Away
RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released!
* RebelSean I just wander what the dam admin pass is to un-install it lol
I'm on: Twitter, Facebook, and Neowin
07-02-2004 02:38 PM
Profile PM Web Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
O.P. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 3 Released! (2004-08-13)
I just released KSMAS BETA 3. View the first post for more information about the changes.

Download: Here

It's done!!! :banana:


Finally some sleep... |-) (4.08AM)

I'm going on vacation tomorrow morning, erm... later. I won't be back until mid september.
So :wave: to everyone! :)


|-)

This post was edited on 08-13-2004 at 02:08 AM by KeyStorm.
08-13-2004 02:07 AM
Profile E-Mail PM Web Find Quote Report
lopardo
Veteran Member
*****


Posts: 1395
Reputation: 33
37 / Male / Flag
Joined: Nov 2002
Status: Away
RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 3 Released! (2004-08-13)
Good news, KeyStorm! :)

Have a great time in your vacations :)
[Image: userbar452797dd.gif]
08-13-2004 02:42 AM
Profile PM Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
O.P. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 3 Released! (2004-08-13)
Well, I see Beta 3 has been downloaded... 12 times!!! :banana:

But I just want to report a couple of typos and bugs I found out by myself while coding the new version (see below ;)).

The first one involves the logout feature that may have some problems. In files ./KSMAS/include/access.inc.php and ./KSMAS/include/functions.inc.php I wrote $_SESSIO['logout'] while I really meant $_SESSION['logout']. This could cause you to not to be logged out properly. Anyway this is not safety essential, since you can log out by closing your browser and opening it again.

The second bug/typo involves the file copies management. In version 0.2 if you uploaded an image with a file-name that already existed on the server, the name was changed to filename(1).gif, filename(2).gif, etc. (à la Windows). This doesn't happen now because I forgot to update ir to the directory based storage. So if you upload a different image with a name that already exists the old image may be ovewritten and when you delete one of both both get deleted and causes the other one to be a dead image. You can fix this in file ./KSMAS/include/upload.php.
code:
WRONG:
while ( file_exists($file_name.ext) ) {

RIGHT:
while ( file_exists('./'.$_SESSION['user'].'/'.$file_name.ext) ) {


Not very relevant bugs but surely annoying when you meet them in a dark street.

KSMAS RC1 Announcement:

Well, as I'm having looots of free time in here (and no internet at home :() I¡ve been coding a lot. I added to KSMAS following things:

+ Option to install it in two modes: Single User and Admin Multiple Users (I did also create a couple of nice icons to label them :P see my boredom).

+ Options panel:
- Users:
Appended free slot number (requested by Omar)
Gap filling (requested by Omar, too? I dunno)
Kind of randomization (seconds, miliseconds, real random)

- Admin:
- Limit of appendable free slots
- Default number of appended free slots
- Activation time.

+ Fixed the styles and header images while uninstalling

+ Automatic detection of setup.php from admin panel allowing to detele it or to install KSMAS right from there

+ Detection of duplicated images (so that you don't upload the same image twice :P)

+ Now KSMAS detects if its folder has been renamed (:@) what would likely cause it to fail, so it prompts an error page and offers you the chance of changing the name back.

+ When a page is not found or the login is incorrect or whatever kind of hacking is detected KSMAS emulates a real Apache 404 page, as if the 404 was true. :rolleyes:

+ And several other bugfixes.

I wanted to bring you a couple of screenshots but I had no floppy and I didn't bother using a CDRW for that.

If I'm lucky I could be releasing RC1 next monday.

Btw, Would you like to have it updating automatically from the (not yet existing) project homepage (http://ksmas.sf.net)?
It would be possible and even funny :P

If you have any other ideas post them right here, please. Thanks! :)

Have a nice week! :wave:

This post was edited on 08-18-2004 at 02:53 PM by KeyStorm.
08-18-2004 02:52 PM
Profile E-Mail PM Web Find Quote Report
Pages: (24): « First « 7 8 9 10 [ 11 ] 12 13 14 15 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On