AntiWPA Forum

Full Version: Deioncubed scripts don't load
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello.

I deioncube some php scripts succesfully, with the files encoded the script run fine, but when i tried to run the deioncubed files on my webserver shows a blank page.

Is necessary make something extra on apache to make posible run the scripts?

Regards
files isn't correct decoded you need fix by hand
(09-14-2011 02:25 PM)face Wrote: [ -> ]files isn't correct decoded you need fix by hand

I don't see on the code bad things, i think the deioncube task was succesfully.
(09-14-2011 05:44 PM)tonymoreno Wrote: [ -> ]
(09-14-2011 02:25 PM)face Wrote: [ -> ]files isn't correct decoded you need fix by hand

I don't see on the code bad things, i think the deioncube task was succesfully.

if encoded file on your server is working so decoded file isn't correct this is simple Blush
Please, join the files, in zip or rar file format, mediafire as the host.
Regards
Hello Warhawk.

Here is the files.

Regards.

http://www.mediafire.com/?t6pxrmnfzlsa1dg
You think this is php code? Smile

PHP Code:
<?php
/*********************/
/*                   */
/*  Version : 5.1.0  */
/*  Author  : RM     */
/*  Comment : 071223 */
/*                   */
/*********************/

function check_mysql_ok( $ = FALSE )
{
    if ( $ )
    {
        $ = 
"../includes/mysql.inc.php";
    }
    else
    {
        $ = 
"includes/mysql.inc.php";
    }
    if ( @
file_exists( $ ) )
    {
        $ = 
file( $ );
        if ( 
is_array( $ ) )
        {
            foreach ( $ as $ => $ )
            {
                if ( !( 
preg_match"/mysql_connect/i", $ ) || preg_match"/mysql_pconnect/i", $ ) ) )
                {
                    continue;
                }
                return 
true;
            }
        }
        return 
false;
    }
    return 
false;

Next time you post php code wrap it in [php*][/php*] tags (remove the * for them to parse) Tongue
#removed
@face

I'm total newbie with the codes, i'm learning but i don't know, i think this code is php, isnt it?

@warhawk.

I used the tool deioncuber, ¿Do u know some better method?

3- For this answer, i don't understand what do u want say.

Thanks all for the help, and sorry for my english, i'm from Spain.
Pages: 1 2
Reference URL's