Author Topic: Addon Page With Iframe  (Read 2848 times)

0 Members and 1 Guest are viewing this topic.

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 197
  • Karma: +0/-0
  • Best PTC Site List
  • Referrals: 6
    • Best And Paying PTC Sites
    • Email
Addon Page With Iframe
« on: May 21, 2013, 12:27:04 PM »
First ::

Create a php page and name it whatever you like.Upload it to public_html/members..

Use Below code

Code: [Select]
<fieldset><legend>C4C-Rotator</legend>

<menu>Our free rotator you can promote your websites and referral urls from one simple url. Its simple, every time someone visits your rotator url they will be directed to one of your websites. When they come back they will see a different website! And unlike other rotators, there's no limit the amount of URLs that you can rotate.



.</menu>
</fieldset><br />


<table height="500" width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<br>
<form action="index.php?view=prices&action=send&amp;<?=$url_variables;?>" method="post" name="form">

<fieldset class="form contactForm">

<center> <h3>Send Details To Admin@Crew4Crew-PTC.com</h3>

<td><iframe id="content" style="WIDTH: 100%; HEIGHT: 400" name="content" src="/reflink.php" frameborder="0" width="100%" scrolling="yes" height="600"></iframe></td>
</tr>
</tbody>
</table>

Now Use This code for /public_html/includes/module

Code: [Select]
$module['c4c_service'] = array("Service","c4c_service.php",0);
Second ::

Create a php page and name it whatever you like.Upload it to public_html/members..
This will be your be url Rotator

Code: [Select]
<html>
<head>
<title>Advertise @ Crew4Crew-PTC</title>
<meta name="keywords" content="chat, ptc hats, ptc uk, ptc users, ptc web, ptc website, ptc websites, ptc work, ptc-1, ptc-10, ptc-network, ptc.edu, ptc.org, reliable ptc, secure ptc, secure ptc com, system, the best ptc, the best ptc site, the ptc, theclickers, theclickers net ptc, theclickers ptc, theclixworld, top 10 ptc, top ptc, top ptc site, trinityclicks, trusted ptc, trusted ptc site, valid ptc, velvetclix">
<style>
* {margin:0; padding:0;}
</style>

</head>
<body>

<?php
$urls 
= array(
"url link 1 ",
"url link 2",
"url link 3",
"url link 4");


$url $urls[array_rand($urls)];

echo 
'<iframe style="margin:0; padding:0; border:0;" src='.$url.' width=100% height=100% frameborder=no></iframe>';

?>

</body>
</html>

This code only allow four url links

Demo
http://crew4crew-ptc.com/index.php?view=account&ac=c4c_ads&
« Last Edit: May 21, 2013, 01:48:54 PM by homenet1 »