Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[Javascript] Explanation Required for the Following Code

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
ehdgoanf
Advanced Cheater
Reputation: 0

Joined: 23 Jun 2006
Posts: 98

PostPosted: Tue Oct 16, 2007 2:59 pm    Post subject: [Javascript] Explanation Required for the Following Code Reply with quote

Code:
<script type='text/javascript'>var tickerArray = new Array();function doTicker(){
                           n=new Date();
                           for(i = 0; i < tickerArray.length; i++)
                           {
                              if(isNaN(document.getElementById(tickerArray[i]["id"])))
                              {
                                 var e = document.getElementById(tickerArray[i]["id"]);
                                 s=tickerArray[i]["sek"];
                                 m=0;
                                 h=0;
                                 if(s<0) e.innerHTML="---";
                                 else
                                 {
                                    var timeTXT = s + " s";
                                    if(s>59)
                                    {
                                       m=Math.floor(s/60);
                                       s=s-m*60
                                       timeTXT = m + " m";
                                    }
                                    if(m>59)
                                    {
                                       h=Math.floor(m/60);
                                       m=m-h*60;
                                       timeTXT = h + " h";
                                    }

                                    /*if(s<10) s="0"+s;
                                    if(m<10) m="0"+m;

                                    e.innerHTML=" ("+h+":"+m+":"+s+") ";*/
                                    if(e.innerHTML != timeTXT) e.innerHTML = timeTXT;
                                    tickerArray[i]["sek"]--;
                                 }
                              }
                           }
                           window.setTimeout("doTicker();",999);
                        }doTicker();</script>


Can anybody explain what the above code is doing..?
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Tue Oct 16, 2007 4:06 pm    Post subject: Reply with quote

Looks like some sort of timer
Back to top
View user's profile Send private message MSN Messenger
ehdgoanf
Advanced Cheater
Reputation: 0

Joined: 23 Jun 2006
Posts: 98

PostPosted: Tue Oct 16, 2007 4:23 pm    Post subject: Reply with quote

Is there any way to manipulate the variables in this code?

For example, long time ago, people used to put "javascript:var c=0;" on the URL bar to make the timer on Rapidshare to go to 0.
Back to top
View user's profile Send private message
samuri25404
Grandmaster Cheater
Reputation: 7

Joined: 04 May 2007
Posts: 955
Location: Why do you care?

PostPosted: Sat Oct 20, 2007 9:40 am    Post subject: Reply with quote

What exactly are you trying to accomplish?

Code:

javascript:void(VARIABLENAME=VALUE)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites