THIS IS A REVENUE SHARING WEBSITE:WRITE,COMMENT ,POST AND EARN MONEY. JUST REGISTER AND WRITECLICK HERE FOR DETAILS



 

How to Null Php Script

Php files are encrypted and not fully compiled in sense of c++ which makes a exe files in Php it is encoded with various encoders which a have previously discussed in my articled.

After dedenzing successfully you will see a file like this where it shows

header( “Expires: Mon, 26 Jul 1997 05:00:00 GMT” );
header( “Cache-Control: no-store, no-cache, must-revalidate” );
header( “Cache-Control: post-check=0, pre-check=0″, FALSE );
header( “Pragma: no-cache” );

which shows when to expire the trial period etc etc

findout such item in all the files through the nuller script /manually

Then remove all this checks , control,call backs and fully nulled program  is ready to run on simple php-mysql this is called nulled PHP script.

Given here for educational purpose and not to be misused.

Once every check and callback removed it will look like a file shown below.

which can be edited as you want.

———————————————————————————————

$rd = dirname( __FILE__ );
if ( @( $_GET[’a'] == “cce” ) )
{
header( “Expires: Mon, 26 Jul 1997 05:00:00 GMT” );
header( “Cache-Control: no-store, no-cache, must-revalidate” );
header( “Cache-Control: post-check=0, pre-check=0″, FALSE );
header( “Pragma: no-cache” );
ini_set( “display_errors”, 1 );
error_reporting( E_ALL ^ E_NOTICE );
if ( file_exists( $rd.”/config.inc.php” ) )
{
echo “File amember/config.inc.php does not exist. Please <a href=’javascript: history.back(-1)’>go back</a> and create config file as described.”;
exit( );
}
include( $rd.”/config.inc.php” );
if ( count( $config ) < 10 )
{
echo “File amember/config.inc.php is exist, but something went wrong. Database configuration was empty or cannot be read. Please remove amember/config.inc.php <a href=’setup.php’>and repeat installation</a>.”;
exit( );
}
$url = “{$config[’root_url’]}/setup.php?step=5″;
@header( @”Location: “.$url );
html_redirect( $url, 0, “Installation successfull”, “Installation finished successfully” );
exit( );
}
if ( file_exists( $rd.”/config.inc.php” ) )
{
echo “aMember is not configured yet. Go to <a href=setup.php>configuration page</a>”;
exit( );
}
include( $rd.”/config.inc.php” );
$t =& new_smarty( );
$error = “”;
$vars =& get_input_vars( );
$t->display( “index.html” );
?>

——————————————————————————————–

<?php
/*
* Dummy index page
*
*
*
* Details: User’s failed payment page
* FileName $RCSfile$
* Release: 3.0.8PRO ($Revision: 2098 $)
*
*
*
*
*
*
*/
$rd = dirname(__FILE__);

### check if config.inc.php was propertly copied (for setup.php)
if (@$_GET[’a'] == ‘cce’){
header(’Expires: Mon, 26 Jul 1997 05:00:00 GMT’);
header(’Cache-Control: no-store, no-cache, must-revalidate’);
header(’Cache-Control: post-check=0, pre-check=0′, FALSE);
header(’Pragma: no-cache’);
ini_set(’display_errors’, 1);
error_reporting(E_ALL ^ E_NOTICE);
if (!file_exists($rd.’/config.inc.php’)){
print “File amember/config.inc.php does not exist. Please <a href=’javascript: history.back(-1)’>go back</a> and create config file as described.”;
exit();
}
include($rd.’/config.inc.php’);
if (count($config) < 10) {
print “File amember/config.inc.php is exist, but something went wrong. Database configuration was empty or cannot be read. Please remove amember/config.inc.php <a href=’setup.php’>and repeat installation</a>.”;
exit();
}
//all ok - redirect
$url = “$config[root_url]/setup.php?step=5″;
@header(”Location: $url”);
html_redirect($url, 0, ‘Installation successfull’, ‘Installation finished successfully’);
exit();
}

#### regular config check
if (!file_exists($rd.’/config.inc.php’)){
print “aMember is not configured yet. Go to <a href=setup.php>configuration page</a>”;
exit();
}
include($rd.’/config.inc.php’);

###############################################################################
##
## M A I N
##
###############################################################################
$t = & new_smarty();
$error = ”;
$vars = & get_input_vars();

$t->display(”index.html”);
?>

———————————————————————-


Read Related Post

Leave a Reply

You must be logged in to post a comment.


Your Ad Here
Enhanced with Snapshots