Поиск

Поиск

Кеширование блоков с sql-запросами для slaed cms

…Website: http://www.slaed.net if (!defined("BLOCK_FILE")) { header("Location: ../index.php"); exit; } /* Начало изменений */ $content = call_cache("block-news");//вызов кеша //есл...
132559 ra55551

Последние комментарии из трех таблиц

…block-LastComments.php <?php if (!defined('BLOCK_FILE')) { Header("Location: ../index.php"); exit; } global $prefix, $db; $strip = 20; #обрезка текста комментария $limit = 5; #кол...
2 119823 Buch

Проблема с блоком на хосте

…страниц этой категории <?php if (!defined('BLOCK_FILE')) { Header("Location: ../index.php"); exit; } global $prefix, $db, $module_name, $cid, $pid, $pagecatnumlinc, $pagecatlink; ...
11 147741 Turbo

Модуль Files - Режим загрузки файлов.

…lor=blue]function/function.php[/color] Замените: [color=red] Header("Content-Length: ".filesize($url)."");[/color] На: [color=green] Header("Content-Length: ".intval(filesize($url) ...
6 77817 semobile

не получается установить sape...

…от так... это в блок... <?php if (!defined('BLOCK_FILE')) { Header("Location: ../index.php"); exit; } define('_SAPE_USER', 'тут мой хэш'); require_once($_SERVER['DOCUMENT_ROOT'].'...
6 107304 nick888

Как подключить PHP файл на все страницы сайта?

…л создать блок с содержанием: if (!defined('BLOCK_FILE')) { Header("Location: ../index.php"); exit; } $content = require_once($_SERVER['DOCUMENT_ROOT'].'/lin/new.php'); тогда на с...
2 81104 gagauz

Множественный поиск из выпадающего списка

…цикл. <&#063;php<br /> if (!defined("MODULE_FILE")) {<br /> Header("Location: ../../index.php");<br /> exit;<br /> }<br /> get_lang($conf['name']);<br /> <br /> function search_re...
2 157526 gizzo

Блок вывода последних новостей на отдельной странице Php

….net - это мой любимый блок*/ if (!defined('BLOCK_FILE')) { Header("Location: ../index.php"); exit; } global $prefix, $db; $result1 = $db->sql_query("SELECT sid, hometext, UNIX_TI...
16 133000Jorik

Личные сообщения IPB в блоке User_Info

if (!defined("BLOCK_FILE")) { Header("Location: ../index.php"); exit; } global $prefix, $db, $conf, $confu; include_once("modules/forum/conf_global.php"); $table_prefix = $INFO['sq...
118452 Migrans

с вертикального на горизонтальное

помогите переделать с вертикального блока на горизонтальное. немогу с этими таблицами разобратся....вечно всё карючит у меня...... может я неправильно делаю както.... вот сорцы: Ск...
5 165500 dayser

Прячем код Сапы от Поисковиков

…меня было до изменений: <?php if (!defined('BLOCK_FILE')) { Header("Location: ../index.php"); exit; } define('_SAPE_USER', 'мой id номер'); require_once($_SERVER['DOCUMENT_ROOT']....
4 196796 Artem21

Карты сайта

…. ПОмогите найти косяк <?php if (!defined('MODULE_FILE')) { Header("Location: ../../index.php"); exit;} $pagetitle = $defis."Карта игрового раздела"; include(" header.php"); OpenTa...
72404morpheuz1

Меняем систему AJAX

…es/test_modul/index.php: <?php if(!defined("MODULE_FILE")){ header('Location: .././index.php'); exit; } function main(){ global $conf; head(); open(); echo '<div id="adiv"></div><...
14 401651 Алексей

Найдена проблема в SLAED CMS 2.6 Lite Final

…кламой. Данный баннер можно устранить зайдя в config/config_ header.php и стереть строчку.
6 34169artmm

Блок чат

…сервер заранее спасибо. <?php if (!defined('BLOCK_FILE')) { Header("Location: ../index.php"); exit; } require_once("config/config_chat.php"); $chatrefresh=$chatrefresh*1000; $cont...
6 104008 kruglyakov

Таблица

…ул туда файл index.php <?php if (!defined("MODULE_FILE")) { Header("Location: ../../index.php"); exit; } get_lang($conf['name']); $pagetitle = "".$conf["defis"]." "._ABOUT_COMPANY...
13 91427DESTROY_TRADE

ICQ

…зывает белую страницу. <?php if (!defined('MODULE_FILE')) { Header("Location: ../../index.php"); exit; } include 'lib.php'; $pagetitle = "$defis Отправка сообщения на ICQ"; includ...
3 103590 kruglyakov

'последние комментарии' из трех таблиц

…block-LastComments.php <?php if (!defined('BLOCK_FILE')) { Header("Location: ../index.php"); exit; } global $prefix, $db; $strip = 20; #обрезка текста комментария $limit = 5; #кол...
3 114924 Buch

Модуль Puzzle для Slaed 2.*

…версии 2.5 и 2.6, под 2.1 нужно заменить head() на include(" header.php") foot() на include("footer.php") Качаем здесь
1 35905 BugsTracker

Фиксим баг с отображением счетчиков Hits и Hosts в Опера

…br /> ImageString($image, 1, 40, 4, $hit[0], $color);<br /> Header("Content-type: image/gif");<br /> ImageGif($image, "", 100);<br /> ImageDestroy($image);<br /> exit;<br /> break...
8 87832 GRAFLEKX

Фиксим баг с отображением капчи в Опера

…te("F j")."".$random."".$conf['sitekey']."")), 2, 6);<br /> Header("Content-type: image/jpeg");<br /> $image = imagecreatefrompng(img_find("misc/code_bg"));<br /> $color = imageco...
25 130578 GRAFLEKX

Помогите настроить TEMPLATE ошибка ERROR IN HEAD !!!

…SPAN><DIV class="clr"></DIV> </DIV></DIV></DIV> <DIV id="top header"><DIV class="dleft"> <DIV class="dright" style="width: 851px; height: 86px"> <table border="1" width="100%" id="...
4 260416boola

Модуль игры на основе модуля файлов

…class=\"fbutton\"></div></form>"; close(); foot(); } else { Header("Location: index.php?name=".$conf['name'].""); } }
22 195229typou

Сохранение в файл

…); function pricelist_edit() { global $admin_file; include(" header.php"); GraphicAdmin(); $maincontent = file_get_contents("blocks/block-Pricelist.php"); OpenTable(); echo "<h1>Ре...
7 81081 Goshan

PHPMailer + OpenSlaed 1.x = SMTP

…SER.": ".getagent()."<br>"._HASH.": ".md5(getagent()).""; $m header = "MIME-Version: 1.0\n" ."Content-Type: text/html; charset="._CHARSET."\n" ."Content-Transfer-Encoding: 8bit\n" ...
5 172770Golf

Страница 2 из 4. Всего: 77

1 2 3 4
Хотите опробовать SLAED CMS в действии?
Идеи и предложения
Обратная связь
Подтверждение

Поделиться
QR-код

Предварительный просмотр