Advertisement
Underworld1337

Untitled

Aug 2nd, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. Core
  2. + $GLOBALS["DEFAULTBASEURL"] = "http://rocketbot.vene.me/";
  3. + $GLOBALS["DEFAULTIMGURL"] = "http://rocketbot.vene.me/images/";
  4.  
  5. baseclass
  6. + private $purl;
  7. + $this->purl = $GLOBALS["DEFAULTIMGURL"];
  8. + public function gPURL(){
  9. +   return $this->purl;
  10. + }
  11.  
  12. obfuscationclass
  13. + private $burl;
  14. + $this->burl = $GLOBALS["DEFAULTBASEURL"];
  15. - $out = $f . "?s=" . $crypted . "";
  16. + $out = $this->burl . "" . $f . "?s=" . $crypted . "";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement