What is your choice in Trading Script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sexysakura
    Registered User
    • Nov 2001
    • 6

    #1

    What is your choice in Trading Script

    some scripts i knew is "UCJ" , "DOT5"
    what is your interesting ?
    which is the bestest , cheapest , performance good

    ------------------



    Code:
    #!/usr/bin/perl 
    
    use LWP::Simple;
    $res = &get("http://www.gofuckyourself.com");
    
    print "Content-type: text/html\n\n"; 
    print $res;
    exit 0;
    SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
  • sexysakura
    Registered User
    • Nov 2001
    • 6

    #2
    I want to know price , how is it work , productivity , hard or easy to setting up

    ------------------



    Code:
    #!/usr/bin/perl 
    
    use LWP::Simple;
    $res = &get("http://www.gofuckyourself.com");
    
    print "Content-type: text/html\n\n"; 
    print $res;
    exit 0;
    SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.

    Comment

    Working...