01-25-2014, 07:42 AM
01-25-2014, 07:47 AM
Um might want to check this code for any "EVAL" strings. I'll have time to check it later but that error is consistent with being hacked on some cases
01-25-2014, 08:57 AM
(01-25-2014 06:11 AM)warclient Wrote: [ -> ]Something injected in the script, maybe a shellcode i will check then i will reply here(01-25-2014 06:09 AM)tren360 Wrote: [ -> ]Gives me an error message at installation...Did you follow the instructions in the readme file?
Fatal error: Cannot redeclare print_footer_scripts() (previously declared in /home1/***/public_html/***.com/wp-includes/script-loader.php:711) in /home1/***/public_html/***.com/wp-content/themes/optimizePressTheme1/lib/admin/init.php on line 182
01-25-2014, 09:26 AM
(01-25-2014 06:11 AM)warclient Wrote: [ -> ]You must edit the init.php file before it will work:(01-25-2014 06:09 AM)tren360 Wrote: [ -> ]Gives me an error message at installation...Did you follow the instructions in the readme file?
Fatal error: Cannot redeclare print_footer_scripts() (previously declared in /home1/***/public_html/***.com/wp-includes/script-loader.php:711) in /home1/***/public_html/***.com/wp-content/themes/optimizePressTheme1/lib/admin/init.php on line 182
There's a missing bracket there.
1) Open /wp-content/themes/OptimizePress/lib/admin/init.php
2) Find this on line 49:
if ('themes.php' == $pagenow) //and& isset($_GET['activated'])){
Change it to:
if ('themes.php' == $pagenow) { //and& isset($_GET['activated'])){
3) Save the file. Activate the theme.
01-25-2014, 09:35 AM
It wouldn't work use older version 2 and up are server side no way to null them
01-25-2014, 09:44 AM
The readme file makes no sense. Instead of everyone having to edit that one file, why spend the time writing the readme file, when the person that nulled it could have just edited the file and saved it?
Something kind of fishy about that.
Something kind of fishy about that.
01-25-2014, 10:23 AM
Hey OP, so... did you "null" this or not?
01-25-2014, 10:39 AM
This does not work and my initial question was ignored because I am right.
01-25-2014, 12:32 PM
Ture, if this is not working for anyone someone is putting bad stuff in these blackhat forums.... just saying! Beware!
01-25-2014, 01:52 PM
Injecting my 2 cents...
Not trying to take away from OP's sharing spirit, but may I suggest that no Wordpress plugin or theme should be shared without the OP disclosing the following:
1. The source (exactly where it came from).
2. Is it nulled or not? If nulled, it is always helpful to know who nulled it so the downloader can judge the worthiness of the share based on the reputation of the nuller.
Why is the above important? Because BBHF members risk their time and their site security when using shared scripts. Sure, that is part of the Black Hat game, but IMHO the primary reason we are all here together is to help each other and to me that means including this kind of critical info when sharing plugins and themes.
Anyone else agree/disagree?
Not trying to take away from OP's sharing spirit, but may I suggest that no Wordpress plugin or theme should be shared without the OP disclosing the following:
1. The source (exactly where it came from).
2. Is it nulled or not? If nulled, it is always helpful to know who nulled it so the downloader can judge the worthiness of the share based on the reputation of the nuller.
Why is the above important? Because BBHF members risk their time and their site security when using shared scripts. Sure, that is part of the Black Hat game, but IMHO the primary reason we are all here together is to help each other and to me that means including this kind of critical info when sharing plugins and themes.
Anyone else agree/disagree?