Search found 50 matches

by Thyme
Tue Sep 24, 2002 1:25 pm
Forum: General
Topic: Webpage speed and downtime
Replies: 16
Views: 8371

You might want to use some of the page caching things PHP has if your pages are doing dynamic text that's really pretty static.
by Thyme
Thu Sep 19, 2002 5:08 am
Forum: AIM Miscellaneous
Topic: Looking for aimp3 or other winamp song aim profile streamer
Replies: 10
Views: 5572

The script and plugin I have strips out the artist name, title name, and tghe file name so you can manipulate it anyway you want.
by Thyme
Wed Sep 18, 2002 10:03 pm
Forum: AIM Miscellaneous
Topic: Looking for aimp3 or other winamp song aim profile streamer
Replies: 10
Views: 5572

You need to get the Info File Plugin version 2.0 for winamp3 to use this. Substitute D:/playingfile.txt for the infofile. My setup also has a link to download the song (i have my audio directory as the Apache root) and a link to my library which recurses and displays links. You can get rid of that c...
by Thyme
Wed Sep 18, 2002 4:43 pm
Forum: AIM Miscellaneous
Topic: Updating profile.htm outside of aim..
Replies: 14
Views: 4273

Just turn it off before you start to play UT2003 ;)
by Thyme
Wed Sep 18, 2002 4:40 pm
Forum: AIM Miscellaneous
Topic: Looking for aimp3 or other winamp song aim profile streamer
Replies: 10
Views: 5572

If you're on broadband, you can install Apache and PHP and I can post my script to parse it.
by Thyme
Wed Sep 18, 2002 4:36 pm
Forum: AIM Miscellaneous
Topic: Updating profile.htm outside of aim..
Replies: 14
Views: 4273

Plasma, if you're confused, it's similar to what you can with VB API. Nevertheless, isn't it a bit intrusive to have it press buttons when a song changes (or at an interval)? I just have a _SELF link in my profile to go to a .php on my webhost that parses it. Also, what are you doing to make AIM the...
by Thyme
Mon Sep 16, 2002 3:41 pm
Forum: AIM Miscellaneous
Topic: profilespy.net(com) shut down
Replies: 13
Views: 6348

Plasma2002b wrote: and having AOL continuousley running , lol.
There goes that idea then.
by Thyme
Sun Sep 15, 2002 3:21 pm
Forum: AIM Miscellaneous
Topic: profilespy.net(com) shut down
Replies: 13
Views: 6348

Maybe profilespy should selflessly release their code so that others can do that and AIM can never shut it down (except by taking GAIM/Trillian-esque actions to make it more difficult). But my guess is that will never happen either. Woo-hoo for closed-source...
by Thyme
Fri Sep 13, 2002 11:17 pm
Forum: AIM Miscellaneous
Topic: Subprofile type profiles that you can't view in IE?
Replies: 1
Views: 931

There are a few ways it could be scripted to do that, but none would really be that effective... Two main ways, checking the user agent for "AIM 3.0" or whatever it calls itself, or trying JS features or such and if it works to stop execution. It couldn't be all that hard to circumvent. Su...
by Thyme
Wed Aug 14, 2002 9:59 pm
Forum: AIM Miscellaneous
Topic: PHP in Info
Replies: 14
Views: 7230

I guess they either know more than we do or they're running a version of Apache or PHP on IIS ( :-? ).
by Thyme
Wed Aug 14, 2002 4:06 pm
Forum: AIM Miscellaneous
Topic: PHP in Info
Replies: 14
Views: 7230

No, it won't work unless you do something to do it, which I don't know how to. Does subprofile log SNs with spaces correctly?
by Thyme
Wed Aug 14, 2002 12:57 pm
Forum: AIM Miscellaneous
Topic: PHP in Info
Replies: 14
Views: 7230

And as far as I know, it's an issue with Apache that it won't read spaces in the address bar.
by Thyme
Wed Aug 14, 2002 12:53 pm
Forum: AIM Miscellaneous
Topic: PHP in Info
Replies: 14
Views: 7230

<?php
/*Where $newsn is the screen name with spaces and $sn is the screen name taken from the %n tags... if they open up the file in a new browser window and it is not Netscape 4.7, youll get the %20s, or else it will be truncated.*/
$newsn=str_replace("%20"," ",$sn);
?>
by Thyme
Tue Aug 13, 2002 7:06 pm
Forum: AIM Miscellaneous
Topic: PHP in Info
Replies: 14
Views: 7230

AIM's richtext browser won't change spaces to %20s automatically. So I'm also eager to hear killcrap's solution.
by Thyme
Sun Aug 11, 2002 11:08 am
Forum: AIM Miscellaneous
Topic: Website Profile Auto-Redirect
Replies: 3
Views: 1586

AIM RichText is so not-functional HTML that I was surprised when I got the target=_self tags to work. You can pretty much only use formatting tags, and that's really it. It's probably better that you can't automatically redirect, anyways.