Internet Explorer For mIRC

By NouMeRo on Aug 04, 2007

NouMeRo Explorer is an eplorer for mIRC.Just type your adress and surf the net.

*Copy the code(ctrl+c)open mIRC hit Alt+R,create new remote file and paste(ctrl+v) the code hit Ok Button and you are ready to surf

alias _surf /dialog -m surf surf
dialog surf {

  title "NouMeRo Internet eXpLoReR"
  option dbu
  size -1 -1 135 25
  button "*Surf*", 23, 105 6 23 11,ok
  box "SuRf the NeT", 24, 2 0 132 20
  edit "http://", 25, 4 7 98 10, autohs
}
on 1:dialog:surf:edit:25:{ set %address $did(surf,25).text }
on 1:dialog:surf:sclick:23:{ run iexplore %address | unset %address }

on *:load: { 
echo 4 -a  NouMeRo InterneT EXplorer Has been loaded.
echo 4 -a  Author: NouMeRo
echo 4 -a  e-mail : vaggelakhs@hotmail.com
echo 4 -a Just type your url adress and Hit The surf button.
echo 4 -a   NouMeRo Site @http://www.noumero.tk
echo 4 -a Now $me you are Ready To surf Babe ;p  
echo 4 -a     Surf Surf Surf !     

}

menu channel,menubar,status {
 *Surf The NeT*:/dialog -m surf surf
}
on *:unload: {
  Echo -sc info ** Unload ? TooBad ! Anyway...**
  echo -sc info ** Thank you for using NouMeRo Internet explorer **
  echo -sc info ** Visit NouMeRo Site @ www.NouMeRo.tk **
}

Comments

Sign in to comment.
Roy911   -  Aug 05, 2007

\"Yea its ok i dont like internet explorer i like firefox would be nice if someone made that :)\"

Just change:
run iexplore %address
to:
run firefox.exe %address

 Respond  
Callison1   -  Aug 05, 2007

yes u are rirht my friend...so you are gonna use it huh ? ;pI will certainly keep it loaded, it should be useful now that my adaption loads the website using the default browser.

 Respond  
NouMeRo   -  Aug 04, 2007

yes u are rirht my friend...so you are gonna use it huh ? ;p

 Respond  
Callison1   -  Aug 04, 2007

Correction:

button \"*Surf*\", 23, 105 6 23 11,ok

should be

button \"*Surf*\", 23, 105 8 23 11,ok
 Respond  
Callison1   -  Aug 04, 2007

I deleted the http:// automatic text in the edit box and changed this line:

on 1:dialog:surf:edit:25:{ set %address $did(surf,25).text }

to:

on 1:dialog:surf:edit:25:{ set %address $iif($left($did(surf,25),7) != http://,http://) $+ $did(surf,25) }

That automatically adds http:// at the beginning if the user did not enter it themselves. Also I changed the dialog table to

dialog surf {
  title \"NouMeRo Internet eXpLoReR\"
  option dbu
  size -1 -1 135 25
  button \"*Surf*\", 23, 105 6 23 11,ok
  box \"SuRf the NeT\", 24, 2 1 132 21
  edit \"\", 25, 4 9 98 10, autohs
}

I find that this is much better.

 Respond  
Callison1   -  Aug 04, 2007

No but the more constructive criticism you take and use to improve, the closer you get to being perfect.

 Respond  
NouMeRo   -  Aug 04, 2007

noone is perfect ;p

 Respond  
Callison1   -  Aug 04, 2007

\'Interner Eplorer\' I\'m amazed that you were able to make 2 spelling mistakes in 2 words. Also a small part of the top edge of the edit box (id 25) is initially covered up by the text in the box (id 24). If the whole dialog was slightly \'taller\' so the box could be too, this would be solved. Also I don\'t use Internet Explorer, i use Mozilla Firefox as I find that it is faster, if this script was simply /run %address it would use the default browser, then it would be a whole lot better.

 Respond  
NouMeRo   -  Aug 04, 2007

it\'s ok.May other users will find this script usefull&helpfull and.If anyones likes it just copy it and if not just skip it.ty for your commemnt ;p

P.S (greeklish):dn 8a katsw na skasw gia esas palio malakes ! ai sto diaolo me tpt den eiste euxaristimenoi...to ena sas vromaei to allo sas ksinizei e ai sto diaolo ;p

 Respond  
[M]ike   -  Aug 04, 2007

I\'m sorry but I\'ve given this a three. When you load it, there\'s no instructions, it just tries to chat me up. I think people would much rather just do /url -n rather than have 32 line long script for something that requires little to no effort. Bit disappointed for you NouMeRo

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.