
You have 4 ways to put on your site:
- bottomleft
bottomright
topleft
topright
Code: Select all
http://rapidshare.com/files/255418062/Peel3scripts_by_SamX.zip
Code: Select all
http://rapidshare.com/files/255428244/notext.zip
http://rapidshare.com/files/255428085/animatedbackgrounds.zip
http://rapidshare.com/files/255428946/SimplePeel.zip
http://rapidshare.com/files/255429295/smallcorners.zip
http://rapidshare.com/files/255430676/Peelads_JPGS.zip
Example: Top Right
3. Create a New Directory yoursite.com/peel/
4. Upload the files on the topright folder
- uncover.swf
cover.swf
images folder
We need to configure some
On lines 18 - 21 change the image path
Code: Select all
smallimg[0]= 'images/covers3.jpg';
smallimg[1]= 'images/covers3.jpg';
smallimg[2]= 'images/covers3.jpg';
smallimg[3]= 'images/covers3.jpg';
Code: Select all
Change images/covers3.jpg to
http://www.yoursite.com/peel/images/covers3.jpg or your_ad.jpg
Code: Select all
bigimg[0] = "images/big.gif";
bigimg[1] = "images/big.gif";
bigimg[2] = "images/big.gif";
bigimg[3] = "images/big.gif";
Code: Select all
Change images/big.gif to
http://www.yoursite.com/peel/images/big.gif or your_big_ad.jpg
Code: Select all
urlval[0] = "http://www.google.com";
urlval[1] = "http://www.google.com";
urlval[2] = "http://www.google.com";
urlval[3] = "http://www.google.com";
Code: Select all
Change http://www.google.com to
http://www.yoursite.com/promo.html (url to click add)
Once finish upload peel.js on yoursite.com/javascript/
6. Open templates/your_template/Panels/HTMLHead.html
Add after </head>
Code: Select all
<script type="text/javascript" src="http://www.yoursite.com/javascript/peel.js"></script>
Code: Select all
var scrolltxtsmall = "YOUR SMALL PROMO";
Code: Select all
var scrolltxtbig = "YOUR BIG TEXT PROMO";
Code: Select all
smallimg[1]= 'images/covers3.jpg';
smallimg[2]= 'images/covers3.jpg';
smallimg[3]= 'images/covers3.jpg';
Code: Select all
bigimg[1] = "images/big.gif";
bigimg[2] = "images/big.gif";
bigimg[3] = "images/big.gif";
Code: Select all
urlval[1] = "http://www.google.com";
urlval[2] = "http://www.google.com";
urlval[3] = "http://www.google.com";