37.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

10-23-2016, 03:50 AM
Post: #1
[ENCODED] I Need Someone To Decode 1 File. Please
need somebody to decode this 1 file
so, if somebody would be kind enough
here is the file:

http://www28.zippyshare.com/v/EmirkyfY/file.html

thanks in advance
10-23-2016, 04:11 AM
Post: #2
RE: [ENCODED] I Need Someone To Decode 1 File. Please
If you want full file contact me.

PHP Code:
<?php 
if( !isset($GLOBALS["__APP_INC__"]) ) 
{
    
$GLOBALS["__APP_INC__"] = 1;
    require_once(
"session.inc");
    require_once(
"constants.inc");
    require_once(
"constants-user.php");
    require_once(
"log.inc");
    require_once(
"db_core.php");
    
$current_user = (isset($_SESSION["USER_IDPpv"]) ? $_SESSION["USER_IDPpv"] : "");

class 
APP
{
    public 
$userid NULL;
    public 
$shared_db NULL;

    public function 
APP($userid)
    {
        
app_log("Init APP object for User ID = " $userid " (Client: " . ((isset($_SERVER["REMOTE_ADDR"]) ? $_SERVER["REMOTE_ADDR"] : "")) . "; Page: " . ((isset($_SERVER["PHP_SELF"]) ? $_SERVER["PHP_SELF"] : "")) . ")");
        
$this->userid $userid;
        
$this->shared_db = new DatabaseConnection("cpvlabconnectionstring");
    }

    public function 
get_self()
    {
        return 
$_SERVER["PHP_SELF"] . "?" $_SERVER["QUERY_STRING"];
    }

}

    
$app = new APP($current_user);
function 
print_r_pre($records)
{
    echo 
"<pre>";
    
print_r($records);
    echo 
"</pre>";
}

function 
uui
... 
10-23-2016, 04:29 AM
Post: #3
RE: [ENCODED] I Need Someone To Decode 1 File. Please
but that's not whole code
10-23-2016, 08:36 PM
Post: #4
RE: [ENCODED] I Need Someone To Decode 1 File. Please
bump

Thanks
10-23-2016, 08:54 PM
Post: #5
RE: [ENCODED] I Need Someone To Decode 1 File. Please
Code:
http://www23.zippyshare.com/v/HHVjC1BO/file.html
14.gif
10-24-2016, 05:05 AM
Post: #6
RE: [ENCODED] I Need Someone To Decode 1 File. Please
(10-23-2016 08:54 PM)miren Wrote:  
Code:
http://www23.zippyshare.com/v/HHVjC1BO/file.html

Thank you very very much, you are great guy
Thanks
10-24-2016, 07:27 AM
Post: #7
RE: [ENCODED] I Need Someone To Decode 1 File. Please
Just came across this thread. +rep for @miren for helping @massengo.
If I've helped you in any way, please consider a +rep; then help someone else.
10-24-2016, 07:50 AM
Post: #8
RE: [ENCODED] I Need Someone To Decode 1 File. Please
(10-23-2016 08:54 PM)miren Wrote:  
Code:
http://www23.zippyshare.com/v/HHVjC1BO/file.html

Me too i want to decode this file please !!!!!


http://www76.zippyshare.com/v/vQ5d45ZJ/file.html
10-24-2016, 03:00 PM
Post: #9
RE: [ENCODED] I Need Someone To Decode 1 File. Please
(10-24-2016 07:50 AM)siqo Wrote:  
(10-23-2016 08:54 PM)miren Wrote:  
Code:
http://www23.zippyshare.com/v/HHVjC1BO/file.html

Me too i want to decode this file please !!!!!


http://www76.zippyshare.com/v/vQ5d45ZJ/file.html

Contact me if you want full file. Here there are the first lines:
PHP Code:
<?php
ini_set
("display_errors"0);
session_start();
include(
"config.php");
include(
"helpers/locale.php");
function 
dbConnect()
{
    global 
$mysqli;
    global 
$dbHost;
    global 
$dbUser;
    global 
$dbPass;
    global 
$dbName;
    global 
$dbPort;
    if(isset(
$dbPort))
        
$mysqli = new mysqli($dbHost$dbUser$dbPass$dbName$dbPort);
    else
        
$mysqli = new mysqli($dbHost$dbUser$dbPass$dbName);
    if(
$mysqli->connect_error) {
        
fail("<!DOCTYPE html><html><head><meta http-eq... 
10-24-2016, 03:55 PM
Post: #10
RE: [ENCODED] I Need Someone To Decode 1 File. Please
Drop dead kolaz!
53.gif




53.gif