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 [ 1 ] 2 3 4 5 » Last »
1 votes - 5 average   [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25)
Author: Message:
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
O.P. [CBC] Chameleon Board Companion (formerly KSMAS) Community board release (2005-04-25)
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.

I will post it here for you to freely use, distribute and modify. But before I want to hear your suggestions and opinions.

I might also need a little help to manage all permission problems that are possible and how to pass them or to detect them.

Thanks in advance. :)

Re-Edit:

I just released the second Release Candidate of version 1.0. :D

All changes are explained in KeyStorm's reply to [KSMAS] KeyStorm Multi Avatar Script

You may download it right here



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! :D

This post was edited on 04-25-2005 at 09:38 PM by KeyStorm.
05-10-2004 10:34 PM
Profile E-Mail PM Web Find Quote Report
kao
Veteran Member
*****

Avatar
boring

Posts: 1814
Reputation: 52
37 / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Project] KS Random Avatar Script
Sounds like a good idea, and good for the "n00bs" wanting them :P

good luck :)
05-10-2004 10:35 PM
Profile PM Find Quote Report
Kafman
Full Member
***

Avatar

Posts: 376
Reputation: 24
35 / Male / Flag
Joined: Feb 2004
RE: RE: [Project] KS Random Avatar Script
quote:
Originally posted by Kao
Sounds like a good idea, and good for the "n00bs" wanting them :P

:refuck:



Great idea KeyStorm!!! Sure it will be distributed in all the Internet;)

This post was edited on 05-10-2004 at 11:11 PM by Kafman.
[Image: sig.png]
05-10-2004 11:10 PM
Profile PM Find Quote Report
dotNorma
Veteran Member
*****

Avatar

Posts: 1745
Reputation: 17
32 / Male / –
Joined: May 2003
RE: [Project] KS Random Avatar Script
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. :-)
05-10-2004 11:51 PM
Profile PM Web Find Quote Report
bach_m
Veteran Member
*****

Avatar
4837 :P

Posts: 2863
Reputation: 7
37 / Male / –
Joined: Feb 2003
RE: [Project] KS Random Avatar Script
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".



and GPL it :P



quote:
Originally posted by NoName
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. :-)


i kno he made the "IP Sig" like the danasoft. com ones... i dont remember a random image thing

This post was edited on 05-10-2004 at 11:55 PM by bach_m.
05-10-2004 11:52 PM
Profile E-Mail PM Web Find Quote Report
leito
Senior Member
****

Avatar
Chameleon by KeyStorm

Posts: 720
Reputation: 5
37 / Male / –
Joined: Apr 2003
RE: [Project] KS Random Avatar Script
Keystorm great Idea, I'm with you, just tell me in what I can help

quote:
Originally posted by KeyStorm
I might also need a little help to manage all permission problems that are possible and how to pass them or to detect them.

but, in this I can't help too much! haha
[Image: leonelgalan.png]
05-10-2004 11:59 PM
Profile E-Mail PM Find Quote Report
lylesback2
Veteran Member
*****

Avatar
[lylesback2]

Posts: 1786
Reputation: 1
38 / Male / –
Joined: Jan 2003
Status: Away
RE: [Project] KS Random Avatar Script
option box on how many you want to upload "say 5"
click Next, and bam, it has 5 Form & Browse boxes!
<skanky>lylesback2</lanky>
3 days, 4 hours, 2 minutes, 56 seconds till the end of the world

05-11-2004 12:24 AM
Profile PM Web Find Quote Report
.blade//
Veteran Member
*****

Avatar

Posts: 2856
Reputation: 39
35 / Male / –
Joined: Jan 2004
RE: [Project] KS Random Avatar Script
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 :D
[Image: A%20Pointy%20Rock.jpg]
05-11-2004 01:09 AM
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: [Project] KS Random Avatar Script
Thanks folks, I'm happy you liked the idea. :)


quote:
Originally posted by lylesback2
option box on how many you want to upload "say 5"
click Next, and bam, it has 5 Form & Browse boxes!

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:
Originally posted by bach_m
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".

Yes... I have to think about the name, too... Well, that'll be when it's done ;)

quote:
Originally posted by bach_m
and GPL it
Of course (H)

(Although SourceForge rejected my the browser thingy :()
05-11-2004 06:09 PM
Profile E-Mail PM Web Find Quote Report
reisyboy
Elite Member
*****

Avatar
Messenger Oldie ;-)

Posts: 2107
Reputation: 10
35 / Male / –
Joined: May 2002
RE: [Project] KS Random Avatar Script
Ahhhe xcellent KeyStorm i want this too lol :P
Reisyboy: He is the priest to guide us from evil.. which isn’t working… so we call him Frier Tuck
05-11-2004 06:25 PM
Profile E-Mail PM Web Find Quote Report
Pages: (24): « First [ 1 ] 2 3 4 5 » 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