예제 #1
0
파일: tinypic.php 프로젝트: jdegges/distim
 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
파일: supload.php 프로젝트: jdegges/distim
 function __construct()
 {
     parent::__construct();
     $this->server = "http://s3.supload.com";
     $this->service = "newupload.php";
 }