Try out my new script programm!

Status
Not open for further replies.

mssssee2

Graphic Designer
Messages
506
Location
Greece
Let me explain. You can type an adress you want and it directs you there. However, the benefit is that if you type a key word like "google" "youtube" "msn" and other known website names it will direct you there. If you do not know were to upload your pictures you can type "Upload image" or "Image upload" and it will redirect you to imageshack. If you type "Upload video" "Upload a video" "Upload videos" "Video upload" "Video Watch" "Watch a video" or "Watch videos" It will prompt you to type 1 for youtube or 2 for metacafe. It's in pre-Beta state so you might not find it so useful but please try it.

Till I further fix it you must type key words in lowercase only.



You can use it on this page.
Type the link or a key and press

I appreciate your time you dedicated.
 
Okay for the most part. Opera already does this. Type in google hit enter and it takes you to google.

As for the upload image i dont use imageshack so that is useless to me. No offense.

So while it does seem useful it isnt something new. Opera has done this for a while already. Hit Ctrl+Enter for .com addresses. Alt+Enter for .org addresses. And so on.
 
yes but I also have added some greek redirections and is on a Pre-beta state. Would you be so knd to tell me webpages you prefer to make some big alternations like the choisce of image hosting etc. It has been designed differently though. For example i could modify it when someone types google redirecting them to yahoo or something. Thanks again for using it.

I think you misunderstood this quite. If you type www.domain.com it will redirect you there, but if you type a key word which is enclosed to the if function then it will direct you were it is preconfigurated to.
 
ctrl+enter=www.+.com

It is not what it seems "An extension adder". It redirects you where it si preconfigured for any key word to go. For example I could modify when you type metacafe to redirect you to youtube etc. Besides you can type the full link without any problems. Please tell me modifications you would like to be made. Famous sites to be added etc.


View the source code to realise better what I mean :


<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Type the link or a key and press</title>
</head>

<body>
<form name="a" method="get" action="">
<b><h3>Type a domain or a key phrase and press the button below :</h3></b> <br><input type="text" name="b"> 
<script>

