Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Deioncubed scripts don't load
09-14-2011, 01:09 PM
Post: #1
Deioncubed scripts don't load
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
Find all posts by this user
Quote this message in a reply
09-14-2011, 02:25 PM
Post: #2
RE: Deioncubed scripts don't load
files isn't correct decoded you need fix by hand
Find all posts by this user
Quote this message in a reply
09-14-2011, 05:44 PM
Post: #3
RE: Deioncubed scripts don't load
(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.
Find all posts by this user
Quote this message in a reply
09-14-2011, 07:14 PM
Post: #4
RE: Deioncubed scripts don't load
(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
Find all posts by this user
Quote this message in a reply
09-14-2011, 08:40 PM (This post was last modified: 12-01-2011 09:42 PM by warhawk.)
Post: #5
RE: Deioncubed scripts don't load
Please, join the files, in zip or rar file format, mediafire as the host.
Regards
Find all posts by this user
Quote this message in a reply
09-15-2011, 01:30 PM
Post: #6
RE: Deioncubed scripts don't load
Hello Warhawk.

Here is the files.

Regards.

http://www.mediafire.com/?t6pxrmnfzlsa1dg
Find all posts by this user
Quote this message in a reply
09-15-2011, 03:35 PM (This post was last modified: 09-15-2011 03:56 PM by NewEraCracker.)
Post: #7
RE: Deioncubed scripts don't load
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;

Find all posts by this user
Quote this message in a reply
09-15-2011, 03:57 PM
Post: #8
RE: Deioncubed scripts don't load
Next time you post php code wrap it in [php*][/php*] tags (remove the * for them to parse) Tongue

Regards,
NewEraCracker
Find all posts by this user
Quote this message in a reply
09-15-2011, 06:39 PM (This post was last modified: 12-01-2011 09:35 PM by warhawk.)
Post: #9
RE: Deioncubed scripts don't load
#removed
Find all posts by this user
Quote this message in a reply
09-15-2011, 09:16 PM
Post: #10
RE: Deioncubed scripts don't load
@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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication