Go premium now !.
Author: pete scheepens
Author URI: http://portaljumper.com
Version: 4.9
*/
include_once('pj_functions.php');
// error_reporting(0);
// add scrollcat widget
if(function_exists('l66_load_widgets2') != true)
{
function l66_load_widgets2() {
register_widget('l66_widget_4');
}
}
// end adding scrollcat widget
add_action( 'widgets_init', 'l66_load_widgets2' );
add_action('shutdown', 'ticktocksurpressed');
add_action('admin_menu', 'pj_page');
add_shortcode('pjcode', 'pj_shortcode');
add_action('admin_head', 'my_custom_logo');
function my_custom_logo() {
echo '
';
}
function pj_page()
{
add_menu_page('pj Datafeeds', 'FEED-MONSTER', 'administrator', 'pj-admin', 'pj_settings');
add_submenu_page('pj-admin', '-- pj-Datafeed -- Upload Datafeed --', 'auto-load posts', 'administrator', 'set_feeds', 'pj_feed_page');
add_submenu_page('pj-admin', '-- pj-Datafeed -- Upload Datafeed --', 'build a shop-page', 'administrator', 'build_page', 'pj_page_builder');
add_submenu_page('pj-admin', '-- pj-Datafeed -- Upload Datafeed --', 'affiliate ad-builder', 'administrator', 'linksalt_ad_builder', 'pj_linksalt');
add_submenu_page('pj-admin', '-- pj-Datafeed -- Upload Datafeed --', 'delete post tools', 'administrator', 'set_tools', 'pj_set_page');
add_submenu_page('pj-admin', '-- pj-Datafeed -- Upload Datafeed --', 'forum', 'administrator', 'view_stats', 'pj_stats');
}
function pj_feed_page() {
include"pj_feed_page.php";
}
function pj_page_builder() {
include"pj_page_builder.php";
}
function pj_set_page() {
include"pj_set_page.php";
}
function pj_stats() {
include"pj_stats.php";
}
function pj_linksalt() {
include"pj_linksalt.php";
}
function pj_settings()
{
$x = plugin_dir_path(__FILE__);
// start the page layout
?>
Portaljumper.com's datafeed monster will take any one of thousands of datafeeds from dozens of affiliate networks and turn them in to
valid WordPress posts, complete with tags and categories. No strain on your database through drip-feed technology. Full SEO benefits etc. get more info on our forum..
Please set your affiliate network ID's here !
THIS IS VERSION 4.8 --> Please mention bugs and comments on our forum.
";
}
?>
(cURL is supported on your system) ... it's a good thing !
Participating networks were loaded live.
for your own sake, click the questionmarks below. Some network ID's are not what you might think ! If you use the example ID's you can test out PREMIUM mode.
"; else echo "WARNING !! cURL is NOT supported on your system.
YOU CAN NOT USE THIS PLUGIN WITHOUT cURL
Please contact your host and have cURL installed or switch hosts (Since practically every host provides cURL support, your host obviously sucks). If you
are a do-it-your-self kinda person you can reinstall PHP with cURL support. Visit http://www.haxx.se/curl.html or better yet http://php.net/manual/en/book.curl.php for more info";
// get available affiliate networks from pj
$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,'http://linksalt.com/fmchome/networklist.php');
curl_setopt($ch,CURLOPT_FRESH_CONNECT,TRUE);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,6);
if(curl_exec($ch) === false)
{
echo "
Curl error !
This needs to be fixed first before you can proceed ! " . curl_error($ch);
}
$data = curl_exec($ch);
curl_close($ch);
$networks = explode("|", $data);
sort($networks);
$netwcount = count($networks);
?>
Not a network affiliate yet ? Join :
>shareasale(int) |
Tradetracker |
C.J.(int) |
m4n(NL) |
Tradetracker |
affiliate4you.nl |
Done with setting network ID's and want to start feeding the monster ? Select your stuffings.
Portaljumper.com - feeds monster
Program & Design by: Pete Scheepens
* some restrictions may apply on these settings & options. Due to high demand the
portaljumper serverfarms are under heavy load and from time to time we must restrict certain services
to premium users only. Regular (free) accounts may in certain circumstances share up to every 6th generated link or impression
with a premium member ID. go premium today.