rogan
Mar 30 2005, 02:20 PM
| | does somebody know some good url redirection?? in need some very short! like www.dot.tk , but this is not good any more,thay have too much banners and they are very slow!!! thanks |
Reply
snlildude87
Mar 30 2005, 07:43 PM
There are two that I know of that does not employ ads: http://shorturl.com and http://tinyurl.com
Reply
whyme
Mar 31 2005, 12:12 AM
and you also have the following: http://qn.comhttp://co.nrvery short.
Reply
guangdian
Mar 31 2005, 04:07 AM
& I suggested you can go to www.me.to their ware runs for redirect that bought by them is very good!
Reply
Similar Topics
Keywords : url, redirection
- Free Sub Domain Redirection Reseller Question
youvisitor.yourcompany.com ... (3)
Make A Moderately-secure Password System Using Javascript
using file redirection to hide the password. (4) JavaScript is very handy at making forms, allowing for much more customization and easier ways to
send data. So making Login forms using JavaScript may seem to many to be a very feasable idea.
However, JavaScript is very bad at protecting Passwords, as since the passwords are not encypted and
the whole JavaScript code is in the page, a person could just view the Page Source and find out
everything. Even if you use an external JavaScript, it would still be poor as the file name for the
external JavaScript would still be revealed. But I have an answer! There is a rela....
Absolutely Free Domain Names With Dns Controls Or Url Redirection!
(18) I have found a site that registers free domains with DNS controls, URL Redirection, and site
builders. The link is here UNI.CC They are pretty cool with the ability to point your domain to
nameservers but the amount of DNS controls is limited. There is one small and very small catch. You
have to put a small banner on your homepage and all of your subdomain homepages. Also, your site
must have 10 hits every 3 months. Well there you guys go!....
Redirection Full Url
(14) k, so i have a host, domain and everything. i made a subdomain, and i want it to like.. take place
of a forum hosted by jcink... and i want it like.. to still have the.. extensions of the jcink
forum.. like.. if i go to a forum in the subdomain (the forum hosted by jcink) i want the subdomain
to have showtopic=8 or whatever at the end. oyu get me? if you need further explination, ask....
Redirection Loop
(2) Ok, now when I try to add a redirection it says the following: Redirecting / to
http://animeshadows.com/phpBB3 will cause a redirection loop because '/' which is located
at /home/hickado/public_html/ is above 'http://animeshadows.com/phpBB3' which is located at
/home/hickado/public_html/phpBB3 whats up with that? I tried everything to fix this problem.....
Problem With Redirection
(4) Now I have a problem with redirecting. Ok, I want it so when I type in animeshadows.com for it go to
animeshadows.com/forums, but when I put in the redirect in the cpanel it says this: "/" is located
above forums in the whatever stuff. Thats the message and the redirect does not add. How come?....
Help : Site Redirection For Page Ranks
(1) I can access my website as laschatz.info and www.laschatz.info . Both the urls take to the same
page, but if i use www.laschatz.info it remains the same in the address bar, and the same with the
other URL. Actually this is not a problem. But the real issue is that when it comespage ranking,
the search engines give preference for external links that point to our website. So if 40 sites
point to laschatz.info and a 30 sites point to www.laschatz.info then the search engine will not
consider the inbound liks as 70, bu it treats them as seperate. So eventhough we've th....
Site Redirection Issue
(1) Okay, here's the deal. My new portfolio system has my sigs located in a really deep directory:
http://www.brooksrockett.com/portfolio/content/Sigs/Self/ I want to set up a subdirectory
so that I can just go to: http://sigs.brooksrockett.com/ And be able to view the same image.
I'm sure that it's somehow possible through cPanel, but I'm having a tough time figuring
it out. Also, the domain brooksrockett.com is one that's parked on my trap17 site, and my cPanel
actually shows plusone.trap17.com. I'm not sure if that makes a differe....
Wap Redirection
Usefull code that all wap site owners should use! (12) Use this code to redirect pc users from your wap site to web site: include above page header this
code: CODE <?php $mywebsite = "forum/index.php"; $browser = explode
('/', $HTTP_USER_AGENT); if($browser[0]=="IE"){
header ('Location: $mywebsite');} ?> ....
Url Redirection = Javascript+html
Redirect using scripts! (4) In javascript Browser redirection can be done in 3 ways: 1) Alert Redirect: CODE
<html> <script> alert("This page has been moved to a new location...
click OK to be redirected."); location = "http://www.your-website.com";
</script> </html> 2) Confirm and Redirect: CODE <html>
<script> if(confirm("This page has been moved to a new location... would you
like to be redirected")) { location = "http://www.your-website.com";
}....
Free Forum/blog/url Redirection
(3) Well i just signed up..... Not sure how this works.... wow.... well hell i guess while im here im
working on a new site. Its called The Millionaire's Dream. This is where ill be personally
teaching people the secrets that i have found. moved topic, edited topic title to reflect the
post made, also this goes to cjb.net with some free hosting, blog. forum. recieve warning level for
spamming and not related to your post. This is your second warning for spamming the forums.
Removed potential harmful URL ....
Genuine Url Redirection Service
(9) does anybody know and free url redirection services or free domain name comapanys i know a few but
they are all crap so could you please reply to this with some good results thanks....
Url Redirection
redirect a page web to another page (7) Hi Is there some functions in php to redirect a page web to another page. thanks....
Browser Redirection Javascript code.
(1) Hi does anyone have a browser direction code( so if someone went to my site with IE it would forward
to a site telling you to download Firefox).
If so could you email it to me : daniel dot maxson at
gmail dot com
Thanks
Daniel....
Domain Redirection
(6) I found a new domain name redirection website that converts your long urls into short easy to
remember ones. The thing that makes this website unique is that the redirect actually makes sense.
The website is www.isour.biz (business) but I believe you can choose www.isour.ws (website) and
www.isour.org (organization) You can choose http://my-page.isour.biz etc. for free (with a small
ad bar). This site also contains forums and a domain auction which is all free. I hope you sign up
and check out the website, I did. Andrew....
Redirection
(3) Someone knows any redirection service like uni.cc? I looking for one but I can't found it
/unsure.gif' border='0' style='vertical-align:middle' alt='unsure.gif' /> ....
header()
redirection (1) CODE <?php if($_REQUEST['name']==NULL) {
header("Location:?name=Guest"); } else { ?> <html> <head>
<title>Welcome</title> </head> <body bgcolor=black> <?php
echo "<font color=gray><b>Hello, "; echo
$_REQUEST['name']."</b><p>"; ?><pre>
<?php for($i=0;$i<10;$i++) {
for($j=0;$j<10;$j++....
Looking for url, redirection
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for url, redirection
*MORE FROM TRAP17.COM*
|
advertisement
|
|