Help - Search - Members - Calendar
Full Version: i need help
Get Paid Forum - Get Paid Discussion > Webmaster's Corner > General Discussion on Building, Running & Making Money from a Website
rshafer
In the members area, I would like to add a pay to search section or a revenue section, I mean it will be just like a pay to click section
alaingraffe
Hello

With CC script:

Step 1:

Create a new page called "ptsearch.php" with CPANEL X like this:

QUOTE
<? include("setup.php");?>
<? login();?> 
<? include("header.php");?>
<? include("account_menu.php");?>
<table width="85%" border="0" cellspacing="5" cellpadding="5" align="center">
<tr>
<td align="center"> <b><br>
</b> <b><font size="3">Get paid to Search on the ads below <br></font>
<br><font size="2">Only the following countries are allowed to search : Australia, Austria, Belgium, Canada, Denmark, Finland, France, Germany, Greece, Iceland, Italy, Netherlands, New Zealand, Norway, Spain, Sweden, Switzerland, United Kingdom and United States.
If one member not from these countries click on the ads below, and i catch him, i will deduct $ 0.50 to your earnings.</font></b>
<hr align="center">
<b><font size="2"><br>
<? get_ptc_ad('search');?>
<br>
<br>
</font> </b></td>
</tr>
</table>
<? include("footer.php");?>


The part in bold is very important. When you prepare your PT(Click or Search) in the admin section, you must enter search in the box "Ad Group".

Step 2:

In your "account_menu.php" page, add this line where you want to display the search page link to your members.

QUOTE
| <a href=<? pages_url();?>ptsearch.php>Paid2Search</a>


I am not the best with PHP biggrin.gif , but i hope this can help you

Regards
Allan
starsol
Be careful when creating a paid-to-search section - the majority of PPC search engines do not allow you to send them traffic through a PTC area and may close your account if and when they find out.

I'd advise you to e-mail the admin of the search engine to check you can do this before you start paying members money to search when you might not get any back.


On the actual setup side, what alaingraffe will work perfectly cool.gif (but perhaps you could leave out the opening and closing of the <b> tag when there is no text between them wink.gif).
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.