Best Blackhat Forum

Full Version: Live News – Codecanyon Real Time News Ticker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: i4b2DzI.jpg]
Live News is a WordPress plugin inspired from the news ticker used
by broadcast television stations to communicate the latest news,
financial news, weather warnings, election results, etc. This plugin
updates the news with jQuery and AJAX in real time and your users will
be able to see your latest news without updating the page.
Demo :
http://codecanyon.net/item/live-news-rea...er/5569356


Download Link:
http://Flagged as VIRUS SPAM SITE/yttz3a2r5rvi/Live_News_-_Codecanyon_Real_Time_News_Ticker.rar.html
Nice share!
yes a good share
(07-31-2014 08:21 PM)Flagged as VIRUS SPAM SITE (Do NOT CLICK!!!)-vip Wrote: [ -> ][Image: i4b2DzI.jpg]
Live News is a WordPress plugin inspired from the news ticker used
by broadcast television stations to communicate the latest news,
financial news, weather warnings, election results, etc. This plugin
updates the news with jQuery and AJAX in real time and your users will
be able to see your latest news without updating the page.
Demo :
http://codecanyon.net/item/live-news-rea...er/5569356


Download Link:
http://Flagged as VIRUS SPAM SITE/yttz3a2r5rvi/Live_News_-_Codecanyon_Real_Time_News_Ticker.rar.html
QUESTION:
I get an error message that the plugin cannot be activated due to a fatal error in the class/mobile_detect/line 36.php file... Any thoughts on how to rectify this problem.
(08-02-2014 04:51 AM)ebizmoney Wrote: [ -> ]try adding this in you config.php file
Code:
<?php

$detect = new Mobile_Detect();

if ($detect->isMobile() and& !$detect->isTablet()) {

echo("M") ;

}

elseif  ($detect->isTablet() and& !$detect->isMobile()) {

echo("T") ;

}

elseif  (!$detect->isMobile() and& !$detect->isTablet() ) {

echo("D") ;

}

?>
(07-31-2014 08:21 PM)Flagged as VIRUS SPAM SITE (Do NOT CLICK!!!)-vip Wrote: [ -> ][Image: i4b2DzI.jpg]
Live News is a WordPress plugin inspired from the news ticker used
by broadcast television stations to communicate the latest news,
financial news, weather warnings, election results, etc. This plugin
updates the news with jQuery and AJAX in real time and your users will
be able to see your latest news without updating the page.
Demo :
http://codecanyon.net/item/live-news-rea...er/5569356


Download Link:
http://Flagged as VIRUS SPAM SITE/yttz3a2r5rvi/Live_News_-_Codecanyon_Real_Time_News_Ticker.rar.html
QUESTION:
I get an error message that the plugin cannot be activated due to a fatal error in the class/mobile_detect/line 36.php file... Any thoughts on how to rectify this problem.
(08-02-2014 06:50 AM)khanjii Wrote: [ -> ]
(08-02-2014 04:51 AM)ebizmoney Wrote: [ -> ]try adding this in you config.php file
Code:
<!--?php

$detect = new Mobile_Detect();

if ($detect->isMobile() and& !$detect->isTablet()) {

echo("M") ;

}

elseif  ($detect->isTablet() and& !$detect->isMobile()) {

echo("T") ;

}

elseif  (!$detect->isMobile() and& !$detect->isTablet() ) {

echo("D") ;

}

?>
(07-31-2014 08:21 PM)Flagged as VIRUS SPAM SITE (Do NOT CLICK!!!)-vip Wrote: [ -> ][Image: i4b2DzI.jpg]
Live News is a WordPress plugin inspired from the news ticker used
by broadcast television stations to communicate the latest news,
financial news, weather warnings, election results, etc. This plugin
updates the news with jQuery and AJAX in real time and your users will
be able to see your latest news without updating the page.
Demo :
http://codecanyon.net/item/live-news-rea...er/5569356


Download Link:
http://Flagged as VIRUS SPAM SITE/yttz3a2r5rvi/Live_News_-_Codecanyon_Real_Time_News_Ticker.rar.html
QUESTION:
I get an error message that the plugin cannot be activated due to a fatal error in the class/mobile_detect/line 36.php file... Any thoughts on how to rectify this problem.
Okay so the config.php file is actually named main.php. Do I paste the code you provided anywhere inside the main.php file?
Reference URL's