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

i pwn all thats all u need to know.

Thursday, April 26, 2007

L4T3NCY(com) - Redefining Speed!

I have just launched a hosting company called L4T3NCY(com). It will offer an array of hosting environments to cater for the advanced internet user:

- Highend dedicated server racks, with full root access.
- Managed/Dedi Game servers (CSS BF2142 COD).
- Web/Email hosting, PHP/MYSQL (+ all the rest).
- Flash media server 2 (streaming content).
- Plus loads more...

Please take a look and let me know if you need anything.

out//v

Labels: , , , , , , , , , , , , , , ,

Monday, April 23, 2007

//randomizeX

This is a randomizer script once the function has been called it randomly selects a value between 1-3 then runs an if statement to detect which variable has been generated then calls the action in this case outputs it into a trace command.

//randomizeX
function ranX(){
ranXmath = Math.round((Math.random()*2)+1);
trace(ranXmath);
if(ranXmath == '1'){
trace('ran1 selected')
}
if(ranXmath == '2'){
trace('ran2 selected')
}
if(ranXmath == '3'){
trace('ran3 selected')
}
}
ranX();
//
stop();

Labels: , , , , , , ,

//torrents


How to become a pirate of the information super highway? (well here's a how to guide).

Step 01:
- First you need a torrent application, here are a few good choices.

- BitLord
http://www.bitlord.com
I love BitLord nice clean interface good speeds the app does use loads of resources and it was a direct search engine link to pron downloads w000t!

- uTorrent
http://www.utorrent.com
This torrent app has to be one of the fastest around they all so make a standalone .EXE version which you can run without installing anything ;o

- Azureus
http://azureus.sourceforge.net
Java based application has some really unique features remote connection via a web interface etc etc.

- BitTorrent
http://www.bittorrent.com
This is the original program which was first developed without this none of this would have been possible! hail thy bittorrent.

Step 02:
Now you need to find your torrent files (.torrent) there are a huge amount of torrent search sites available online where you can either signup or directly download the torrent files from. Here is a list of essential websites:

- http://demonoid.com (my fav community based torrent site)
- http://torrent-finder.com (mass torrent search site)
- http://thepiratebay.org (very good torrent website one of the longest running)
- http://ioshunt.com (good multiple tracker search site)
- http://mininova.org
- http://torrentspy.com
- http://www.boxtorrents.com (anime)
- http://www.animeyume.org (anime)

Step 03:
A good way of speeding up or enabling your line to download torrents faster or a the true poetical would be to open ports: using the port forwarding feature built into most routers these days, try this website: http://www.portforward.com

Notes*

Make sure you seed while your downloading don’t be a thieving leecher online sharing would be nothing if ppl didn’t seed/share.

If you have some sort of rare software/resource upload it! Many ppl can benefit from it.

You better get some new hard drives to store all your new data! ;o

Over and out/v

Labels: , , , , , , ,

Friday, April 20, 2007

Conventions+

been going to MCM every year for a while now such a great venue the london expo center is amazing, so cool to see all the cosplayers... such a great vibe ;) such a laugh when they do the cosplay parade! hahaha.. man

here are a list of conventions coming up (anime/manga, gaming, film):

London MCM EXPO- 25/26 May07
http://www.londonexpo.com/
JapanEx - 21/22 July 07
http://www.mcmexpo.net/japanexlondon/
Midlands MCM EXPO - 15/16 Sep 07
http://www.mcmexpo.net/midlandsmcmexpo/

I am going to scout around for more and update this blog ;o multiplay i31 is going soon! i will prolly dedicate a whole new post for that tho...

/out.v

Labels: , , , , , , ,

Thursday, April 19, 2007

//waitX

Thought this might come in handy for a few out there its a wait interval all you need to do is copy and paste this code sniplit into your timeline to get to work.

check the trace commands in the output panel for examples,

code definitions:

when the handle has been called 'waitXcall', sets a timer of 4 seconds '4*1000' then calls the interval waitX which then clears of the timer has depleted displaying the trace/goto frame.

----- code starts -----

//waitX
trace('waitX here \nWaitX by 1NF3C710N.');
waitX = function(){
clearInterval(waitXcall);
trace('waitX complete, gogogo');
//_root.play();
}
waitXcall = setInterval(waitX, 4*1000); //set the viable 4 higher value to wait longer.
//
stop();

----- code ends -----


/out. v

Labels: , , , , , , , ,

Wednesday, April 18, 2007

lol, scene = sluts

I sent this out on a myspace bulletin it a amused me so make I have decided to document it on my blog ;p basically i saw this written on someones signature on a forum.

"Ears aren't the only thing girls who go to shows have stretched."

so funny but even more funny is a friend didn't get it? i mean come on! haha...


Labels: , , ,

//arrayage

Wrote this at work had a crazy project that required detection of a exact sequence so i made this array check0r (hope this helps someone).

//arrayX
//var arrayX = new Array("0","1","2","3","4","5");
var arrayX =[]; trace(arrayX)
trace('arrayX: '+arrayX)
for (var i=0;i[arrayX.length;i++){
trace (arrayX.join());
}
//arrayXadd
function arrayXaddit(){
arrayXadd = arrayX[0]+","+arrayX[1]+","+arrayX[2]+","+arrayX[3]+","+arrayX[4]+","+arrayX[5];
trace('arrayXadd: '+arrayXadd);
}
//arrayXcheck
function arrayXcheck(){
arrayXaddit();
if(arrayXadd == '0,1,2,3,4,5'){
trace('w000t'); trace(arrayX)
}else{
trace('b0000');
trace('arrayX: '+arrayX)
trace('arrayXadd: '+arrayXadd)
}

}
//

//this add a new var to the arrays string and does a handy trace back.
on(release){
arrayX.push(+1);
trace('arrayX: '+arrayX);
}

//this calls the function 'arrayXcheck' check if array matches.
on(release){
//var arrayX = new Array("0","1","2","3","4","5");
trace(arrayX);
arrayXcheck();
}

sorry if its abit brief will add more info later. enjoy

Labels: , , , , , ,

brainzzz, chop chop



Pffffft .. seems i just signed up for the bloogz0r gayness ;p

this is my new blog dedicated to all things L337..

out/v

Labels: , , , , , ,