Do you have any special scripts you use on your site?

 
Post new topic   Reply to topic    Aprelium Forum Index -> Off Topic Discussions
View previous topic :: View next topic  
Author Message
needforspeed
-


Joined: 20 Oct 2003
Posts: 69
Location: Kansas

PostPosted: Wed Jul 28, 2004 6:02 am    Post subject: Do you have any special scripts you use on your site? Reply with quote

I don't really have any out of the ordinary scripts, but I have some php code on my index page that writes the users ip, referer, browser, and date/time to a text file. I also use AWstats for the whole site, but I was just curious as to how many people went to the home page from a link in my site vs. an outside link, and I wanted it in somewhat of an easy to read format.

So does anybody else have something that probably nobody else has?
_________________
My site and forums
Back to top View user's profile Send private message Visit poster's website MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Wed Jul 28, 2004 9:15 am    Post subject: Reply with quote

I have an in.php and an out.php which records data into a text file. To link to my site, someone uses "cfxnetworks.com/system/in.php?id=website-id" instead of plainly "cfxnetworks.com" so I can track which hits came from where, the date, and the IP address. I am also going to integrate a verification mechanisim that only allows certain referring IDs, so only certain people can link to my site using the tracking that get permission (great for affiliate links). The out.php does essentially the same thing, only it is outgoing.

I also have the worlds first hexadecimal hit counter! Well, I wasn't able to find one anywhere (searched Google, Hotscripts, et cetera), so I'll just call it the world's first...

(Also have a couple scrips that are going to run behind the scenes in CFx v2 =)).
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
needforspeed
-


Joined: 20 Oct 2003
Posts: 69
Location: Kansas

PostPosted: Wed Jul 28, 2004 5:20 pm    Post subject: Reply with quote

Those are pretty cool ideas!
_________________
My site and forums
Back to top View user's profile Send private message Visit poster's website MSN Messenger
Stone-D
-


Joined: 09 Jan 2004
Posts: 90

PostPosted: Wed Jul 28, 2004 5:30 pm    Post subject: Reply with quote

iNaNimAtE wrote:
I have an in.php and an out.php which records data into a text file. To link to my site, someone uses "cfxnetworks.com/system/in.php?id=website-id" instead of plainly "cfxnetworks.com" so I can track which hits came from where, the date, and the IP address.


I've got my server rigged using the hosts file. I'm currently hosting two :

Work, internal LAN page, unofficial
http://tbisetiabudi.dyndns.org OR http://tbi-jkt.mine.nu

My Homepage, Development platform of sorts
http://stone-d.dyndns.org OR http://stone-d.mine.nu

Work is port 89, home is 88, but you don't need to specify unless linked to a specific page. Both on the same machine. Currently MailTRAQ is handling the redirections from port 80, but a third abyss can do that just fine.

Quote:
I also have the worlds first hexadecimal hit counter! Well, I wasn't able to find one anywhere (searched Google, Hotscripts, et cetera), so I'll just call it the world's first...


Sorry to burst your bubble, but...

# Multicount Version 3.0
# Copyright 1998-2002 by Matt Riffle All Rights Reserved.
# Initial Full Release: 7/4/98 This Release: 6/16/02
...
# The counts can be reported in various styles. To use normal numbers,
# specify 'numeric' or do not set this variable. To use numbers with
# commas inserted at the correct points, specify 'commas'. To use
# Roman numerals, specify 'roman'. For hexadecimal numbers, specify
# 'hex'. For binary, use 'binary'. For octal, use 'octal'.


:)
_________________
--
Look, no SIG!
Back to top View user's profile Send private message
Stone-D
-


Joined: 09 Jan 2004
Posts: 90

PostPosted: Wed Jul 28, 2004 5:36 pm    Post subject: Reply with quote

Forgot to reply on topic. :)

I've been building my own content management system using Perl. Its been a learning experience, especially getting gzip encoding working properly. Got it sussed now.

http://stone-d.mine.nu/

The panel on the left was created from scratch by me in javascript. Took me ages, but I use it extremely regularly, can't do without it now. I've been meaning to clean up the js code and release it for download for use in a moz/opera panel. It works like that now, but the code's still a bit messy.

BTW, if anyone's running proxomitron, try visiting :

http://stone-d.mine.nu/index.pl?Content/Misc/Compatibility

Check the "Web Filter Active" bit.

I'd like to know if prox or other filters are detected or not by other people. =)
_________________
--
Look, no SIG!
Back to top View user's profile Send private message
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Wed Jul 28, 2004 10:07 pm    Post subject: Reply with quote

Stone-D wrote:
Sorry to burst your bubble, but...

# Multicount Version 3.0
# Copyright 1998-2002 by Matt Riffle All Rights Reserved.
# Initial Full Release: 7/4/98 This Release: 6/16/02
...
# The counts can be reported in various styles. To use normal numbers,
# specify 'numeric' or do not set this variable. To use numbers with
# commas inserted at the correct points, specify 'commas'. To use
# Roman numerals, specify 'roman'. For hexadecimal numbers, specify
# 'hex'. For binary, use 'binary'. For octal, use 'octal'.


:)

Why didn't you tell me about this before I wrote that bloody hit counter? Anyway, maybe mine's the second... hehe.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Foxified
-


Joined: 13 Apr 2004
Posts: 487
Location: Canada

PostPosted: Wed Jul 28, 2004 10:34 pm    Post subject: Reply with quote

I use a activeX script that installs spyware.. Oh wait, thats not my site.. .. Im just kidding =)

Im currently making a full site in html pages with a login system for admin to edit the pages from online and some things, with user accounts and private messaging O.o (like 60% done ^.^)
_________________
Back to top View user's profile Send private message Visit poster's website AIM Address MSN Messenger
needforspeed
-


Joined: 20 Oct 2003
Posts: 69
Location: Kansas

PostPosted: Fri Jul 30, 2004 4:16 pm    Post subject: Reply with quote

cool! I want to make a script that does something useful and unique, but not too complicated and time consuming...but can't think of anything.
_________________
My site and forums
Back to top View user's profile Send private message Visit poster's website MSN Messenger
Stone-D
-


Joined: 09 Jan 2004
Posts: 90

PostPosted: Fri Jul 30, 2004 6:02 pm    Post subject: Reply with quote

needforspeed wrote:
cool! I want to make a script that does something useful and unique


LOL, good luck. Who knows, you may come up with something that apache fans didn't make during the previous millenium. ;)

Not to dissuade you or anything. ;'D
_________________
--
Look, no SIG!
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Off Topic Discussions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group