View Single Post
Old 09-20-2007, 02:50 PM  
Eyes_Without_A_Face
Confirmed User
 
Join Date: Oct 2003
Location: The dark side of the moon
Posts: 600
Quote:
Originally Posted by RayVega View Post
That form shouln't have been there anyway!
It should. It provides an easy way to merge a new account with an existing one. This way you get all your CCBill payments at once instead of individual ones.

Here is the correct code with your ID (...=CA value=924490-0013):
==================================================
<form action="https://affiliateadmin.ccbill.com/signup.cgi" method=POST>

<input type=hidden name=CA value="924490-0013">
<!--
Place a Group Name or Group ID number in the value for GR to
automatically add new affiliates into a group. The Group must
exist in your admin setup for this option to work.
-->
<input type=hidden name=GR value="">
<input type=hidden name=page_background value="">
<input type=hidden name=page_bgcolor value="#FFFFFF">
<input type=hidden name=page_text value="#000000">
<input type=hidden name=page_link value="blue">
<input type=hidden name=page_vlink value="purple">
<input type=hidden name=page_alink value="blue">
<input type=hidden name=table_left value="#AEAEFF">
<input type=hidden name=table_right value="#FEFFC1">
<input type=hidden name=table_text value="#000000">
<input type=hidden name=star_color value="#CC0000">

<div align="center">
<center>

<table border=0 cellpadding=4 width=235 style="border-collapse: collapse" bordercolor="#111111">
<tr valign=middle align=left>
<td bgcolor=#AEAEFF width="78">Current ID</td>
<td bgcolor=#FEFFC1 width="142">
<p align="center"><input type=text name=EID size=15 maxlength=15></td>
</tr>
<tr valign=middle align=left>
<td bgcolor=#AEAEFF width="78">Username</td>
<td bgcolor=#FEFFC1 width="142">
<p align="center"><input type=text name=username size=15 maxlength=15></td>
</tr>
<tr valign=middle align=left>
<td bgcolor=#AEAEFF width="78">Password</td>
<td bgcolor=#FEFFC1 width="142">
<p align="center"><input type=password name=password size=15 maxlength=15></td>
</tr>
<tr valign=middle align=left>
<td width="220" colspan="2">
<p align="center"><input type=submit value="Retrieve data">
<input type=reset value=Clear></td>
</tr>
</table>
</center>
</div>
<input type=hidden name=second value=1></form>


==================================================

(Good action ofthe day)

Last edited by Eyes_Without_A_Face; 09-20-2007 at 02:52 PM..
Eyes_Without_A_Face is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote