Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - geoffrey foggon

Pages: [1]
1
Special Offers Forum / eGraphics designer 2 month trial $1
« on: July 14, 2016, 02:36:10 PM »
hey guys and girls so I'm offering you a cool deal get two months access to egraphics designer for only $1 then only $5.99 after that. The normal subscription is one month free then $5.99, so basically you are getting the first moth for free then the second for only $1.

On this site you will have access to all the tools to create stunning web graphics which include eCovers, buy now buttons and a lot more... There is downloads and training on using gimp which you only really need if you want to upload your own designs to be used as eCovers.

You can check out the site here and sign up as a free member then take me up on this special offer. Free members get to see paid members tools but don't have access to it.

http://geoffreyfoggon.com/egraphic-designer/

Like I said I'm still working on it and more features will be added as soon as possible. Mainly because of bugs that need to be addressed within the scripts etc....

If interested in this offer use this link to get your subscription.

https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9349AR828SDMQ

You will also need to sign up as a free member also in order to get access to the paid members area. You can do that either before or after signing up for the 2 month trial the sign up after subscribing is to gain access to the paid area which is protected by another script.

Enjoy the site.


2
The default autoresponder for profit maker sites is aweber. If you use another autoresponder you will need to edit the autoresponder text file located in the includes folder named autoresponder.txt.

open this using a text editor and it will look like this.

<div id="autoresponder">
<h3><?php echo AUTORESPONDER_HEADER; ?></h3>
<BR>
<form method="post" action="http://www.aweber.com/scripts/addlead.pl">
<input type="hidden" name="meta_web_form_id" value="<?php echo AWEBER_FORM_ID; ?>">
<input type="hidden" name="meta_split_id" value="">
<input type="hidden" name="listname" value="<?php echo AWEBER_LIST_NAME; ?>">
<input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html">
<input type="hidden" name="meta_redirect_onlist" value="">
<input type="hidden" name="meta_adtracking" value="">
<input type="hidden" name="meta_message" value="1">
<input type="hidden" name="meta_required" value="from">
<input type="hidden" name="meta_forward_vars" value="0">
Name:&nbsp;<input type="text" name="name" value="" size="9">
<BR>
Email:&nbsp;&nbsp;<input type="text" name="from" value="" size="9">
<BR><BR>
<input type="submit" name="submit" value="Sign Up Now!">
</form>
</div>

your next step is to delete the autoresponder form it starts from under the <BR> tag and ends at the </form>

your file will now look like this

<div id="autoresponder">
<h3><?php echo AUTORESPONDER_HEADER; ?></h3>
<BR>

</div>

Now you just add the form code from the autoresponder you wish to use.

so it will look something like this.

<div id="autoresponder">
<h3><?php echo AUTORESPONDER_HEADER; ?></h3>
<BR>
<form action="http://*****************" method="post" accept-charset="UTF-8" id="subscription_form">

 
   <fieldset>
   <legend>
    Subscribe  to small buisness solutions
   </legend>
  <input type="hidden" name="list" id="list" value="sbs" />
<p>
<label for="email" class="label_profile_fields" >
Email&nbsp;Address:
</label>
 <input type="text" name="email" id="email" value="" /> <span class="error">* Required</span>
 </p>
<div id="subscriber_fields">
</div>
<input type="hidden" name="f" id="f_s" value="subscribe" />
<div class="buttonfloat">
<input type="submit" value="Subscribe" class="processing" id="subscribe_button" />
</div>
<div class="floatclear"></div>
 </fieldset>
 </form>

now save the file and upload it and you should be all set.

Pages: [1]