Search results

  1. F

    .htaccess use relative paths in errordocument

    I have a folder I want to protect on my server where everything must be denied and redirected to another specific file for my htaccess file I have ErrorDocument 403 /notforyou.php Deny From All the problem with this is that it doesnt work with relative paths. If I have /privatedir as my folder...
  2. F

    File Hosts who dont care about DMCA or other complaints?

    Hey guys, does anyone knows any filehost who doesnt care about DMCA complaints or will take a long time before they delete? I dont need a nice site with affiliate or anything, I just upload small files 10-50 mB and they get many complaints often which makes it annoying.
  3. F

    Use jdownloader webinterface without javascript? Is there an api available?

    I want to be able to remotely add links to jdownloader from a php script, check the progress, and get the location of there the files were downloaded. I installed jdownloader and enabled the web interface plugin. when I tried to open it from a php script I get: how can communicate with it in...
  4. F

    Free RDP service (2 slots)

    I am offering 2 free RDP slots for a week on an extra server. Port 100 mbps unlimited, everything allowed except spam emails, resources abuse, and cp. ~100GB space you have to share. I am doing this because I have no use for it,it expires anyway in like a week or two. it may last for longer but...
  5. F

    Selling Openvpn Service, NL USA UK, Umlimited BW, No logs, $1.99/3 Weeks

    I am selling openvpn service with access to 3 servers, in Netherlands, United Kingdom, and United States. You pay in bitcoin/perfectmoney and you will receive config files and login for the 3 servers. Login Expires in 3 weeks after u pay Bandwidth is unlimited, only 1 login per server allowed no...
  6. F

    How can we check if xfs video hosting sites are using shaving mod?

    XVideoSharing Shaving mod :thumbdown: How can we check to see if a site has this installed? is there a custom url/extra files we can access with our browser as a regular user to confirm the existence of this mod on any site? ie xvideosharing.com/shavingmod.pl
  7. F

    Why my new paypal is still limited?

    I created new usa paypal account over vpn When I made the account It got limited and paypall tell me: But I did all the verifications steps with the card and the phone verification. Why is my account still limited then? I have another account I made the exact same way 6 months ago that still...
  8. F

    curl cookiejar

    Im trying to login a site with a class and get the cookies to be used later I use curlopt_cookiejar and set it to $this->cookie, but $this->cookie is always false even when the http headers show the cookie is set when the script does the requests My CODE: <?php class XFS { var $filesystem...
  9. F

    What script does this site use?

    Live Streaming Platform - Video Platform - Ilive.to
  10. F

    Why is php domdocument getelementsbytagname not finding all elements?

    Im trying to make php script to get all links for a movie from movie2k and tell me the movie quality of each link. PHP Code: <?php $html = file_get_contents('http://www.movie2k.tv/Drinking-Buddies-watch-movie-16747914.html'); $scrapedmovie = new DOMDocument(); $scrapedmovie->loadHTML($html)...
Back
Top