28.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")

01-07-2015, 12:03 AM (This post was last modified: 01-07-2015 12:05 AM by crixxu.)
Post: #1
[Get] PHP Wallpaper Script 3.5
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 :)
01-07-2015, 01:20 AM
Post: #2
RE:
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
01-07-2015, 02:20 AM
Post: #3
RE:
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 ...
01-07-2015, 02:24 AM
Post: #4
RE:
hi,

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

regards
01-07-2015, 02:31 AM
Post: #5
RE:
(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..
80.gif
01-07-2015, 02:44 AM
Post: #6
RE:
on line 7 this will also work:

if ( !@session_is_registered( "site_errors" ) )

you have to put the "@" after "!"
01-07-2015, 02:53 AM (This post was last modified: 01-07-2015 03:02 AM by crixxu.)
Post: #7
RE:
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
01-07-2015, 03:09 AM
Post: #8
RE:
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
01-07-2015, 03:16 AM
Post: #9
RE:
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
02-22-2015, 06:30 AM
Post: #10
RE:
this script is not working
29.gif




19.gif