Forum
Subscribe


get_ptc_ad_v2

Used to show members current paid to click offers.

    This action has five variables:

  • Category: the ad category for PTCs you want to display
  • Number of Ads - the number of ads to show
  • Clicks Remaining - make this 1 to show clicks each ad has remaining
  • Cash Received - make this 1 to show clicks each ad has received
  • Ad Value - make this 1 to show the value of the ad

Example:

<?php action('get_ptc_ad_v2','search,5,1,1,1'); ?>

would show 5 ads in the search category, including clicks received, clicks remaining, and the ad value.