форум vBSupport.ru > vBulletin > Old vB versions (3.0.x & 2.x.x) > vBulletin 3.6.x > vBulletin [3.6] Troubleshooting and Problems
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
DDeath
Простоузер
Default Аякс
0

Проблема такая использую я хак хайд експендед там не работает функция спасибо тоесть пасибка идёт бесконечно... я откл. весь аякс на форуме.... и вот решил поставить чатбокс а там используется аякс для пересылки.... ожно ли отключить отдельную функцию аякса на форуе чтоб не стродали другие?
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
g0rn
Гуру
Default
0

вырежи из кнопки хайда onclick="тут че то" или ченить такое
 
 
DDeath
Простоузер
Default
0

Quote:
Originally Posted by g0rn View Post
вырежи из кнопки хайда onclick="тут че то" или ченить такое
Мдя подробное обьеснение... вырежи то не знаю что)))
 
 
g0rn
Гуру
Default
0

попробуй в шаблоне thanks_postbtn найти:
HTML Code:
<a href="showthread.php?$session[sessionurl]thanks_mode=add&amp;postid={$postid}" onclick="return !thanks_do($postid);"><img src="$stylevar[imgdir_button]/thanks.gif" alt="$vbphrase[say_thank_you]" title="$vbphrase[say_thank_you]" border="0" /></a>
и заменить на:
HTML Code:
<a href="showthread.php?$session[sessionurl]thanks_mode=add&amp;postid={$postid}"><img src="$stylevar[imgdir_button]/thanks.gif" alt="$vbphrase[say_thank_you]" title="$vbphrase[say_thank_you]" border="0" /></a>
так кнопка должна работать без аякса.
 
 
DDeath
Простоузер
Default
0

нашёл другой способ...

Берём и в продукте вырезаем этот код

Code:
<template name="thanks_ajax" templatetype="template" date="1164204721" username="admin" version="2.7.0"><![CDATA[<!-- AJAX Thanks -->


<script type="text/javascript">
<!--

/**
* Initialize Variables
*/
var thanks_postid = 0;
var thanks_pending = false;

/**
* Fetch AJAX'ed Thanks
*/
function thanks_fetch()
{
	if (typeof vb_disable_ajax != 'undefined' && vb_disable_ajax == 2)
	{
		// disable all ajax features
		return false;
	}

	if (thanks_ajax.handler.readyState == 4 && thanks_ajax.handler.status == 200 && thanks_ajax.handler.responseXML)
	{
		if (fetch_object('thanks_progress_' + thanks_postid))
		{
			fetch_object('thanks_progress_' + thanks_postid).style.display = 'none';
		}
	
		// undo pending
		thanks_pending = false;
		
		// fetch status
		var status = fetch_tags(thanks_ajax.handler.responseXML, 'status')[0].firstChild.nodeValue;
		
		// generate html
		if (status == 'ok')
		{
			// ###### wrapper ######
 			var wrapper_dat = fetch_tags(thanks_ajax.handler.responseXML, 'wrapper')[0].firstChild.nodeValue;
			var wrapper_obj = fetch_object('thanks_wrapper.' + thanks_postid);

			wrapper_obj.innerHTML = wrapper_dat;
			wrapper_obj.style.display = ((wrapper_dat == '::blank::') ? 'none' : 'block');
			
			// ###### message ######
			var message_dat = fetch_tags(thanks_ajax.handler.responseXML, 'message')[0].firstChild.nodeValue;
			var message_obj = fetch_object('post_message_' + thanks_postid);
			
			message_obj.innerHTML = message_dat;
			
			// ###### postbit ######
			var postbit_dat = fetch_tags(thanks_ajax.handler.responseXML, 'postbit')[0].firstChild.nodeValue;
			var postbit_obj = fetch_object('thanks_postbit.' + thanks_postid);			
			
			postbit_obj.innerHTML = postbit_dat;
			
			// ###### postbtn ######
			var postbtn_dat = fetch_tags(thanks_ajax.handler.responseXML, 'postbtn')[0].firstChild.nodeValue;
			var postbtn_obj = fetch_object('thanks_postbtn.' + thanks_postid);			
			
			postbtn_obj.innerHTML = postbtn_dat;
		}
		else if (status == 'unregistered')
		{
			alert('$vbphrase[hidetag_alert_htnx_unregistered]');
		}
			
		if (is_ie)
		{
			thanks_ajax.handler.abort();
		}
	}
}

/**
* Insert Thanks
*
* @ param integer		id of the post
*/
function thanks_do(postid)
{
	if (typeof vb_disable_ajax != 'undefined' && vb_disable_ajax == 2)
	{
		// disable all ajax features
		return false;
	}

	if (!thanks_pending)
	{
		if (fetch_object('thanks_progress_' + postid))
		{
			fetch_object('thanks_progress_' + postid).style.display = '';
		}
	
		thanks_pending = true;
		thanks_postid = postid;

		thanks_ajax = new vB_AJAX_Handler(true);
		thanks_ajax.onreadystatechange(thanks_fetch);
		thanks_ajax.send('ajax.php', 'do=thanks&postid=' + postid);
	}

	return true;
}

/**
* Insert Thanks
*
* @ param integer		id of the post
* @ param integer		id of the user to remove (-1 = remove all, permissions are handled on php side)
*/
function thanks_undo(postid, userid)
{
	if (typeof vb_disable_ajax != 'undefined' && vb_disable_ajax == 2)
	{
		// disable all ajax features
		return false;
	}

	if (!thanks_pending)
	{
		if (fetch_object('thanks_progress_' + postid))
		{
			fetch_object('thanks_progress_' + postid).style.display = '';
		}
	
		thanks_pending = true;
		thanks_postid = postid;

		thanks_ajax = new vB_AJAX_Handler(true);
		thanks_ajax.onreadystatechange(thanks_fetch);
		thanks_ajax.send('ajax.php', 'do=removethanks&postid=' + postid + '&userid=' + userid);
	}

	return true;
}

//-->
</script>
<!-- / AJAX Thanks -->]]></template>
 
 
g0rn
Гуру
Default
0

