insideorkut.com

Anyone know where I can get free iContact mailing list services in Singapore?

Try iContact email marketing for free for 30 days. Click here to use coupon...

Get a free trial of iContact here. Click here for this special deal...
Got a quick question: Anyone know where I can get free iContact mailing list services in Singapore? Looking forward for any answer. Another question on my mind: I have been reading the osCommerce 2.2 Milestone 2 Update 051112 Documentation trying to figure out how to make a Google Ad appear in a right box and it baffles me how to do this. The best way to show you what I want is for you to.

Click here.

..

Over in the right forum you will see a box just above LANGUAGES called Ads by Google. In it I have a link to the script I want in the box rather than a link. I figured out how to put the script in the header but I want the script for the Google Ad to be placed in the box. Is there a way to do this?..

Comments (10)

I'm stumped. I'm not so sure what is the right answer to your question. I'll do some research and get back to you if I discover an decent answer. You should email the people at iContact as they probably could give you help..

Comment #1

Coopco,.

Thanks but I am still in the dark. How does this code work? Where does it go?..

Comment #2

Are we talking about this contribution???.

Http://addons.oscommerce.com/info/3031.

What I did actualy was to replace the.

Google_ad_client = "pub-*************************".

With mine and added.

Google_ad_slot = "******" which I dont know what it is.

PS I used the original file noty the later ones..

Comment #3

It is the code for an info box that you put in column left or right. You call yours ads by google...

Comment #4

Thanks. I tried it there and it had some problems, but when I added the code to the adwords.php page I made it worked!..

Comment #5

I have been reading the osCommerce 2.2 Milestone 2 Update 051112 Documentation trying to figure out how to make a Google Ad appear in a right box and it baffles me how to do this. The best way to show you what I want is for you to.

Click here.

..

Over in the right forum you will see a box just above LANGUAGES called Ads by Google. In it I have a link to the script I want in the box rather than a link. I figured out how to put the script in the header but I want the script for the Google Ad to be placed in the box. Is there a way to do this?..

Comment #6

Why are you looking at that documentation? It was to update osc itself..

<?php.

/*.

Google Infobox, v 1.1 03/16/2005 by LisSyl.

Based on the original version (v 1.0) by Mike Bakker.

OsCommerce.

Http://www.oscommerce.com/.

Copyright © 2000,2001 osCommerce.

Released under the GNU General Public License.

Http://www.websolutionsbymike.com.

Http://www.n2scents.com.

Http://www.davesjerky.com.

*/.

?>.

<! google ads Info Box //>.

<tr>.

<td>.

<?php.

$info_box_contents = array();.

$info_box_contents[] = array('align' => 'center',.

'text' => BOX_HEADING_RESOURCES.

);.

New infoBoxHeading($info_box_contents, false, false);.

$info_box_contents = array();.

$info_box_contents[] = array('align' => 'center',.

'text' => '<script type="text/javascript"><!.

'ADSENSE_SETTINGS ..

'//></script>.

<script type="text/javascript".

Src="http://pagead2.googlesyndication.com/pagead/show_ads.js">.

</script>');.

New infoBox($info_box_contents);.

?>.

</td></tr>.

<! google ads_eof //>..

Comment #7


This question was taken from a support group/message board and re-posted here so others can learn from it.