Website Monetization by MageNet - Version 1.0.2

Version Description

  • Update API host
  • Change cache time
Download this release

Release Info

Developer MageNet
Plugin Icon 128x128 Website Monetization by MageNet
Version 1.0.2
Comparing to
See all releases

Code changes from version 1.0.1 to 1.0.2

Files changed (2) hide show
  1. monetization-by-magenet.php +3 -3
  2. readme.txt +76 -0
monetization-by-magenet.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Website Monetization by MageNet
4
  Description: Website Monetization by MageNet allows you to sell contextual ads from your pages automatically and receive payments with PayPal. To get started: 1) Click the "Activate" link to the left of this description, 2) <a href="http://magenet.com" target="_blank">Sign up for a MageNet Key</a>, and 3) Go to Settings > "Website Monetization by MageNet" configuration page, and save your MageNet Key.
5
- Version: 1.0.1
6
  Author: MageNet.com
7
  Author URI: http://magenet.com
8
  */
@@ -19,8 +19,8 @@ if (!function_exists('json_decode')) {
19
  if (!class_exists('MagenetLinkAutoinstall')) {
20
  class MagenetLinkAutoinstall {
21
 
22
- private $cache_time = 3;
23
- private $api_host = "http://dev.api.magenet.com";
24
  private $api_get = "/wordpress/get";
25
  private $api_test = "/wordpress/test";
26
  private $key = 0;
2
  /*
3
  Plugin Name: Website Monetization by MageNet
4
  Description: Website Monetization by MageNet allows you to sell contextual ads from your pages automatically and receive payments with PayPal. To get started: 1) Click the "Activate" link to the left of this description, 2) <a href="http://magenet.com" target="_blank">Sign up for a MageNet Key</a>, and 3) Go to Settings > "Website Monetization by MageNet" configuration page, and save your MageNet Key.
5
+ Version: 1.0.2
6
  Author: MageNet.com
7
  Author URI: http://magenet.com
8
  */
19
  if (!class_exists('MagenetLinkAutoinstall')) {
20
  class MagenetLinkAutoinstall {
21
 
22
+ private $cache_time = 3600;
23
+ private $api_host = "http://api.magenet.com";
24
  private $api_get = "/wordpress/get";
25
  private $api_test = "/wordpress/test";
26
  private $key = 0;
readme.txt ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Website Monetization by MageNet ===
2
+ Contributors: MageNet
3
+ Tags: website monetization, advertising, contextual ads, sell links, earn money
4
+ Requires at least: 3.0.1
5
+ Tested up to: 3.7.1
6
+ Stable tag: 1.0.2
7
+ License: GPLv2 or later
8
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
+
10
+ Allows you to sell contextual ads from your pages automatically and receive payments with PayPal. To get started sign up for a MageNet.com Key.
11
+
12
+ == Description ==
13
+
14
+ Website Monetization by MageNet allows you to **sell contextual ads from your pages automatically** and receive payments with PayPal.
15
+
16
+ == Installation ==
17
+
18
+ 1. Upload `monetization-by-magenet` directory into the `/wp-content/plugins/` directory
19
+ 2. Activate the plugin through the 'Plugins' menu in WordPress
20
+ 3. Sign up for a MageNet Key at http://magenet.com
21
+ 4. Go to Settings > "Website Monetization by MageNet" configuration page, and save your MageNet Key.
22
+
23
+ == Frequently Asked Questions ==
24
+
25
+ = What should I do after plugin installation? =
26
+
27
+ Sing up at http://www.magenet.com and add your website to get MageNet Key
28
+
29
+ = How much can I earn? =
30
+
31
+ Monthly prices per contextual ad are based on your website's PR and amount of ads on this page. You may also set your custom desired prices in your account's settings once you signup.
32
+
33
+ = When do I get paid? =
34
+
35
+ Once we sell at least 1 ad and you place it on your site, you will start to receive monthly payments for that ad. You'll receive your first payment 30 days after ad placement. Your MageNet balance can be transferred anytime to your PayPal account after reaching $50 minimum.
36
+
37
+ = How will MageNet sell ads from my sites? =
38
+
39
+ Once you signup MageNet will index the content of your websites. We've got hundreds of advertisers, who want to purchase ads for specific keywords. Once MageNet finds these keywords in the content of your websites, these pages will be offered for placement to our advertisers.
40
+
41
+ = Can I exclude specific pages from ad sales? =
42
+
43
+ Yes, you can forbid sales from any page of your site.
44
+
45
+ = Can I control what kind of ads to sell and not to sell from my sites? =
46
+
47
+ Yes, you'll be able to block sites, for which you don't want to place ads.
48
+
49
+ = What kind of sites can I submit? =
50
+
51
+ You can any site into MageNet. However please note that MagNet doesn't allow the promotion of escort services, pornography, adult, or other mature content.
52
+
53
+ = What will you do with my websites? =
54
+
55
+ MageNet crawler will index your sites the same way Google does. It will “read” the content of your pages, and number of outbound links on each page. MageNet needs to index the content of your sites in order to be able to sell ads from your pages to our advertisers.
56
+
57
+ == Screenshots ==
58
+
59
+ 1. Plugin Settings
60
+
61
+ == Changelog ==
62
+
63
+ = 1.0.2 =
64
+ * Update API host
65
+ * Change cache time
66
+
67
+ = 1.0.1 =
68
+ * First version available
69
+
70
+ == Upgrade Notice ==
71
+
72
+ = 1.0.1 =
73
+ Basic functionality. Requires MageNet Key
74
+
75
+
76
+ `<?php code(); // goes in backticks ?>`