Quote:
Originally Posted by DDeath View Post
нашёл другой способ...

Берём и в продукте вырезаем этот код
и получаем ошибку js из-за функции с отсутствующим определением?
 
 
DDeath
Простоузер
Default
0

нет.... удаляем эти строки включаем аякс и всё пашет как надо.. можеш проверить у мя на форуме... ссылка в подписи

Добавлено через 7 минут
правдо я хз... може надо ещё чтото удалить .. а то вдруг из всего этого каянить уязвимость вылезет

Last edited by DDeath : 07-22-2007 at 04:21 PM. Reason: Добавлено сообщение
 
 
g0rn
Гуру
Default
1

Quote:
Originally Posted by DDeath View Post
нет.... удаляем эти строки включаем аякс и всё пашет как надо.. можеш проверить у мя на форуме... ссылка в подписи
ну как бы пашет, но ИЕ ругается. вот попробуй в нем включить вывод ошибок сценария и нажать на кнопку. не правильно это. лучше выполнить изменение в шаблоне, которое я указал выше и удалить из продукта яваскрипт.
 
 
DDeath
Простоузер
Default
0

//Удаление без аякса

В шаблоне thanks_wrapper ишем

HTML Code:
<a href="showthread.php?$session[sessionurl]thanks_mode=remove&amp;postid=$postid&amp;userid=-1" onclick="return !thanks_undo($postid, -1);">$vbphrase[hidetag_remove_all]</a>
заменить на

HTML Code:
<a href="showthread.php?$session[sessionurl]thanks_mode=remove&amp;postid=$postid&amp;userid=-1">$vbphrase[hidetag_remove_all]</a>
в шаблоне thanks_bit

найти

HTML Code:
<a href="showthread.php?$session[sessionurl]thanks_mode=remove&amp;postid=$postinfo[postid]&amp;userid=$userid" onclick="return !thanks_undo($postinfo[postid], $userid);">[$vbphrase[hidetag_remove]]</a>
заменить на

HTML Code:
<a href="showthread.php?$session[sessionurl]thanks_mode=remove&amp;postid=$postinfo[postid]&amp;userid=$userid">[$vbphrase[hidetag_remove]]</a>

Last edited by DDeath : 07-22-2007 at 05:36 PM. Reason: Добавлено сообщение
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 12:45 AM.


Powered by vBulletin® Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.