Best Blackhat Forum

Full Version: [Get] PHP Wallpaper Script 3.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

filling a request with this one...

DL:
Code:
http://www45.zippyshare.com/v/3612333/file.html

VirusTotal:
Code:
https://www.virustotal.com/de/file/7faee18c5f53888a3a1f1ca9d4e419102c7a04813213b439eaf30eabca14098e/analysis/1420552672/

have phun :)

you know the password :)

(01-07-2015 12:03 AM)crixxu Wrote: [ -> ]demo:

Code:
http://www.phpwallpaperscript.com/

hi,

filling a request with this one...

DL:
Code:
http://www45.zippyshare.com/v/3612333/file.html

VirusTotal:
Code:
https://www.virustotal.com/de/file/7faee18c5f53888a3a1f1ca9d4e419102c7a04813213b439eaf30eabca14098e/analysis/1420552672/

have phun :)

you know the password :)
Thanks, but i have error when install.
How to fix that?

Fatal error: Call to undefined function session_is_registered() in /home/xxxx/public_html/license_check.php on line 7
Superb share my friend thank you ... Cool
(01-07-2015 01:20 AM)kalista Wrote: [ -> ]Thanks, but i have error when install.
How to fix that?

Fatal error: Call to undefined function session_is_registered() in /home/xxxx/public_html/license_check.php on line 7
Just try on localhost running fine ...
hi,

seems to be an outdated function in php - do you use php 5.3 or above?

regards
(01-07-2015 01:20 AM)kalista Wrote: [ -> ]Thanks, but i have error when install.
How to fix that?

Fatal error: Call to undefined function session_is_registered() in /home/xxxx/public_html/license_check.php on line 7
in license_check.php on line 7 change the line to if ( $_SESSION[ "site_errors" ] )
But i tell you more error will appear. this is a very old script does not support by php 5.4 and above..
on line 7 this will also work:

if ( !@session_is_registered( "site_errors" ) )

you have to put the "@" after "!"
yeah - this script is very old. i get massiv errors after install.

also on init.php on line 147 you have to replace some code:

if ( $_SESSION[ "nav_array" ] )

sorry - this script will only work under php < 5.3
not working in install show


Notice: Undefined variable: cfg in C:\xampp\htdocs\wp\install\index.php on line 86

Notice: Undefined variable: cfg in C:\xampp\htdocs\wp\install\index.php on line 89

Notice: Undefined index: install_step in C:\xampp\htdocs\wp\install\index.php on line 573

Notice: Undefined index: install_step in C:\xampp\htdocs\wp\install\index.php on line 245

Notice: Undefined index: dbhost in C:\xampp\htdocs\wp\install\index.php on line 320

Notice: Undefined index: prefix in C:\xampp\htdocs\wp\install\index.php on line 321

Notice: Undefined variable: output in C:\xampp\htdocs\wp\install\index.php on line 584
as i said before - script will only work under php 5.2 and maybe 5.3
it works on my rootserver with php5.4 - but with lots of errors. not worth to reconfigure the whole script.

on this forum you will find another great wallpaperscript:

http://bestblackhatforum.com/Thread-GET-...Pro-v1-1-2

regards
this script is not working
Reference URL's