____  _ ____ ____ ______ ____  
|___ \| |___ \___ \____  |___ \ 
  __) | | __) |__) |  / /  __) |
 |__ <| ||__ <|__ <  / /  |__ < 
 ___) | |___) |__) |/ /   ___) |
|____/|_|____/____//_/   |____/ 
      

i pwn all thats all u need to know.

Tuesday, September 11, 2007

// Flash Time Stamp

//sample





//as - code

//crossdomain
Security.loadPolicyFile("http://3l3373.com/crossdomain.xml");
System.security.allowDomain("*");
System.security.allowInsecureDomain("*");

//feildVars
resTxt.text = 'loading ...';

//dataLoad
var dataX = this;
varReceiver = new LoadVars();
varReceiver.load("http://3l3373.com/dl/tutorials/userX/time.php");
varReceiver.onLoad = function(){
dataX.resTxt.text = ""+this.time+" (GMT).\n";
trace(""+this.time+" (GMT).");
};
function varReceiverX(){
var dataX = this;
varReceiver = new LoadVars();
varReceiver.load("http://3l3373.com/dl/tutorials/userX/time.php");
varReceiver.onLoad = function(){
dataX.resTxt.text = ""+this.time+" (GMT).\n";
trace(""+this.time+" (GMT).");
};
};

//waitX
waitX = function(){
//clearInterval(waitXcall);
trace('waitX int');
varReceiverX()
}
waitXcall = setInterval(waitX, 1*1000);

//
stop();

//php - code (*pls node code is commented out -)

//?php
//
//GMT Time & DateStamp//by kurt.grung//3l373.com//
//$hour = date("H");
//$minute = date("i");
//$seconds = date("s");
//$day = date("d");
//$month = date("m");
//$year = date("Y");
//
//$hour = $hour + 8;
//$minute = $minute + 0;
//
//echo '&time='.date("H:i:s", mktime ($hour,$minute,$seconds)).'&amp;amp;amp;amp;';
//
//php?


//sample
http://3l3373.com/dl/tutorials/timestamp/timestampX.rar

//more
http://3l3373.com/blogz0r/2007/04/waitx.html

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home