Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-19-2007, 06:03 PM   #1 (permalink)
mssssee2's Avatar
 
Graphic Designer

Join Date: Apr 2007

Location: Thessaloniki, Greece

Posts: 507

mssssee2 is on a distinguished road

Send a message via MSN to mssssee2 Send a message via Yahoo to mssssee2
Default Try out my new script programm!

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.
__________________
Mike from Greece, 16

mssssee2 is offline  
Old 07-19-2007, 06:08 PM   #2 (permalink)
peterhuang913's Avatar
 
Retired.

Join Date: Dec 2005

Location: Los Angeles, California

Posts: 8,090

peterhuang913 is an unknown quantity at this point

Send a message via AIM to peterhuang913
Default Re: Try out my new script programm!

no server
NVM, but is this just a http:// .com tag adder?
__________________


My computer uses 1.5A-load, .8A-idle, .65A-standby, .05A-turned off on 125V.
"The spaces between your fingers were created so that another's could fill them in."
Quote:
Originally Posted by Norcent View Post
I need to stop using the internet.
peterhuang913 is offline  
Old 07-19-2007, 06:11 PM   #3 (permalink)
Mak213's Avatar
 

Join Date: Sep 2004

Location: C:\Windows\System32

Posts: 25,653

Mak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to all

Default Re: Try out my new script programm!

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.
__________________
R.I.P. Danny L. Trotter
14 Nov 1945 - 4 Sept 2009
Images created by CarnageX | Decaptured...Listen! | Visit Baezware!! | You've been Mak'd! | 儿做好
I do not accept support questions via EMail, PM, IM or my Spaces page! .:|:. This is what happens when an unstoppable force meets an immovable object.
Thanks to all the guys on the staff for your support in my time of need. Hefe you are my personal Hero for your contribution.



<<<< If I help you, or you just like what I said, rep me
Mak213 is offline  
Old 07-19-2007, 06:13 PM   #4 (permalink)
peterhuang913's Avatar
 
Retired.

Join Date: Dec 2005

Location: Los Angeles, California

Posts: 8,090

peterhuang913 is an unknown quantity at this point

Send a message via AIM to peterhuang913
Default Re: Try out my new script programm!

Shift + Enter for .net
__________________


My computer uses 1.5A-load, .8A-idle, .65A-standby, .05A-turned off on 125V.
"The spaces between your fingers were created so that another's could fill them in."
Quote:
Originally Posted by Norcent View Post
I need to stop using the internet.
peterhuang913 is offline  
Old 07-19-2007, 06:19 PM   #5 (permalink)
mssssee2's Avatar
 
Graphic Designer

Join Date: Apr 2007

Location: Thessaloniki, Greece

Posts: 507

mssssee2 is on a distinguished road

Send a message via MSN to mssssee2 Send a message via Yahoo to mssssee2
Default Re: Try out my new script programm!

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.
__________________
Mike from Greece, 16


Last edited by mssssee2; 07-19-2007 at 06:30 PM.
mssssee2 is offline  
Old 07-19-2007, 06:29 PM   #6 (permalink)
 
Banned

Join Date: Aug 2006

Posts: 1,733

TheEnd187 is an unknown quantity at this point

Default Re: Try out my new script programm!

ctrl+enter=www.+.com
TheEnd187 is offline  
Old 07-19-2007, 06:33 PM   #7 (permalink)
mssssee2's Avatar
 
Graphic Designer

Join Date: Apr 2007

Location: Thessaloniki, Greece

Posts: 507

mssssee2 is on a distinguished road

Send a message via MSN to mssssee2 Send a message via Yahoo to mssssee2
Default Re: Try out my new script programm!

Quote:
Originally Posted by TheEnd187 View Post
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">&nbsp;
<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.tech-forums.net/pc"
}
if (domain == "tech forums") {
window.location = "http://www.tech-forums.net/pc"
}
if (domain == "techforums") {
window.location = "http://www.tech-forums.net/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>&nbsp;</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&nbsp; v1 Beta</font></b></div>


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


</body>

</html>
__________________
Mike from Greece, 16


Last edited by mssssee2; 07-19-2007 at 06:37 PM.
mssssee2 is offline  
Old 07-19-2007, 08:08 PM   #8 (permalink)
straightv6's Avatar
 
Not A Super Techie

Join Date: Dec 2003

Posts: 495

straightv6 is on a distinguished road

Default Re: Try out my new script programm!

when i typed in "google" it didn't do anything
__________________
1 fast and 1 slow
straightv6 is offline  
Old 07-19-2007, 08:10 PM   #9 (permalink)
peterhuang913's Avatar
 
Retired.

Join Date: Dec 2005

Location: Los Angeles, California

Posts: 8,090

peterhuang913 is an unknown quantity at this point

Send a message via AIM to peterhuang913
Default Re: Try out my new script programm!

Quote:
Originally Posted by straightv6 View Post
when i typed in "google" it didn't do anything
you have to actually press go, enter doesnt work
__________________


My computer uses 1.5A-load, .8A-idle, .65A-standby, .05A-turned off on 125V.
"The spaces between your fingers were created so that another's could fill them in."
Quote:
Originally Posted by Norcent View Post
I need to stop using the internet.
peterhuang913 is offline  
Old 07-20-2007, 03:42 AM   #10 (permalink)
mssssee2's Avatar
 
Graphic Designer

Join Date: Apr 2007

Location: Thessaloniki, Greece

Posts: 507

mssssee2 is on a distinguished road

Send a message via MSN to mssssee2 Send a message via Yahoo to mssssee2
Default Re: Try out my new script programm!

Yeah. Enter doesn't work cause it is not a "Submit method".
__________________
Mike from Greece, 16

mssssee2 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can someone write this script for me? Count clicks Quintox Programming Discussions 2 06-28-2007 04:35 AM
Need a good captcha generating php script surut Windows Operating Systems and Software 1 05-26-2007 09:23 AM
PHP captcha script needed iorgus Programming Discussions 2 05-20-2007 01:33 PM
Internet Explorer Script Error IfYouHaveToAsk Browser & General Internet Questions 0 05-06-2007 12:59 PM
Another BASH Script Greg Linux, BSD, other *nixes & Open Source Software 2 04-17-2007 06:35 PM