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