Esempio n. 1
0
 function __construct()
 {
     parent::__construct();
     $server = rand(1, 5);
     $this->server = "http://s{$server}.tinypic.com";
     $this->service = "upload.php";
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct();
     $server = rand(1, 7);
     $this->server = "http://hosting0{$server}.imagecross.com";
     $this->service = "basicg.php";
 }
Esempio n. 3
0
 function __construct()
 {
     parent::__construct();
     $this->server = "http://www.imageshack.us";
     $this->file_service = "";
     $this->url_service = "transload.php";
 }
Esempio n. 4
0
 function __construct()
 {
     parent::__construct();
     $this->server = "http://xs.to";
     $this->service = "upload.php";
 }
Esempio n. 5
0
 function __construct()
 {
     parent::__construct();
     $this->server = "http://www.freeimagehosting.net";
     $this->service = "upload.php";
 }
Esempio n. 6
0
 function __construct()
 {
     parent::__construct();
     $this->server = "http://s3.supload.com";
     $this->service = "newupload.php";
 }