[CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25) - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25) (/showthread.php?tid=25095) [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25) by KeyStorm on 05-10-2004 at 10:34 PM
We've had a lot of forum newbies asking for the random avatar script. After answering to all them I decided to create a PHP tool that installs the Script, protects it with a password and allows the user to upload the avatars (via web) and manage them. 2005-04-25 - New Community Board: I newly installed a new board on my server to have a place to discuss several things related to Chameleon, post news, bugs, ask people to join beta's, translate, etc. You can access it at http://chameleon.keystorm.net/community Note: The board is myBB 1.0 PR 1 and might have some bugs. Please be patient if you find any, and better, plese report them to the Forum & Website forum. Thanks Enjoy Chameleon! RE: [Project] KS Random Avatar Script by kao on 05-10-2004 at 10:35 PM
Sounds like a good idea, and good for the "n00bs" wanting them RE: RE: [Project] KS Random Avatar Script by Kafman on 05-10-2004 at 11:10 PM
quote: Great idea KeyStorm!!! Sure it will be distributed in all the Internet RE: [Project] KS Random Avatar Script by dotNorma on 05-10-2004 at 11:51 PM I think Fluffy Lobster already made one of these. Look on BigBlueFish.com or something , I am pretty sure he made a php random image account system. RE: [Project] KS Random Avatar Script by bach_m on 05-10-2004 at 11:52 PM
make it clear that they need a host with PHP....... or ther'll be alot of questions as to "why my pictures don't show up, and i get wierd text". quote: i kno he made the "IP Sig" like the danasoft. com ones... i dont remember a random image thing RE: [Project] KS Random Avatar Script by leito on 05-10-2004 at 11:59 PM
Keystorm great Idea, I'm with you, just tell me in what I can help quote: but, in this I can't help too much! haha RE: [Project] KS Random Avatar Script by lylesback2 on 05-11-2004 at 12:24 AM
option box on how many you want to upload "say 5" RE: [Project] KS Random Avatar Script by .blade// on 05-11-2004 at 01:09 AM Msgplus forums should host a copy of the scipt, and set it up so it would only work for images hosted on an outside site so it wasn't so hard on the server RE: [Project] KS Random Avatar Script by KeyStorm on 05-11-2004 at 06:09 PM
Thanks folks, I'm happy you liked the idea. quote: This is good, but to stick better to the all-in-one script idea (so we don't overfill the server with files the user doesn't know what they are. For this I thought to show initially 3 File Inputs (Browse boxes) and to let the number dynamically increase when the user sets more files. Like in the Buddy/Ignore list of myBB MP System. I'm still doing the HTML templates to have the design clear and then work on in PHP. About the permission, I know there is the CHMOD system and the PHP's own Safe Mode. The first one sets restrictions (Read, Write, Execute) to user levels (Owner, Group, Others). Safe Mode doesn't allow users change filesystems created by another user. In fact if you have a different User ID than the one PHP is running, PHP woin't be able to create any file, although CHMOD is 0777 (full permission for everyone). Anyway I'll let you test it. The more server protections you have the better it will be for testing purposes. quote: Yes... I have to think about the name, too... Well, that'll be when it's done quote:Of course (Although SourceForge rejected my the browser thingy ) RE: [Project] KS Random Avatar Script by reisyboy on 05-11-2004 at 06:25 PM Ahhhe xcellent KeyStorm i want this too lol RE: [Project] KS Random Avatar Script by KeyStorm on 05-11-2004 at 10:23 PM
Justposting to show you a sneak peak of how it will look like. RE: [Project] KS Random Avatar Script by Banks on 05-11-2004 at 11:34 PM would it be possible to edit the server so that you could mask it as as a .png or .jpg so that it would work on forums who block *.php files RE: [Project] KS Random Avatar Script by .blade// on 05-11-2004 at 11:45 PM
quote: It's not that a server blocks PHP, it's that the server isn't set-up to run PHP. RE: [Project] KS Random Avatar Script by bach_m on 05-12-2004 at 12:00 AM
quote:.... nooooo... any server can get an image from another server thats PHP.... but they may just block PHP images as avatars. RE: [Project] KS Random Avatar Script by KeyStorm on 05-12-2004 at 02:20 PM
quote: After some I have found out that this is possible through .htaccess, which surprised me a lot, but ok... I could add it to the all-in-one file, but I just don't know if it'll be possible. Maybe another release for boards not allowing PHPs as images would also be a good solution. * KeyStorm doubts he's able to manage such big scripts I'm working on the setup file now. This evening I'll probably release the setup file to see if it installs and detects protections properly on your servers. RE: [Project] KS Random Avatar Script by stonesour on 05-13-2004 at 01:58 PM
Put this in the directory RE: [Project] KS Random Avatar Script by KeyStorm on 05-13-2004 at 05:20 PM
Hm... I'm gonna test it right now For Testers (anyone may be): ALPHA v0.02 - Setup Only, not the script itself for now! Well, for now I think I finished the installer. You don't need to create a special dir for it, the installer does it itself. Just place it where you want to have the folder installed. What does it do (for if you don't want to read the crappy code): Step 1: Creates a folder, creates a file, opens it, closes it, deletes it, deletes the folder. If all these could be peformed correctly, your server is ready to install KSMAS. Step 2: You have to type your password in order to create your own inc.php where the list of avatars is written each time. This could evolve in having several users and only one file. But let's wait until it works . Step 3: Creates and writes in the functional files: KSMAS/index.php and KSMAS/[password.md5].inc.php Step 4: We've left setup.php and gone to KSMAS/index.php.php?mode=delete which deletes ../setup.php. Maybe this won't work if CHMOD is not enough permissive. But this won't mess up anything: you'll be asked to manually delete the file. After this step, if nothing happens it is right. This release does not include the manager script (it's not done yet). This build is just to see if it installs well everywhere and that no weird errors appear. I have tested it on Xampp for Windows v1.4.2 (Apache 2.0.49, PHP 4.3.6). Enjoy (test) it and feel free to post anything about it. RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by Mike on 05-13-2004 at 06:42 PM
Ummm... RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by KeyStorm on 05-13-2004 at 06:49 PM
It's an ALPHA for now. It's just the installer to see if it crashes with any config. RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by fluffy_lobster on 05-13-2004 at 07:01 PM
Ripoff RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by KeyStorm on 05-13-2004 at 07:54 PM
Hm... I'm doing a little break now to try to include it in SourceForge. RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by Mike on 05-13-2004 at 08:22 PM
Put it at www.pscode.com RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by KeyStorm on 05-13-2004 at 08:45 PM
It won't break anything on your server . RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by kao on 05-13-2004 at 09:12 PM I'm not going to try it right now, maybe later or tomorrow, but from the screenshot it looks like its coming along nicely, i'll be putting it on my server for people to use through my site etc. Looking nice so far, will test it later tonight/tomorrow and update this post with results, gj so far RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by KeyStorm on 05-14-2004 at 08:22 PM
RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by bach_m on 05-14-2004 at 08:38 PM
good job RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by leito on 05-14-2004 at 10:04 PM
quote: hahaha, you are posting my "very first" idea of KSMAS design. The layout should change a lot, but I like the Logo, please post what you think about it. RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by KeyStorm on 05-15-2004 at 12:29 AM
Done! RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by leito on 05-15-2004 at 01:38 AM
quote: The KSMAS SF forum allows, now, anonymous posts. Feel free to post any bugs, suggestions or questions. Help Forum @ KSMAS Project Page Testing Forum @ KSMAS Project Page RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by lizard.boy on 05-15-2004 at 04:15 AM
hmm when i go to the dir where ksmas is installed it dosnt work... its just blank... keystorm? what happened? RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by leito on 05-15-2004 at 06:56 AM
quote: As said above, this version was create only to test the setup. RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by KeyStorm on 05-15-2004 at 11:07 AM
quote: Leito.gt is right, but you have to note that the directory is "KSMAS", not "ksmas". Anyway, the setup seemed to work fine as you can see in http://lizardboy.kaonet.net/tests/KSMAS/?mode=delete where the instalation file was succesfully deleted (or does no longer exist). Once I have some more of the script, on that page I will put an option to bookmark it or whatever to ensure that you don't lose the path RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by lizard.boy on 05-15-2004 at 01:13 PM
heh yeah after a few pages i start skimming threads RE: RE: [Project] KS Random Avatar Script by stonesour on 05-16-2004 at 08:31 PM
quote: IndexIgnore * Makes it so if you go to www.whatever.com/myfolder/ it won't show any of the files in that folder(stops leaching) <Limit GET POST > order allow,deny allow from all </Limit> I'm not sure about this part.... RewriteEngine on RewriteRule nameofjpg.jpg nameofphp.php Allows it to be called from the .jpg instead of the .php And yes it does work, I use it at http://ng.audiodragon.net/forums for my signature because I have my forum setup so it doesn't allow php images. For security reasons. RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by Wabz on 05-16-2004 at 09:08 PM
Nice idea and congratulations on adding to sourceforge RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by KeyStorm on 05-16-2004 at 10:56 PM
quote:Well, looks like security isn't secure, after all I'll go on like it is now, and i'll get it to the final verison with the original php method (without redirection). After that I will add this and oher things like multi users / multiple sets in one manager and advances customization... Thank you for the explanation... quote:Thank you, too. I want to say I am implementing a feature that might be interesting: As it happened to my songtracker, many people tried to hack it as I can see in my server logs (URLs were called with invented filenames and parameters). KSMAS will log all the wrong passwords, IPs and hours. When there are say 5 failed attempts, KSMAS will block the access to the manager (the avatar output will be kept alive). for some time, maybe 3 hours. Optionally: from your cp, once you log in, you can reset the count, for if you missed a couple of tries. Anyway, I'm working on this log thing now, I'll probably release something as part of the 0.02 ALPHA release group. Keep the track @ http://sf.net/projects/ksmas Btw, If you like you can let SourceForge notify you when there's a new release per e-mail. RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by leito on 05-18-2004 at 04:12 AM
I'm working on the UI for KSMAS. Here is a real screenshot of the setup file I finished today, hope you like it. Please post your comments, ideas, or whatever you feel to RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by Dempsey on 05-19-2004 at 05:04 PM
if anyone wants any free PHP hosting to run this script then ill give them some at Killer Carrot RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test! by KeyStorm on 05-25-2004 at 10:42 PM
quote: Enjoy it! Hope to hear about your impressions over there in SourceForge or here if you don't have any SF account. For any bug report, refer to the public Bug Tracker which can be accessed from the homepage of the project. Thanks for your support. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by RebelSean on 05-25-2004 at 10:51 PM
Awesome job KeyStorm and Developers!! Wohooo I can't wait to get my Avatar now!! WOhooooooo RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by bach_m on 05-26-2004 at 12:07 AM
quote: because microsoft home publishing is a piece of shit. open it in notepad to view the code, or upload it to a webhost with PHP support to run it. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by RebelSean on 05-26-2004 at 02:13 AM How can I open it with Notepad?? RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by leito on 05-26-2004 at 02:19 AM
RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by RebelSean on 05-26-2004 at 02:44 AM
I can't use this...I dunno what the hell RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by leito on 05-26-2004 at 02:59 AM
Ok, please detailed what steps did you followed to setup KSMAS. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by RebelSean on 05-26-2004 at 03:01 AM Ummm I haven't even got to install KMAS...I had to use Notepad just to get to read the setup...And I dunno what the hell to do... I do have a server( www.1asphost.com)......Help? RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by bach_m on 05-26-2004 at 03:12 AM
quote: u need a server with PHP. upload the files. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by leito on 05-26-2004 at 05:08 AM
quote: You DON'T need notepad. You just need to "run" the setup.php file in a server supporting PHP. You won't see any code if you do that ok, you will just see a nice, easy installation wizard. Please PM me, if you need more information, so we don't get spammy here. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by KeyStorm on 05-26-2004 at 09:20 AM
Sorry that the readme file was incomplete. Redownload the zip file from SourceForge and read the readme again. quote: I accept this was not enough self-explanatory, but there's no need to be rude... I've been days coding this for you to blame the work whe you do not understand something. Apache and PHP instead! RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by user27089 on 05-26-2004 at 09:44 AM is kaonet on safe mode, cause if so i can't use this script, and if it is, would i be able to ask kao 2 turn it off, or can i just ask jwb to upload it to his ftp?? RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by Stigmata on 05-26-2004 at 09:50 AM
me??? RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by KeyStorm on 05-26-2004 at 09:52 AM
I don't know, ask him... It would be interesting to know what's failing. Because if it's an error in the script it should be corrected before the final release... Ask Kao about what kind of weird configs the server has. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by RebelSean on 05-26-2004 at 11:37 AM No No NO I'm not being rude.. i ment that it sucks that I cant make one..I will try uploading it to a server RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by KeyStorm on 05-26-2004 at 04:00 PM
I just noticed, that KSMAS does not properly work under PHP v4.11. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by leito on 05-26-2004 at 07:04 PM
quote: Take this in mind RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by KeyStorm on 05-26-2004 at 09:03 PM
I'll start now to put new tasks to the to-do list of the project side RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by RebelSean on 05-26-2004 at 09:10 PM Why don't you make it a .exe file couse that will help out ALOT of peps? RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by Dempsey on 05-26-2004 at 09:11 PM lol cos its not a program, its a php script! RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by RebelSean on 05-26-2004 at 09:14 PM Well why don't yall make a Program outa it?? Or is that hard to do? RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by Dempsey on 05-26-2004 at 09:17 PM not paticualy hard, but the whole idea is u dont need a pc on all the time, it runs off a webhost and you cant just convert php to an exe RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by KeyStorm on 05-26-2004 at 09:55 PM
There's no much point in creating a locally controlled avatar, since it is supposed to be automatic and hence even work when your computer is off. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by Dempsey on 05-26-2004 at 09:57 PM yea that will make it a lot easier for me as i will make ksmas.killercarrot.co.uk and then anyone can use it RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by Banks on 05-26-2004 at 11:25 PM I got another idea for you, if the server supports gd you could watermark it for free advertisment. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by leito on 05-27-2004 at 01:02 AM
quote: I think that is not a good idea, cuz people want a dynamic avatar, but one without advertisment on it. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by KeyStorm on 05-27-2004 at 01:08 PM I have been thinking about GD for adding watermarks... but it's too much code for so little use. And btw, many servers do not have GD (PHP v4.3 includes it and we are supporting v4.11, by now). RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by Dempsey on 05-27-2004 at 01:11 PM and don't foroget, it's open source, so people would just remove the watermark bit if they didn't want it anyway RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by KeyStorm on 05-27-2004 at 01:16 PM
Yeah, no ads. I don't like that. If I had to download an avatar script that had ads I would delete it. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by MC Inferno on 05-27-2004 at 01:20 PM No Ads! I like that RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by reisyboy on 05-27-2004 at 01:23 PM Ahh excellent KeyStrom beta one is fantastic for me to use RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by KeyStorm on 05-27-2004 at 01:38 PM
quote:Thank you! It's the lite version regarding the features that will be added. I'll start to work on the second beta in 1 week, when my a-levels are done. Alea jacta est! RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 1 released! by KeyStorm on 05-30-2004 at 12:25 AM
Kafman detected a bug really caused by a lack of information. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by Joe on 05-30-2004 at 02:31 AM Lookin Great Guys! RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by KeyStorm on 05-30-2004 at 04:00 PM
Hard bug found! RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by lizard.boy on 05-30-2004 at 04:03 PM a php file can delete itself if that what you mean.. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by KeyStorm on 05-30-2004 at 04:06 PM
No, it's KSMAS/index.php who deletes setup.ph and setup.php is owned by the user who uploaded it and not by PHP. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by leito on 05-30-2004 at 06:58 PM
quote: Yep, while testing (0.01 ALPHA, 0.1 BETA, 0.2 BETA) I had to rename the folders to run the setup.. cuz I couldn't delete it... RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by lizard.boy on 05-30-2004 at 07:01 PM well an alternative would be to make the user create the directory to install ksmas in? would that be an idea keystorm? that way the user could also specify what he/she wants RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by KeyStorm on 05-30-2004 at 07:08 PM
Well... It was inicially thought as an "avatar for dummies", but it's also useful for experienced lazy users/coders... so I'll think about a middle point for that. Easy but more customizable. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by leito on 05-31-2004 at 03:31 AM
quote:yeah!!! I was on that! quote:I guess i would have to gain some more experience then! quote:ok ok! quote:I'm in the "dummies" group! quote:But the installer could create a KSMAS folder.... and just overwrite the files in it.. when updatint to a new KSMAS version, that way it could be easy to use... and will not envolve deleting the folder. Edit: In bold cuz that the important part of the message! hope you understand it. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by Mike on 05-31-2004 at 04:54 PM
Keystorm can you add the php masking in the next beta? RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by RebelSean on 05-31-2004 at 05:03 PM Just a question, why does it make the avatar http://link.to.your.server.com/KMAS/index.php ??????? Is there anyway to rename the link for your avatar to like http://link.to.your.server.com/KMAS/avatar.php?? RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by KeyStorm on 05-31-2004 at 05:07 PM
quote:I still don't know... There are many things to fix first... But I'll add it, that's sure quote:Why do you want that? This way and if your server allows it (most do) you can use http://www.example.com/KSMAS as your avatar script. Well, I don't see the point on changing the name, anyway. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by RebelSean on 05-31-2004 at 05:10 PM See my avatar thingy is http://avatars.kaonet.net/rebelsean/KSMAS/index.php but like I would like it to be ummm like http://avatars.kaonet.net/rebelsean/KSMAS/seansavatar.php ....... Catch my drift?? RE: RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by KeyStorm on 05-31-2004 at 05:14 PM
quote:No. Won't be done, it's too complex for such a little use. Anyway, you can use (as I said) http://avatars.kaonet.net/rebelsean/KSMAS/ as your avatar. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by RebelSean on 05-31-2004 at 05:22 PM But wene I went to threw she setup, it told me that http://avatars.kaonet.net/rebelsean/KSMAS/index.php what the link for my avatar RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by KeyStorm on 05-31-2004 at 05:26 PM
This is for general compatibility with any server configuration. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by RebelSean on 05-31-2004 at 05:30 PM
Ya, I was wandering how to get to that lol...Link added to ma favorities... RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by KeyStorm on 05-31-2004 at 05:34 PM
quote:I'm supposed to know how my script works... I forgot to add the link for setting it as a bookmark, in v0.2BETA it is added, but there are some severe problems upgrading it. I'll fix it when I have some time. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 2 released! by KeyStorm on 06-17-2004 at 07:54 PM
A new patch is available for uninstalling blocked KSMAS installations. RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by lizard.boy on 06-17-2004 at 08:34 PM invallid project keystorm RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by KeyStorm on 06-17-2004 at 08:43 PM
Thanks lizard! RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by NeoRevan on 06-17-2004 at 09:04 PM
quote: Well depending on what server software they run, but on Apache the redirects are in the httpd.conf file. I know cos I setup apache on my localhost. Extracting the possible index.php redirect from there is a matter of guessing their Apache install dir and find the httpd.conf file. On IIS however (I also had this on my localhost), its set in the config and stored in an unknown (to me) winblows file. In short, no bloody clue on how to find if it has index redirect or not. Just wanted to let you know the little I know about how webservers has their redirects RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by KeyStorm on 06-17-2004 at 09:52 PM
anyway... any server depends on the fact that index.[htm/html/php] is recognized as the directory-root page and is opened automatically. RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by RebelSean on 06-20-2004 at 06:04 PM
Hey keystorm, i got a blasted error log from your thingy, even tho i would still love to be able to use it but wene I uploaded the setup.php it made a errorlog wene i tried to open it: RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by KeyStorm on 06-20-2004 at 06:30 PM
Kao has been experienceing several fatal error with his server due to permission issues and some folders might have got screwed up. I don't know how far this error goes, but I hope it's not critical. RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by RebelSean on 06-27-2004 at 11:06 PM
Keystorm what does this mean?? RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by Dempsey on 06-28-2004 at 08:51 AM you can change permissions from FTP, login and change the folder permissions to 777 RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by Mike on 06-30-2004 at 10:38 AM
Hmmmm... RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by KeyStorm on 07-01-2004 at 03:33 PM
What do you mean with you can't install KSMAS? RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by leito on 07-02-2004 at 01:29 AM XxRebelSeanxX your version of KSMAS is out of date, check http://sf.net/projects/ksmas for updates. RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by Mike on 07-02-2004 at 07:35 AM
quote: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... RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by KeyStorm on 07-02-2004 at 10:20 AM
Uninstaller version RC1 released! RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by RebelSean on 07-02-2004 at 02:14 PM Does it work on Kao's server's keystorm? RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by KeyStorm on 07-02-2004 at 02:18 PM
quote: Aye! RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by RebelSean on 07-02-2004 at 02:22 PM 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? RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by KeyStorm on 07-02-2004 at 02:31 PM
quote: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 RE: [KSMAS] KeyStorm Multi Avatar Script - Uninstaller patch released! by RebelSean on 07-02-2004 at 02:38 PM * RebelSean I just wander what the dam admin pass is to un-install it lol RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 3 Released! (2004-08-13) by KeyStorm on 08-13-2004 at 02:07 AM
I just released KSMAS BETA 3. View the first post for more information about the changes. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 3 Released! (2004-08-13) by lopardo on 08-13-2004 at 02:42 AM
Good news, KeyStorm! RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 3 Released! (2004-08-13) by KeyStorm on 08-18-2004 at 02:52 PM
Well, I see Beta 3 has been downloaded... 12 times!!! code: 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 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 ) + 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. + 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 If you have any other ideas post them right here, please. Thanks! Have a nice week! RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 3 Released! (2004-08-13) by ipab on 08-18-2004 at 03:21 PM
i have been having problems with installation , it seems like u havent given clear instructions on how to login if ur an admin (the user name) RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 3 Released! (2004-08-13) by KeyStorm on 08-23-2004 at 02:34 PM
Well, after some days of work I can bring you the new version of KSMAS: v1.0 RC1. RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 3 Released! (2004-08-13) by KeyStorm on 08-23-2004 at 02:36 PM
RE: [KSMAS] KeyStorm Multi Avatar Script - BETA 3 Released! (2004-08-13) by KeyStorm on 08-23-2004 at 02:40 PM
RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by ipab on 08-23-2004 at 03:23 PM looking good, dl it now RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by Vilkku on 08-23-2004 at 05:27 PM Bah, my host has PHP but when going to step two it gives me a 404. What's wrong? RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by ipab on 08-23-2004 at 05:35 PM is writing enabled? RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by Vilkku on 08-23-2004 at 08:06 PM yes, I chmoded writing for both the file and the folder RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by KeyStorm on 08-28-2004 at 01:25 PM
Vilkku: RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by Vilkku on 08-29-2004 at 04:11 PM
Well, I don't know what I should tell... RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by KeyStorm on 08-30-2004 at 12:28 AM
This is wierd, I reckon. If you could attach the source code of that page it would be helpful, too. RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by Vilkku on 08-30-2004 at 05:29 AM
You mean the scource of setup.php? Here it is. RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by Vilkku on 08-30-2004 at 04:48 PM I edited my last post, bumped so that you would notice it... I'm a bad boy, delete this post. RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by ipab on 08-30-2004 at 05:04 PM
i think im having the same problems as vikku, (i duno who my host is, but i have a subdomain thanks to lylesback2 ) and i put the setup script in the public_html folder and i get he 404 error since it thinks that my site is www.l2-designs.com not ipab.l2-designs.com, and when i go to the actual link for the 3rd step the link opens up fine but it says it cannot create the files and it deletes itself (not the setup file, assistant.php) , RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by KeyStorm on 08-31-2004 at 11:30 PM
quote: Well, I coded setup.php . I actually meant the HTML code that is outputted. To Ipab, this is usual. After Step 3, no matter if files are created or not the setup file gets deleted. Anyway, I sadly discovered that there are several bugs not only in the setup script, but in the settings, too. I'm trying to fix it, but I'd suggest you to use Beta 3 for the moment. Please, attach the html sources for any error that appears. Thanks, again... RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by Mike on 09-01-2004 at 07:28 AM
Hrmmm i have the same problem with RC1: RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by Vilkku on 09-01-2004 at 02:21 PM
quote:Say whaaat? RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by KeyStorm on 09-01-2004 at 02:29 PM
Please, could anyone attach the html source code for the first step? It looks like the setup script gets deleted too soon, but I can't see the problem. I'm attaching the preview of setup.php from RC2 (some things don't work yet/might not be tested at all yet). But it should install correctly. I'm testing only locally as I have a very restricted Internet acces (not at home atm) and I can't real-time test it on my Linux server. But theorically this should work on both platforms, right? . quote: Right click on the page > View source code. RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by Mike on 09-01-2004 at 03:22 PM
Hmmmm ok... RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by ipab on 09-01-2004 at 03:37 PM
rc2 still doesnt work with me quote: same occurence as rc1 RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by Mike on 09-02-2004 at 06:34 AM
Hmmm i have a question: RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by KeyStorm on 09-02-2004 at 02:44 PM
quote: Well, this happens because of the following reason: the input-file shown either by MSIE or FF form element does not seem to accept proper CSS styling, I haven't found out the way to customize them properly to the global layout. Additionally, MSIE renders the buttons using Window's style, so it's rather difficult to make it match any design, as it dependds 100% on the client and not on the software, atm. In RC2 I added some CSS to the image slots list, so now you can see the text inside the file-inputs is Verdana and not MS sans serif (default) and so on. But many other thinks can't be changed yet (at least I don't really know how, hope someone helps me out with this). Ipab: assistant.php is just a setup assistant, or setup-bot in order to fix some permission issues. If that gets deleted, there's no problem in using setup.php again (it creates the assistant.php script back and deletes it afterwards). The weird thing is that it SHOULD delete setu.php, but it doesn't, for onemisterious reason. Are all permissions around properly set to 777 or 766? Anyway, does everything fail? are folders created? quote: Lol , easy. When you add an user you see in your admin panel a notice with the activation URL for that user. You must pass that URL to the end-user for him or her to activate it setting a password for their account. Once it is activated, the notice disappears from the adminCP and the user can log in normally. But mind the activation time. When that time passes and the account has not been activated yet, it expires and gets deleted. So you have to create that account again in order to have it activated. I added yesterday an option to disable expiration for those who want to have activation open undefinitely (what is not really recommended, btw, but nvm). Now back to the main issue: Is the setup fixed now in RC2 for everyone who downloaded it? (except for Ipab) RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by Mike on 09-02-2004 at 02:57 PM
quote:This is what i did: When the KSMAS setup finished I added an account for myself named "Mike" I clicked the activation link and typed my password. I added some pictures and then logged off. Now if i want to add more pictures, what do i do? I cant see any login button... RE: [KSMAS] KeyStorm Multi Avatar Script - RC1 Released! (2004-08-23) by KeyStorm on 09-07-2004 at 10:47 PM
quote: There is no login button. Please, read the texts and I'm sure you will understand it. Edit: I'm still not sure what you mean, but I think following all advises given in KSMAS, you should be able to relog without any difficulties I just uploaded RC2 to SF. You may download it here: https://sourceforge.net/project/showfiles.php?gro...&release_id=266355 The changelog is: v1.0 RC2: - FIXED Settings apply immediately after saving them - FIXED Free Slots and Close Gaps for single user - IMPROVED Evil POST streams protection and outside access to KSMAS - IMPROVED Texts - ADDED Upgrader to setup script - FIXED 404 on single user image showing - ADDED Footer - FIXED Compatibility issue that blocked usage and prompted 'Not Found' errors on PHP<5 (misdocumentation of PHP) - PHP version requirement changed to PHP v4.20 RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 09-11-2004 at 09:30 AM
Keystorm i downloaded your script and deleted my old KSMAS installation, but it won't let me install RC2 version RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-11-2004 at 02:17 PM Oh, jesus, why does this suddently keep from working, it's not a very complicated setup script... RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 09-11-2004 at 10:51 PM
yeah lol sorry to ruin it for you keystorm RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-11-2004 at 10:59 PM
quote: Trust me, debugging is one of the most depresing tasks of a programmer . I seemed to find some potential bugs in the code that would avoid, for example, to get to step 2 or to get to assistant.php once the setup script is ready to work. But I've experienced some issues using subdomains, as I posted in PHP and subdomains. However, on my server safe mode is enabled, so it's kindof expectable that things don't work how they should. By now, RC3 should be released soon, although that problem might not be solved. I want you to test it and report any problems with it. And, btw, I prefer you post here than PMing me. Don't do it unless you have some sensible information to provide. And again, sincerely thanks for reporting malfunctions. Again, I'll probably post a preRC3 later like last time to see if it works. Lemme do some debug-tests first. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 09-11-2004 at 11:06 PM
thanks Keystorm damn, i'm actually going to start programming next year, learning mainly .net languages. Debugging sounds really long and tedious !! Oh well i'm sure the finished debugged end result will be worth it esp. KSMAS !! I hope you get it finished soon! BTW yeah i am on a subdomain, but 0.3 worked for me ! RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-11-2004 at 11:23 PM
If 0.3 worked, It's very likely that RC3 also works. I had added a couple of security protections that seemed to avoid instalating in some conditions. And that's maybe what is happening to you. Er, well, this is preRC3. As you know some things tha I have added may be incomplete or not work at all. This is not recommended for people currently using RC2, although you should be able to upgrade KSMAS using this setup script. This is just a preview to test that the fixes in the setup script work. You will notice the new memory limiter, use it at your own risk and, what's more important, do not relay on it. It's not finished yet. It won't ruin your server, but it could ruin your configuration file and your rotating avatar, so don't touch it, for the moment. Just another little thing. This version is supposed to be only for testing. Its is not recommended to keep it and you should upgrade to RC3 as soon as it appears. All further blablabla is rather irrelevant: Use it at your own risk RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 09-11-2004 at 11:26 PM
thankyou Keystorm , i will try it out now and will get to you on further details (e.g if its working ) RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 09-11-2004 at 11:33 PM
ok well here are my results (I thought this deserved a new post ) RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-11-2004 at 11:36 PM
Aw, sorry. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 09-11-2004 at 11:39 PM
yeah thats fine, i'll pm now or do u have msn or sumthing (stupid question considering this forum is about msn stuff)? anyways i'll pm you with the site and my pass if you really wanna do more testing, doesn't bother me RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-11-2004 at 11:52 PM
Thanks, Chestah. You don't really need to give me your account info. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 09-11-2004 at 11:55 PM
I got exams tomorrow Keystorm so unfortunately i won't beable to come on except for at night-time which atm it is 10.00AM for me, so you probably won't be on !! RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Mike on 09-14-2004 at 02:23 PM
Just a quick question: RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-14-2004 at 04:46 PM
Hrm, I've been thinking of several methods of massuploading, but I still have to think more about it. code: You have to change that using your preferred code editor adding: code: That should be adding them properly to KSMAS. If you're using RC3, you should pay attention to the memory limits (if you set any). This method does not override its memory checks. I'm sorry there's no other way, but it's not thought to be atm. (btw, be careful with the number of images uploaded, don't let them exceed 1000, or KSMAS could act unexpectedly) RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Ezra on 09-14-2004 at 06:51 PM I've got a little question... I can't seem to login . When i go to ../KSMAS/index.php. It asks for a username and an password, but it just keeps asking it, and after three times it says I have to reload to try again. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-14-2004 at 07:15 PM
quote:Please I need to know the version and the instalation mode (or if you switched from single to multiple). In the past I have also experienced such things. You may also send me the contents of include/config.inc.php for me to take a look at it. Additionally, if you want to change your password manually (well, there's no other way to achieve it ) is opening your config.inc.php and edit the ['pw'] or the ['admin_pw'] keys in the list. To do it set them to code: The next time something is changed to it from KSMAS (like setting or upload). The password will get encrypted automatically (well, let's better call it hashed ). RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Ezra on 09-14-2004 at 07:43 PM
The version is v1 RC 2 and Multi User, I don't know what username I have to use to get into the Admin CP, but I also made an user but I can't login to that one too . RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-14-2004 at 07:51 PM You don't need to type a username for accessing the admin zone (again). Lathough, whatever you typed is ignored, asl long as no other user has the same pw. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Ezra on 09-14-2004 at 07:55 PM And if a user has te same password? Could this maybe explain why I can't login? Because the Admin CP and my User have the same pass. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-14-2004 at 08:00 PM
Nope, I use this usually when testing (my simple one-way mind doesn't support more than one pw for testing). This is how it works. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Ezra on 09-14-2004 at 08:15 PM Allright... But I still can't login . I really don't know what I'm doing wrong RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Mike on 09-15-2004 at 09:37 AM
quote:Ahhh so thats how you log in with multiple users! I thought that there was a diffrent login window...? RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 09-15-2004 at 10:13 AM
lol safe enough =P us stupid people need some method of getting into our account if we lose a password I spose you could incorporate something where if the user forgets there password a few times it asks if they want it sent to them in an email, then when u create a user account you associate it with a email address ! anyways i'll never forget my pass its just that good RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-15-2004 at 10:25 AM
Yeah, well, I've thought about this a couple of times, but, as it is an Apache log-in it's rather difficult to inbuild password reminder or password changer (the question is where?) RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by RebelSean on 09-16-2004 at 02:21 AM
Keystorm, I was trying to uninstall this thing and I did EVERYTHING correctly and it says: RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Pr0xY on 09-16-2004 at 03:11 AM Well I've finally decided to try out this thingy, and it seems very useful. Although I wont use it on this forum, it will be of some use to me on others, thanks KeyStorm... RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by banky on 09-16-2004 at 03:22 AM i cant get the setup.php to work it wont let me make the account thing cuz i try putting the 2 p.ws in and it says that they dont match or they are invalid or something lyke that RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-16-2004 at 07:14 PM
Well, I'm kindof rewriting the setupscript, when it's ready I'll let you test. But I need people testing fast, it doesn't help that results come after... two weeks RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by RebelSean on 09-16-2004 at 08:01 PM
RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Moo on 09-16-2004 at 08:05 PM
quote:Ill help you test... RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-16-2004 at 08:08 PM
quote: ok, that means only php could delete them. A couple of changes should make it work. I'll prolly override the password protection for the uninstaller in order to make it available for other versions >0.2 RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by RebelSean on 09-16-2004 at 08:10 PM Please PM me when you get it for me to delete ... RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 09-16-2004 at 08:27 PM
lol Keystorm add me to your list, i'll help you work out some of those bugs !!! o yeah people with Norton Internet Security, if the script isn't working, and it seems just to be refreshing the first step page, then disable Norton and retry RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-16-2004 at 08:30 PM
quote: So true... I'll PM you when it's ready. Btw, don't reply to my PMs as long as it's not necessary (sensible information, e-mail addresses, etc). My inbox is full and I can't bother cleaning it up, so please, post here RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by RebelSean on 09-16-2004 at 08:38 PM k....no problem. I just want to get it off.....Since you host my ksmas avatar now.. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-20-2004 at 10:43 PM
Two news: RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by RebelSean on 09-20-2004 at 10:49 PM The new interface is awesome man....I love it, specialy the log...It's tight man...Also, Yes I am going to admit, I used your hosted avatar on ONE other forum, which I took it off there...Sorry didnt know you wanted us not to...Also what about the uninstall script RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-20-2004 at 10:59 PM
quote:Forgot to say it before, that's why I mention it now. I can't abuse of my bw, since it's not my space. Please, test it on your own, too. About the uninstaller... I'll try to make a simple one, that should work, but I can't guarantee you anything. In the worst of the cases, contact your server admin and tell them to remove that folder. Fyi, newer versions of KSMAS don't get blocked and can be removed manually by FTP (making the designed uninstaller almost useless. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by RebelSean on 09-20-2004 at 10:59 PM youc an use the one HE hosts on HIS site ONLY on the forums, not on ANY-OTHER-SITE... RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-20-2004 at 11:01 PM
Btw, you can use the upgrader, just upload the setup script outside the KSMAS folder and log in as admin. quote:That's it, thanks RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by RebelSean on 09-20-2004 at 11:04 PM You mind linking me to get that plz since your sig no longer has t the links RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-20-2004 at 11:06 PM
it was attached above... RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chrono on 09-20-2004 at 11:12 PM
quote:why? its easy And u can save ur old PMs so u dont lose them RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by ipab on 09-21-2004 at 12:13 AM
sorry keystorm, i was away yesterday most of the time, are u still loking for testers RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-21-2004 at 06:48 AM
would you mind to read this line? quote: RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 09-21-2004 at 06:51 AM
keystorm you know how dismorning i said it worked to install it? RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-21-2004 at 07:00 AM
quote:Is it installed on your server, can you see if in FTP? RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 09-21-2004 at 07:05 AM
yeah i can see it in my ftp =/ its a 500 internal error message RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-21-2004 at 07:09 AM No, I gtg. But it looks your server doesn't like KSMAS, that 500 looks very spooky. It's not a fake 'File not found'. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 09-21-2004 at 07:11 AM ! i have no idea, lol http://chestah.000k.net/content/ksmas/ RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by ipab on 09-21-2004 at 07:42 AM
quote: tried it and i get a blaring errors only thing that it managed to do was create a folder called KSMAS, everything else failed P.S. me likey the nu interface , its realli good (just checked it out on your server), i especially like the allocation of space for each user I dunno if u implemented this, if u did ignore this: Please put in a default space allocation and allow for change customly per user, just my 2 cents, thanks RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 09-21-2004 at 07:46 AM
hmm every step on mine passes except when i click on finish then it comes up the 500 internal error, then in my ftp the file is shown as being there but when i try to access it, it reckons its not there, the permissions of the file are 777 =/ RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-21-2004 at 12:56 PM
quote: On my mind = yet to come. Chestah, try to install BETA3 again to see if that works well. Ipab, you seem to have save mode activated, as I see the KSmAS folder could be created, but not its contents... go figure I'll let it check more deeply in the step 1, this is the only way I can do that. (well, this or trying to play with tarballs... ) Oh, and I should make a package release (like a zip with all files) and a little installer for configuring a couple of thinguies. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by RebelSean on 09-21-2004 at 01:01 PM KeyStorm, I contacted my server admin, Kao, and he said he can't remove it either...How am I soposed to get this thing off? RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 09-21-2004 at 01:13 PM
Lol, Kao's not the server admin, he only owns a reseller account, but he can't log in as root. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 09-25-2004 at 04:50 AM
Keystorm when you create the zip file please tell me as i really want to use ksmas! good work so far for helping to iron out the problems RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by paperless on 09-25-2004 at 06:52 PM
quote:i Cant login also tried hree ways: Single user Admin A multiple user None of them work to log in! RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Smethead on 10-13-2004 at 04:23 PM I have the same problem. I enter my password and my browser keeps asking for it. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 10-13-2004 at 04:58 PM
Well, yeah, Smethead reminded me of posting a couple of things here.
I can't give you any release date, but I'll try to post any news here, as soon as they exist. Thanks once again for your support. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Smethead on 10-13-2004 at 06:21 PM
sounds great, i hope it's done before February RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by ipab on 10-14-2004 at 05:35 AM
i cant code in mysql if my life depended on it RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 10-14-2004 at 07:38 AM
lol you know me Keystorm RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by k776 on 10-14-2004 at 08:05 AM
Yes, I am willing to help beta test and I know some php/mySQL but not a lot. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by -dt- on 10-14-2004 at 09:46 AM keystorm im pretty handy in php and mysql just look at my sigs source code (click on my sig then theres a link saying veiw source) so if u need anyhelp just contact me at darktempler@gmail.com RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by k776 on 10-17-2004 at 07:23 PM any progress yet?? RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by banky on 10-18-2004 at 12:58 AM Ill help to if you need it keystorm since i helped you last time RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by k776 on 11-04-2004 at 03:56 AM Any progress?? I really want RC3 RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by ipab on 11-04-2004 at 04:03 AM
quote: last time i talked to him, he told me that he was realli busy with his job and all and that he hasnt been getting much time to work on KSMAS so he said that it will take quite a bit of time before anything nu is released RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by k776 on 11-04-2004 at 04:07 AM stink Well, the project is Gpl or whatever isn't it?? Someone else take over and add to it?? RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 11-04-2004 at 02:19 PM
quote: k776, was this sentence not clear enough? I have many things to do and yes, I'm working on KSMAS lately, but there's nothing new apart from what I said. And no doubt I'll go on. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 12-08-2004 at 08:22 PM
Well, after some idleness, I'd like to show off a bit what's being done here. RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Anio_pke on 12-13-2004 at 08:01 PM
Internal Server Error RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by fluffy_lobster on 12-13-2004 at 09:13 PM How about 1.1, or 1.5 or something? RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 12-13-2004 at 09:48 PM
quote: yeah but keystorm is it out of beta yet? maybe 1.3 Beta RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by KeyStorm on 12-13-2004 at 11:07 PM
The new verison will be far more stable and reliable. No more 500-errors and no more problems with authentication. (hopefully ^_^) RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 12-14-2004 at 03:24 AM i bags being a beta tester RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by .blade// on 12-17-2004 at 09:00 PM
I'm having problems installing it I wanted to try it out, so I decided to set it up on my webspace (which does have PHP, not sure the version though so that might be it). I enter what password I want, hit the next step button and get the following message: quote: RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by L. Coyote on 12-17-2004 at 09:06 PM
Did you try using <? phpinfo(); ?> or <?=phpversion();?> ?? RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 12-17-2004 at 09:52 PM just wait Blade until he releases the new one RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by .blade// on 12-17-2004 at 10:08 PM
quote: Use my forums to figure it out (just noticed the bottom corner php info thing). PHP version is 4.3.9 quote: I don't think the version of KSMAS has anything to do with it RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 12-17-2004 at 10:10 PM
quote: oh well of course a new version being developed has nothing to do with the old version not working ! But the old version had alot of bugs, infact it worked on one of my servers, then i upgraded onto a new one and it wouldn't work at all, got the same error as you and some 500 errors as well! RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 02-05-2005 at 02:20 AM
Sorry for double posting in advance! RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by paperless on 02-05-2005 at 02:32 AM
quote: its going to be called chameleon RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by Chestah on 02-05-2005 at 02:53 AM O_o nice! i'll have to talk to keystorm about it next times hes on msn RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by spokes on 02-24-2005 at 04:50 PM i can't wait, how long do you think it will be? RE: [KSMAS] KeyStorm Multi Avatar Script - RC2 Released! (2004-09-08) by blackjack on 02-26-2005 at 07:24 AM Just be patient, its done when its done he is busy making other kind of things too.. and implementing other options to Ksmas (cbc) whatever you want to call it RE: [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25) by KeyStorm on 04-26-2005 at 12:01 PM
I recently installed a new board on my server to have a place to discuss several things related to Chameleon, post news, bugs, ask people to join beta's, translate, etc. You are welcome to join the community. RE: [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25) by Chestah on 04-27-2005 at 05:13 AM Signed up already, can't wait till this is released keep up the good work keystorm KSMAS installation help! Thanks :) by .Roy on 11-22-2005 at 01:00 PM
Well, lets say I can't add writing permissions to my site MAIN folder. ( I can for the setup.php) So basically the Setup.php cant add the other files needed to make the script whole. KSMAS problem? Can anyone help? by .Roy on 11-25-2005 at 12:55 PM
The reason I didnt post this in the KSMAS forum its because its dead, and I dought Keystorm would look there. Anyway Everytime i get to step 2, and I type two identical passwords I get : RE: KSMAS problem? Can anyone help? by CookieRevised on 11-25-2005 at 03:25 PM
Please stick/refer to the already many existing threads: RE: KSMAS installation help! Thanks :) by brian on 11-25-2005 at 05:12 PM I don't think that is possible, you better off create a new directory, then add writing permissions for the directory. (and upload KSMAS in it.). RE: KSMAS installation help! Thanks :) by .Roy on 11-25-2005 at 05:38 PM
quote:I know how to install it, i did it before, but my hosting wont let me install it for some reason, i get stuck when it says enter password.... So i want the seperate files installed and i can fill in the gaps where it says username and password in the php file. RE: KSMAS installation help! Thanks :) by brian on 11-25-2005 at 05:46 PM Same happened to me too at the "Enter Password" part, plus it was hosted on a dedicated server when I tried it, so blah. RE: [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04 by KeyStorm on 11-28-2005 at 06:06 PM
There is a sort of encoding problem with the passwords, so the one that's stored may not be exactly the one that's typed. I haven't been able to find the actual bug in that, but I didn't really care, because I was rewriting the hole thing back again. RE: [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25) by John Anderton on 11-28-2005 at 06:17 PM
quote: Yay .... ks your back Last i heard the work on CBC had been halted for some time ?? Whats the status now ?? RE: [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25) by Chestah on 11-28-2005 at 07:39 PM Awesome Keystorm , goodluck with college RE: [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25) by Jhrono on 11-28-2005 at 08:07 PM worray KS , i'm still here to make the translation to portuguese ..Gonçalo F. too i guess RE: RE: [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (200 by nimd4 on 01-08-2006 at 01:01 AM Still watching and waiting for this project. The password "bug" is a bummer, not being able to install KSMAS on many server configurations This is just a friendly bump Ah, and a happy New Year to everyone~! RE: [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25) by NiteMare on 01-08-2006 at 02:27 AM true, i've been waiting for this for a while RE: [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25) by .Roy on 11-06-2006 at 03:39 PM Updates o.O? RE: [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25) by user27089 on 11-06-2006 at 04:32 PM
quote: It's pretty obvious that keystorm is no longer active on the forum, so as for updates, I don't think so. Which is a shame, it was a great tool. |