In the summer 2006 the topic PagePeel (also called Magic Corner, PeelAd, peel away ad) comes up as a new interesting advertising form on websites. I found a lot of more or less well designed PagePeel scripts, but not a single of them was for free.
Here I would like to offer my PagePeel free of charge and without external advertisings. Only condition is that you leave copyright notice.
If you like free page peel script, a backlink would be nice.
Feature:
- NEW! Pageear is scalable now. You can change the peel size 100×100 and 500×500 Pixel by your own.
- Plays MP3-Files on startup, open and close of Pagepeel.
- Possibility to leave peel open and wait for userklick to close. Close text is editable.
- Place it on the left or right upper corner
- Open and close automaticly after X seconds
- Speed of the small pageear could be changed
- Flashcheck (Adobe© Flash Detection)
- Reflecting image on corner
- Color of the pagecorner
- Link target on external side or own (self, new)
- Downwardcompatibly up to Flashversion 6
- Runs on nearly all Browser (FireFox, InternetExplorer, Opera, Safari, etc.)
Installation
1. Download free PagePeel - pack (see below).
2. Unpacked Zip archive on your harddisk.
3. Create two image with size of 100×100 pixel and 500×500 pixel in jpg format. The right top of the pictures (diagonal from the upper left corner to the right lower corner) is visible in your pagepeel. As example use / modifiy provided images pageear_b.jpg and pageear_s.jpg.
4. Edit the file pageear.js with a text editor. Change the urls to the swf files and the jpg images (pageear_b.swf and pageear_s.swf)
For example, if you put pageear on www.any-domain.de/pagepeel/, the URLs must point there.
5. Upload all files on your server (e.g.: public_html/pagepeel/)
6. Include pageear.js and AC_OETags.js in your pagehead. Put the writeObjects() javascript function at the end in your body-Area. For example check index.html.
<html>
<head>
<title></title>
<script src="/dein_pageear_server_pfad/AC_OETags.js"
type="text/javascript">
</script>
<script src="/dein_pageear_server_pfad/pageear.js"
type="text/javascript">
</script>
</head>
<body>
<!-- Contents begin -->
Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem
ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum
Lorem ipsum
<!-- Contents end--><script type="text/javascript">
writeObjects();
</script>
</body>
</html>
If you do all right, the Pagepeel should be shown up on your side.
Note: Pagepeel does not works with a local call (thus if you start directly index.html). To test the pageear simply upload all files to your server an call index-file http://www.musterdomain.de/test/index.html
ToDo for the next version:
- PHP/MySQL Admin
- Administration of several Ads
- Upload and automatically scaling the dimensions of images for the Pagepeel
- further configurable effects
Downloads:
-> Please read license agreements <-
-> A Backlink to this site would be nice
Pre Release v1.4:
29.06.08: PageEar v1.4 (PagePeel free) Download
STABLE:
17.12.07: PageEar v1.2b (PagePeel free) Download
BETA v1.3:
26.03.08: PageEar v1.3 Beta !! (PagePeel free) Download
>> NEW: Pageear administration is available

Want to support us?
29.06.08: PageEar v1.4
- Peel will be visible if big peel is completely loaded
- Peel is no scalable. Set size thumbWidth & thumbHeight und bigWidth & bigHeight in pageear.js for your images. I tested it with 200×200 Pixel for the small peel and 1000×1000 Pixel for the big one.
26.03.08: PageEar v1.3
- Plays MP3-Files on startup, open and close of Pagepeel.
- Possibility to leave peel open and wait for userklick to close. Close text is editable.
17.12.07: PageEar v1.2b
- Sometimes on first mouse over on the small peel the big peel image appeares to late. Fixed now.
13.11.07: PageEar v1.2a
- Sometimes the big peel dont opens. Changed the communication between the peel over localConnection
- Nice soft fadein its now possible if peel is loaded.
28.09.07: PageEar v1.2
- Set pageear in left or right corner of the browser with the new var setDirection
18.09.07: PageEar v1.1a
- Open and close automaticly after X seconds
10.09.07: PageEar v1.1
- Fix pageear.js to avoid horizontal browser scrollbar
- Speed of the small pageear could be changed (1:fast to 4:slow)