TinyPortal

Development => Block Codes => Topic started by: akulion on May 08, 2006, 09:54:00 PM

Title: Amazing Counters
Post by: akulion on May 08, 2006, 09:54:00 PM
Free!

Attractive

Over 420 Designs to choose from

Record every hit or just unique hits!

You can even remove the link from it if you want!

Amazing counters.com (http://www.amazingcounters.com)

PS: Sign up and get your amazing counter now for only $99.99

PPS: I was just kidding in the PS , its actually free lol

PPPS: All setup instructions and code are on the page if you follow them :D

PPPPS: This code has been added to the code snippet index under "c" as "Counter (amazing counter)"
Title: Re: Amazing Counters
Post by: Jpg on August 23, 2006, 07:48:22 PM
It's ok but they put an ad under the counter.
Title: Re: Amazing Counters
Post by: akulion on August 29, 2006, 12:39:05 PM
remove it..i did - but dont get caught :2funny:
Title: Re: Amazing Counters
Post by: G6Cad on August 29, 2006, 12:42:28 PM
 ::) I changed the textcolor to the same as the block background, kind of invissible now, please dont tell  :coolsmiley:
Title: Re: Amazing Counters
Post by: Jpg on August 29, 2006, 02:02:58 PM
That's smart....lol...
Title: Re: Amazing Counters
Post by: OzButcher on December 15, 2006, 02:53:48 PM
Which PHP do I paste that code in if I want to make it appear at the bottom of my main page? is it indextemplate.php?
Title: Re: Amazing Counters
Post by: akulion on December 15, 2006, 10:04:46 PM
Oz they will give u a code once u sign up and activate ur counter. It has to be placed in a script block I believe and thats all
Title: Re: Amazing Counters
Post by: JOSHSKORN on July 04, 2007, 12:05:01 PM
I only got this to display as a right block.  How do I put it at the bottom of my page like normal counters?
Title: Re: Amazing Counters
Post by: IchBin on July 04, 2007, 05:10:22 PM
You add the code they give you to the index.template.php after/before the copyright. Depends on where you want it.
Title: Re: Amazing Counters
Post by: JOSHSKORN on July 04, 2007, 09:20:20 PM
Quote from: IchBinâ„¢ on July 04, 2007, 05:10:22 PM
You add the code they give you to the index.template.php after/before the copyright. Depends on where you want it.

Didn't work.  Right before the comment in index.template.php for "Show the powered by..." I pasted the following:


// Show the counter

<div align="center"><a href="http://www.amazingcounter.com"><img border="0" src="http://c9.amazingcounters.com/counter.php?i=1872199&c=5616910" alt="Free Web Counter"></a><br><a href="http://www.coupons-coupon-codes.com/home-depot/">Home Depot Coupon</a></div>


See the error here (http://www.3iclan.net/smfforums12).

Let me know what I'm doing wrong.  Thanks.  Yes I turned off any previous blocks w/ the counter code in it.
Title: Re: Amazing Counters
Post by: G6Cad on July 04, 2007, 09:27:25 PM
try and add an echo' to it

// Show the counter
echo'
<div align="center"><a href="http://www.amazingcounter.com"><img border="0" src="http://c9.amazingcounters.com/counter.php?i=1872199&c=5616910" alt="Free Web Counter"></a><br><a href="http://www.coupons-coupon-codes.com/home-depot/">Home Depot Coupon</a></div>
Title: Re: Amazing Counters
Post by: JOSHSKORN on July 04, 2007, 09:42:04 PM
Quote from: G6â„¢ on July 04, 2007, 09:27:25 PM
try and add an echo' to it

// Show the counter
echo'
<div align="center"><a href="http://www.amazingcounter.com"><img border="0" src="http://c9.amazingcounters.com/counter.php?i=1872199&c=5616910" alt="Free Web Counter"></a><br><a href="http://www.coupons-coupon-codes.com/home-depot/">Home Depot Coupon</a></div>


Didn't work.  I even tried it with and without a space in between 'echo' and the apostrophe.

Edit: File attached

Also note that I'm modifying the index.template.php file from the helios multi tp theme, not the default.
Title: Re: Amazing Counters
Post by: G6Cad on July 04, 2007, 09:47:58 PM
Just tested the code at my own forum and it shows up just as it should.
Look in the bottom at the copywrite
www.familjegodis.se
Title: Re: Amazing Counters
Post by: G6Cad on July 04, 2007, 09:49:57 PM
Just checked your file, you forgot to add in the '; after the last div before your echo

This should work now
Title: Re: Amazing Counters
Post by: JOSHSKORN on July 04, 2007, 09:57:06 PM
Thank you so much G6!!  I love you guys here! :D