Best Blackhat Forum

Full Version: [GET]PHP Responsive Online Store with Paypal Cart from Codecanyon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I Got this script from my friend, i would like to share here..

REquest
Quote:http://bestblackhatforum.com/Thread-REQ-...aypal-cart

SalesPage
Quote:http://codecanyon.net/item/php-responsiv...rt/7022811

Download
Quote:http://www81.zippyshare.com/v/QXkd4NME/file.html

BUT I FOUND ERROR ON IT, CAN ANYBODY CHECK and FIX IT?

(10-21-2015 04:13 PM)dFMeieR Wrote: [ -> ]
(10-21-2015 03:56 PM)pelangi17 Wrote: [ -> ]please help.. thanks

These are just php notices and only one warning. You can simply hide them (better than rewrite the whole script). Open your server php.ini and change the following variable to this:
Code:
error_reporting = E_ALL and ~E_NOTICE and ~E_WARNING

WOW..... NOW ITS WORK... THANKS Thanks

Sorry for my bad English
Thank you so much

Thanks
Thanks Thanks
What error are you getting?
I didn't find any errors on the script everything work as it has to.
I can change the products, upload images change the store settings.
Only one advice: use cache refresh on the frontpage (Ctrl+F5 in your browser) if you change any store settings in the admin to take effect.
i found error on admin login
[Image: 10ye8lf.jpg]

error on admin menu
[Image: 2nlwf45.jpg]

error on site Settings
[Image: 2vs10jp.jpg]

Error on logout
[Image: 2lxvuqu.jpg]

please help.. thanks
(10-21-2015 03:56 PM)pelangi17 Wrote: [ -> ]please help.. thanks

These are just php notices and only one warning. You can simply hide them (better than rewrite the whole script). Open your server php.ini and change the following variable to this:
Code:
error_reporting = E_ALL and ~E_NOTICE and ~E_WARNING
(10-21-2015 04:13 PM)dFMeieR Wrote: [ -> ]
(10-21-2015 03:56 PM)pelangi17 Wrote: [ -> ]please help.. thanks

These are just php notices and only one warning. You can simply hide them (better than rewrite the whole script). Open your server php.ini and change the following variable to this:
Code:
error_reporting = E_ALL and ~E_NOTICE and ~E_WARNING

WOW ITS WORK... THANKS Thanks
Write this code on any php file include error
put it in line 2 :

PHP Code:
Error_reporting(0); 
(10-22-2015 12:30 AM)hak2man Wrote: [ -> ]Write this code on any php file include error
put it in line 2 :

PHP Code:
Error_reporting(0); 

OK.. Thanks ALL
Reference URL's