Demo RevMax Plugin for OpenX

Questions about openx adserver plugin RevMax?

RevMax OpenX Plugin Features

Author Topic: Customizing advertiser sign up forms payment logo's  (Read 1383 times)

Offline btdsoft

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • btdsoft.com Independant OpenX Consultant
    • btdsoft.com
Customizing advertiser sign up forms payment logo's
« on: March 19, 2010, 02:49:01 AM »
All of the clients sign up pages are editable in /openx/clients or packaged in clients.zip.

Form Fields:
You can eliminate fields in the forms, and required info that you don't want may be replaced with hidden fields in the form. Example if you do not require the users zip code replace code with
Quote
<input type="hidden" name ="zipcode" value="00000">

Payment logos are locate:
Outside signup: /openx/clients/images/
Inside OpenX : /openx/www/admin/plugins/Clients/images/

You may easily change existing logos by overwriting the desired one with one of the same name.


The payment gateway is located within:
/openx/www/admin/plugins/RevMax/lib/PaymentGateway.php
If moving your clients folder or advertiser signup form outside the openx path, you will need to include this file
like
Code: [Select]
// require payment router for payment();
require_once MAX_PATH . '/www/admin/plugins/RevMax/lib/PaymentGateway.php';

Inside " PaymentGateway.php " you will find the forward to payment screen, and can edit as needed. The function begins at line #112.
You can un comment line # 120 //echo and the user will be forwarded automatically without this intermediate screen.

The existing client cannot be forwarded however, and must click the submit button to open a new window for payment. You can edit member payment beginning with line #135 to better fit the feel of your adserver.

Ad Network configuration:
When developing RevMax and OpenX as a ad network,
Consider using a page like "our_network.php"  with a sales pitch describing
the network, domains,  campaign ad sizes, and advertising packages available.

All this can be done easily within word press or other allowing you to use templates.

Custom Urls:
You can then link from that page to each specific ad package and that would be the only package
available when user clicks to advertisers.php?packageid="X"
Where "X" is the id number of the ad package within RevMax ad packages.

Example 1) http://www.robeprobe.com/advertising.php
Example 2) http://www.kwikpost.com/newsite/pages.php?id=3
(contact for removal)

Example of a "ad network" site: http://www.oxrev.com/
It is mine , but holding off for images to launch.
Example of using "custom urls" for signup
http://www.oxrev.com/openx/clients/advertisers.php?packageid=1