PDA

View Full Version : Looking for go.to/[username] script



ISAfxp
April 25th, 2001, 18:57
I'm looking for a script to make a rediction service. I know "redirect it" but I'm looking for a more powerfull script. (something like 6x.to would be great)
I can be cgi or php.

Thx

keith
April 25th, 2001, 22:05
http://www.go2cgi.com
http://www.ericscgi.com

Dusty
April 26th, 2001, 18:54
I wouldn't had replied for fear that I might come off as trying to promote myself, but since you brought up Go2cgi, Keith...

I'm currently writing a PHP redirection script along the lines you've mentioned, ISAfxp. You can see a working copy of it so far at http://www.go2php.com/php/redirectpro/. Since you're looking for one, I was wondering what features, exactly, you'd like to see. Do you, or anyone else, have any suggestions?

ISAfxp
April 26th, 2001, 21:13
hehe , here some features that would be great.
-metatags
-the possibily that the user can add mirrors so that the script would automaticly take the good server if one server is down
-deny axx to some given ips
-possibility to put adds on and off on the hole system when you want (so u can for example only put ads 5days a month)
-every user can choose if he wants to cloak url or not
-every user can choose if he wants an anti link-in-frame (people link your site in their frame).
-auto make a mailinglist with all e-mails of the members.
-count hits for every user.
-user be able to put a auto .htaccess login for his site.

So , that are some suggestion that would be great ... I don't say u need all of them , but the more u can , the better :)

see ya

Dusty
April 27th, 2001, 15:47
metatags


Already implemented



the possibily that the user can add mirrors so that the script would automaticly take the good server if one server is down


I've added the ability to create an "offline page" that is shown when the member's website is offline/down. That could list alternative links or, if, for example, the site is hosted on the member's offline home computer, it could simply say "come back later".



deny axx to some given ips


Not a problem, I was going to add that anyway.



possibility to put adds on and off on the hole system when you want (so u can for example only put ads 5days a month)


Interesting idea, I'll keep it in mind.



every user can choose if he wants to cloak url or not


They already can (except for ad frames and inline ads, they have to be cloaked, there's just no other way).



every user can choose if he wants an anti link-in-frame (people link your site in their frame).


That doesn't sound like much, I'll add it.



auto make a mailinglist with all e-mails of the members.


Already implemented (though it's in the admin, so you'd of had no way of know that).



count hits for every user.


It already does, the hit counter is at the top of the member's area.



user be able to put a auto .htaccess login for his site.


I didn't quite understand what you meant here, could you explain it a bit more? Something like a "members-only" password protected redirecting URL?