Pam G.

Pam G.

Joined
Jan 16, 2012
Interests
Also known as Pam Lynn

Activity Stream

Pam G. commented on a Javascript App, MyIRCTool's  -  Feb 28, 2012

Ok How can this be on a Kindle fire device? I have been trying to find a way to get starchat on it. And I found out that only do javascript.

 Respond  
Pam G. commented on a Page, Weather Bot  -  Feb 04, 2012

Oooh ok I hope the script is resolve for you.

 Respond  
Pam G. commented on a Page, Weather Bot  -  Feb 03, 2012

Viper it only work when others go to your chat to see their weather. The ops in the chatroom is out of luck seeing their weather on it. If that is what you were saying.

 Respond  
Pam G. commented on a Page, Weather script for mIRC  -  Jan 25, 2012

I wonder if this code be a add on to the weatherbot to be a nice weather warning ticker for the ops to see on the mouse pointers while everyone else is using the bot. Just wondering.

<SCRIPT language="JavaScript1.2"> 
<!--

/*
Cursor scroller script- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/

//1) set message to display
var scroller_msg='Welcome to Dynamic Drive, the premier DHTML code library online!'
//2) set whether message should auto disappear after x seconds (0=perpetual).
//Note that double clicking page will also dismiss message
var dismissafter=0

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

var initialvisible=0
if (document.all)
document.write('<marquee id="curscroll" style="position:absolute;width:150px;border:1px solid black;font-size:14px;background-color:white;visibility:hidden">'+scroller_msg+'</marquee>')

function followcursor(){
//move cursor function for IE

if (initialvisible==0){
curscroll.style.visibility="visible"
initialvisible=1
}

curscroll.style.left=ietruebody().scrollLeft+event.clientX+10
curscroll.style.top=ietruebody().scrollTop+event.clientY+10
}

function dismissmessage(){
curscroll.style.visibility="hidden"
}

if (document.all){
document.onmousemove=followcursor
document.ondblclick=dismissmessage
if (dismissafter!=0)
setTimeout("dismissmessage()",dismissafter*1000)
}

//-->
 </SCRIPT><BODY style="width:100%;overflow-x:hidden;overflow-y:scroll">
Pam G. commented on a Page, Weather Bot  -  Jan 24, 2012

All I know now that the weather code that Erunner did works. But I would like it where I can also type the weather trigger and it lets me in on seeing the weather also. It would be neat if it did something for us too. Well I know it works b/c I had a friend come inside and did the weather thing for hisself and it works.

 Respond  
Pam G. commented on a Page, Weather script for mIRC  -  Jan 24, 2012

(Quote) eqrunner said : Got you messages, I will check out the issues when I get a chance (unguote) Thanks.

 Respond  
Pam G. commented on a Page, Weather script for mIRC  -  Jan 23, 2012

Thanks just did now to go see if the weatherbot will work. Crossing fingers.

 Respond  
Pam G. commented on a Page, Weather script for mIRC  -  Jan 23, 2012

I found the problem on my mirc about the weather bot. I'm running a mirc client 4.2 so I will need a weather bot for level to work I guessing.

 Respond  
Pam G. commented on a Page, Weather script for mIRC  -  Jan 22, 2012

You all are very confusing on how to get a weather bot to work. It going to be a long time before I understand this and get one working for me. I change to mirc and still can't get one to work. Grrr.

 Respond  
Pam G. commented on a Page, weather bot  -  Jan 18, 2012

Is there a way to make a java bot verison of the weather bot?

 Respond  
Pam G. commented on a Page, Weather Bot  -  Jan 18, 2012

Can anyone make a weather bot script that will really work I tried all the codes on here for weather bot or script and nothing work.

 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.