function gonow(form) {

//WEB DESIGN AND SCRIPT PRODUCED BY MICHAEL STAGKOS (MiST)




//FORM TEXT CONTENT VARIABLE :
var domain = a.b.value

//CODE REDIRECTION FOR NORMAL KLINKS :
window.location = "http://" + domain




//KEY WORD REDIRECTIONS (SPECIAL LINKS) :



if (domain == "google") {
window.location = "http://www.google.com"
}
if (domain == "youtube") {
window.location = "http://www.youtube.com"
}
if (domain == "you tube") {
window.location = "http://www.youtube.com"
}
if (domain == "gogle") {
window.location = "http://www.google.com"
}
if (domain == "live") {
window.location = "http://www.live.com"
}
if (domain == "gmail") {
window.location = "http://www.gmail.google.com"
}
if (domain == "google mail") {
window.location = "http://www.gmail.google.com"
}
if (domain == "googlemail") {
window.location = "http://www.gmail.google.com"
}
if (domain == "tv") {
window.location = "http://www.tv.com"
}
if (domain == "mediamax") {
window.location = "http://www.mediamax.com"
}
if (domain == "media max") {
window.location = "http://www.mediamax.com"
}
if (domain == "microsoft") {
window.location = "http://www.microsoft.com"
}
if (domain == "torrent") {
window.location = "http://www.torrentscan.com"
}
if (domain == "torrentspy") {
window.location = "http://www.torrentspy.com"
}
if (domain == "insomnia") {
window.location = "http://www.insomnia.gr"
}
if (domain == "pathfinder") {
window.location = "http://www.pathfinder.gr"
}
if (domain == "search") {
window.location = "http://www.google.com"
}
if (domain == "searchmachine") {
window.location = "http://www.google.com"
}
if (domain == "search machine") {
window.location = "http://www.google.com"
}
if (domain == "metacafe") {
window.location = "http://www.metacafe.com"
}
if (domain == "meta cafe") {
window.location = "http://www.metacafe.com"
}
if (domain == "utube") {
window.location = "http://www.youtube.com"
}
if (domain == "seek") {
window.location = "http://www.google.com"
}
if (domain == "tech-forums") {
window.location = "http://www.techist.com/pc"
}
if (domain == "tech forums") {
window.location = "http://www.techist.com/pc"
}
if (domain == "techforums") {
window.location = "http://www.techist.com/pc"
}
if (domain == "myspace") {
window.location = "http://www.myspace.com"
}
if (domain == "my space") {
window.location = "http://www.myspace.com"
}
if (domain == "msn") {
window.location = "http://www.msn.com"
}
if (domain == "m s n") {
window.location = "http://www.msn.com"
}
if (domain == "yahoo") {
window.location = "http://www.yahoo.com"
}
if (domain == "yaho") {
window.location = "http://www.yahoo.com"
}
if (domain == "wiklipedia") {
window.location = "http://www.wiklipedia.org"
}
if (domain == "wiki") {
window.location = "http://www.wiklipedia.org"
}
if (domain == "megaupload") {
window.location = "http://www.megaupload.com"
}
if (domain == "mega upload") {
window.location = "http://www.megaupload.com"
}
if (domain == "blogger") {
window.location = "http://www.blogger.com"
}
if (domain == "blog") {
window.location = "http://www.blogger.com"
}
if (domain == "ebay") {
window.location = "http://www.ebay.com"
}
if (domain == "e-bay") {
window.location = "http://www.ebay.com"
}
if (domain == "e bay") {
window.location = "http://www.ebay.com"
}
if (domain == "rapidshare") {
window.location = "http://www.rapidshare.com"
}
if (domain == "rapid-share") {
window.location = "http://www.rapidshare.com"
}
if (domain == "rapid share") {
window.location = "http://www.rapidshare.com"
}
if (domain == "amazon") {
window.location = "http://www.amazon.com"
}
if (domain == "imageshack") {
window.location = "http://www.imageshak.us"
}
if (domain == "image-shack") {
window.location = "http://www.imageshack.us"
}
if (domain == "image shack") {
window.location = "http://www.imageshack.us"
}
if (domain == "image upload") {
window.location = "http://www.imageshack.us"
}
if (domain == "upload image") {
window.location = "http://www.imageshack.us"
}
if (domain == "imageupload") {
window.location = "http://www.imageshack.us"
}
if (domain == "uploadimage") {
window.location = "http://www.imageshack.us"
}




//SPECIFICATION LIST :




if (domain == "watch videos") {
var go1 = prompt("Type 1 for youtube or 2 for metacafe","1")
if (go1 == "1") {
window.location = "http://www.youtube.com"
}
if (go1 == "2") {
window.location = "http://www.metacafe.com"
}
}
if (domain == "watch video") {
var go1 = prompt("Type 1 for youtube or 2 for metacafe","1")
if (go1 == "1") {
window.location = "http://www.youtube.com"
}
if (go1 == "2") {
window.location = "http://www.metacafe.com"
}
}
if (domain == "upload videos") {
var go1 = prompt("Type 1 for youtube or 2 for metacafe","1")
if (go1 == "1") {
window.location = "http://www.youtube.com"
}
if (go1 == "2") {
window.location = "http://www.metacafe.com"
}
}
if (domain == "upload video") {
var go1 = prompt("Type 1 for youtube or 2 for metacafe","1")
if (go1 == "1") {
window.location = "http://www.youtube.com"
}
if (go1 == "2") {
window.location = "http://www.metacafe.com"
}
}
if (domain == "watch a video") {
var go1 = prompt("Type 1 for youtube or 2 for metacafe","1")
if (go1 == "1") {
window.location = "http://www.youtube.com"
}
if (go1 == "2") {
window.location = "http://www.metacafe.com"
}
}
if (domain == "upload a video") {
var go1 = prompt("Type 1 for youtube or 2 for metacafe","1")
if (go1 == "1") {
window.location = "http://www.youtube.com"
}
if (go1 == "2") {
window.location = "http://www.metacafe.com"
}
}
if (domain == "video watch") {
var go1 = prompt("Type 1 for youtube or 2 for metacafe","1")
if (go1 == "1") {
window.location = "http://www.youtube.com"
}
if (go1 == "2") {
window.location = "http://www.metacafe.com"
}
}
if (domain == "video upload") {
var go1 = prompt("Type 1 for youtube or 2 for metacafe","1")
if (go1 == "1") {
window.location = "http://www.youtube.com"
}
if (go1 == "2") {
window.location = "http://www.metacafe.com"
}
}

//END OF SCRIPT










}

</script>

<img border="0" onclick="gonow(this.form)" src="Index.1.jpg"></form>


<p> </p>
<p><img border="0" src="Logo.jpg" width="453" height="310"></p>
<div style="position: absolute; width: 219px; height: 36px; z-index: 1; left: 274px; top: 602px; border-left: 2px solid #695704; border-right: 6px outset #695704; border-top: 2px solid #695704; border-bottom: 6px outset #695704; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; background-color: #FBF285" id="layer1">
<b><font size="6" color="#A56101">Built  v1 Beta</font></b></div>


<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>You can simply type the domain you want to connect to or just a  key
phrase. That's Smart Seeker's Benefit.</p>
<p> </p>
<p><b><font size="4">Michael Stagkos.</font></b></p>


</body>

</html>
 
Status
Not open for further replies.
Back
Top Bottom