Поправьте эти коды пожалуйста,какие пробелы надо убрать.и т.д
<a href="http:// САЙТ.com/ ads_page.php? site_code=ffa20a9d-9e5a-4ec3-9122- f0ee7e7aff66&free_ads=1&adult_ads=1&test_mode=0"> Cool mobile sites</ a>
<?php include_once ('./ adtwirl.php'); $ad = new adtwirl ('ffa20a9d-9e5a-4ec3-9122- f0ee7e7aff66'); $ad- >_free_ads = 1; // 0 - to disable free ads, 1 - to enable (optional) $ad- >_adult_ads = 1; // 0 - to disable adult ads, 1 - to enable (optional) $ad- >_image_ads = 1; // 0 - to disable image ads (banners), 1 - to enable (optional) $ad- >_test_mode = 0; // 1 - for test mode enabled, 0 - disabled (optional) $ad- >_timeout = 3; // for 3 seconds connection timeou t (optional) echo $ad- >show_ad (); // to show the ad ?>
<?php include_once ('./ adtwirl.php'); $ad = new adtwirl ('ffa20a9d-9e5a-4ec3-9122- f0ee7e7aff66'); echo $ad- >show_ad (); // to show the ad ?>
Этот код нужно в саму страницу через include Поставить , а вырезать нечего не надо
13 Авг 2012, 12:54счётчик, ага )))
<a href="http://САЙТ.com/ ads_page.php?site_code=ffa20a9d-9e5a-4ec3-9122-f0ee7e7aff66&free_ads=1&adult_ads=1&test_mode=0"> Cool mobile sites</ a>
<?php
include_once ('./adtwirl.php');
$ad = new adtwirl ('ffa20a9d-9e5a-4ec3-9122- f0ee7e7aff66');
$ad- >_free_ads = 1; // 0 - to disable free ads, 1 - to enable (optional)
$ad- >_adult_ads = 1; // 0 - to disable adult ads, 1 - to enable (optional)
$ad- >_image_ads = 1; // 0 - to disable image ads (banners), 1 - to enable (optional)
$ad- >_test_mode = 0; // 1 - for test mode enabled, 0 - disabled (optional)
$ad- >_timeout = 3; // for 3 seconds connection timeou t (optional)
echo $ad- >show_ad (); // to show the ad
?>
<?php include_once ('./adtwirl.php');
$ad = new adtwirl ('ffa20a9d-9e5a-4ec3-9122- f0ee7e7aff66');
echo $ad- >show_ad (); // to show the ad ?>
BESTxSTRATEG, видимо у тебя нет компа,помню такая же хрень была когда только тел был
13 Авг 2012, 14:38