I understand what you mean. But
www.dwshare.com and
www.divx-world.com point same account. One of them is just the domain forward.
Below you can find a part of showthread.php template i use on my bulletin board :
Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$thread[prefix_plain_html] $thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
<script type="text/javascript" src="clientscript/vbulletin_post_loader.js?v=$vboptions[simpleversion]"></script>
<style type="text/css" id="vbulletin_showthread_css">
<!--
<if condition="$show['tag_box']">
#tag_edit_list { list-style:none; margin:0px; padding:0px; }
#tag_edit_list li { float:$stylevar[left]; display:block; width:200px; }
#tag_edit_list li.mine { font-weight:bold; }
</if>
#links div { white-space: nowrap; }
#links img { vertical-align: middle; }
-->
</style>
<style type="text/css" media="screen">
<!--
@import url("http://www.dwshare.com/p7tp_01.css");
-->
</style>
<script type="text/javascript" src="http://www.dwshare.com/p7tpscripts.js"></script>
</head>
<body onload="P7_initTP(1,0)">
$header
$navbar
$poll
<if condition="$show['tag_box']">
As you can see through above codes, i've put the "calling" line between <head> tags. If there was something wrong with javascript code or even the showthread template, then the script should not work. But what i see is, the only problem is the difference between the link i enter and i get.
You are right about the hacks. Even i turned off all of them, nothing changed. Beside, i also installed a clean vbulletin on my own computer and i did all the tests through localhost. But the result was still same.
And please let me mentione again that i do appreciate a lot all of your kind replies. So thank you very much again for all of your answers.