Over the past few months, we have received a lot of requests concerning the revision of our prices.
It’s now done on the batch file prices, with prices reduced by -60% on all our offers !
This offer will remain for life, even on our future services in preparation for file decompilation : PHP 8.0, 8.1, and more.
The Team DeZender
Please Log in or Create an account to join the conversation.
</span><?php
/**
*
* @ This file is created by deZender.Net
* @ deZender (PHP5 Decoder for ionCube Encoder)
*
* @ Version : 1.1.0.0
* @ Author : DeZender
* @ Release on : 2011.01.04
* @ Official site : http://DeZender.Net
*
*/
echo '<center><b style="color: rgb(240, 157, 25);">HF Premium Download Support v1.2</b> Powered by : <a href="/http://www.rapidleechhost.com/" style="text-decoration: none;"><b>RapidLeechHost.com</b>
';
echo 'Plz. Make sure you have DISABLED Direct Linking in your HF Premium Account.</center>
';
$rlhp = 'http://www.rapidleechhost.com/hfp.txt';
$Proxypath = file_get_contents( $rlhp );
if (!defined( 'RAPIDLEECH' )) {
require_once( 'index.html' );
exit( );
}
if (( ( ( $_GET['premium_acc'] == 'on' && $_GET['premium_user'] ) && $_GET['premium_pass'] ) || ( ( $_GET['premium_acc'] == 'on' && $premium_acc['hotfile']['user'] ) && $premium_acc['hotfile']['pass'] ) )) {
echo '
<center>Downloading as Premium User </center>';
$baseProxy = $Proxypath . '/browse.php?u=';
$Url = parse_url( $baseProxy );
$page = geturl( $Url['host'], ( $Url['port'] ? $Url['port'] : 80 ), $Url['path'], 0, 0, 0, 0, $_GET['proxy'], $pauth );
$pcookie = GetCookies( $page );
$link = $baseProxy . urlencode( 'http://hotfile.com/login.php' );
$post = array( );
$post['returnto'] = '/';
$post['user'] = ( $_REQUEST['premium_user'] ? trim( $_REQUEST['premium_user'] ) : $premium_acc['hotfile']['user'] );
$post['pass'] = ( $_REQUEST['premium_pass'] ? trim( $_REQUEST['premium_pass'] ) : $premium_acc['hotfile']['pass'] );
$Url = parse_url( $link );
$page = geturl( $Url['host'], ( $Url['port'] ? $Url['port'] : 80 ), $Url['path'] . ( $Url['query'] ? '?' . $Url['query'] : '' ), $baseProxy, $pcookie, $post, 0, $_GET['proxy'], $pauth );
unset( $post );
$pcookie = $pcookie . '; ' . GetCookies( $page );
$in = 'http://hotfile.com/?lang=en';
$link = $baseProxy . urlencode( $in );
$Url = parse_url( $link );
$page = geturl( $Url['host'], ( $Url['port'] ? $Url['port'] : 80 ), $Url['path'] . ( $Url['query'] ? '?' . $Url['query'] : '' ), $baseProxy, $pcookie, 0, 0, $_GET['proxy'], $pauth );
$findpre = strpos( $page, '<span>Premium' );
if (false === $findpre) {
html_error( 'Login Failed , Bad username/password combination.', 0 );
}
$link = $baseProxy . urlencode( $LINK ) . '&b=4';
$Url = parse_url( $link );
$page = geturl( $Url['host'], ( $Url['port'] ? $Url['port'] : 80 ), $Url['path'] . ( $Url['query'] ? '?' . $Url['query'] : '' ), $baseProxy, $pcookie, 0, 0, $_GET['proxy'], $pauth );
preg_match( '/^HTTP\/1\.0|1 ([0-9]+) .*/', $page, $status );
...?</span>
Please Log in or Create an account to join the conversation.