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 6 » 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. RE: [Project] KS Random Avatar Script
Justposting to show you a sneak peak of how it will look like.
(I don't bother to release the code yet, because I didn't tidy it up enough yet :refuck:).
Note that this is still a template, not a finished PHP.

But well, hope you like it.

Feel free to post any suggestion.

KSMAS v0.01 ALPHA - Avatar Manager - Screenshot

Edit: I forgot to ask how you do it to change the style of the input type=file, it doesn't seem to work in Mozilla.

.jpg File Attachment: KSMAS1.jpg (46.15 KB)
This file has been downloaded 560 time(s).

This post was edited on 05-11-2004 at 10:24 PM by KeyStorm.
05-11-2004 10:23 PM
Profile E-Mail PM Web Find Quote Report
Banks
Full Member
***

Avatar

Posts: 178
Reputation: 1
36 / Male / –
Joined: Feb 2003
RE: [Project] KS Random Avatar Script
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
05-11-2004 11:34 PM
Profile E-Mail PM Find Quote Report
.blade//
Veteran Member
*****

Avatar

Posts: 2856
Reputation: 39
35 / Male / –
Joined: Jan 2004
RE: [Project] KS Random Avatar Script
quote:
Originally posted by Banks
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

It's not that a server blocks PHP, it's that the server isn't set-up to run PHP.
[Image: A%20Pointy%20Rock.jpg]
05-11-2004 11:45 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
quote:
Originally posted by gigablade77
quote:
Originally posted by Banks
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

It's not that a server blocks PHP, it's that the server isn't set-up to run PHP.
.... nooooo...

any server can get an image from another server thats PHP.... but they may just block PHP images as avatars.
05-12-2004 12:00 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: [Project] KS Random Avatar Script


Blah... bach_m is right. Some boards do not allow php's because they're not strictly defined as image files (and who knows what you might be doing with them). Some people are scared of evil javascript in images :huh: (well, there are lots of IE-holes, so even that is possible).

quote:
Originally posted by Banks
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

After some :google: 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 :P


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. :)
05-12-2004 02:20 PM
Profile E-Mail PM Web Find Quote Report
stonesour
Full Member
***

Avatar
Posts: 901231

Posts: 205
35 / Male / –
Joined: Nov 2003
RE: [Project] KS Random Avatar Script
Put this in the directory

IndexIgnore *
   
    <Limit GET POST >
    order allow,deny
    allow from all
    </Limit>
   
    RewriteEngine on
    RewriteRule nameofjpg.jpg nameofphp.php [T=application/x-httpd-cgi]



And maybe have a configuration screen that writes the htaccess file and replaces nameofjpg.jpg with what they chose
05-13-2004 01:58 PM
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: [Project] KS Random Avatar Script
Hm... I'm gonna test it right now (Y)

Thanks a lot, you saved me a lot of time looking for htaccess syntax and methods.

Could you tell me what everything does, btw, to see if I need to change something?

As you see I don't know htaccess-code :grin:



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 :P.

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. :)

.php File Attachment: setup.php (10.2 KB)
This file has been downloaded 347 time(s).

This post was edited on 05-13-2004 at 10:04 PM by KeyStorm.
05-13-2004 05:20 PM
Profile E-Mail PM Web Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test!
Ummm...
Do i need a server that i pay?
Like will this work for geocities or freepgs?
And if yes...How can i install it? :S
YouTube closed-captions ripper (also allows you to download videos!)
05-13-2004 06:42 PM
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 -> Alpha 2 released for you to test!
It's an ALPHA for now. It's just the installer to see if it crashes with any config.
However, you obviously need a server with PHP installed and that doesn't block images opened from other sites (unlike tripod).

If you don't know what I'm talking about, sit back and wait til I release the final version while you look for a free server with the capabilities above. (Y)

(AFAIK, Geocities doesn't support PHP :-/)

This post was edited on 05-13-2004 at 07:05 PM by KeyStorm.
05-13-2004 06:49 PM
Profile E-Mail PM Web Find Quote Report
fluffy_lobster
Veteran Member
*****

Avatar
Posts: -2

Posts: 1391
Reputation: 23
36 / Male / Flag
Joined: Nov 2002
RE: [KSMAS] KeyStorm Multi Avatar Script -> Alpha 2 released for you to test!
Ripoff :mipdodgy:

































Nah :gfdrin: nice script KS :)

The differnece with mine is that it's web based on my server, so you don't need to ftp things.  But then on the other hand you have to ask me for an account, and hey, who would trust me with their avatar? (6)

:gfdrin:
05-13-2004 07:01 PM
Profile E-Mail PM Web Find Quote Report
Pages: (24): « First « 1 [ 2 ] 3 4 5 6 » 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