View Single Post
  #9  
Old 01-25-2009, 04:20 PM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hm, those javascripts and stylesheets are called:
HTML Code:
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.0 CSS
* Style: 'Rom-Forum 2'; Style ID: 3
*/
@import url("clientscript/vbulletin_css/style-f93e095c-00003.css");
</style>
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_important.css?v=380" />

<!-- / CSS Stylesheet -->

<script type="text/javascript" src="clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=380"></script>
<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=380"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "1232907401-65ec3d17d2f5529672168f47cdfb6d8b7bb67fbd";
var IMGDIR_MISC = "http://www.roma-antiqua.de/forum/images/ra_misc";
var vb_disable_ajax = parseInt("0", 10);
// -->
</script>
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=380"></script>
<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=380"></script>

<link rel="alternate" type="application/rss+xml" title="Rom-Forum - Reise-Tipps & mehr RSS Feed" href="external.php?type=RSS2" />
  
<link rel="SHORTCUT ICON" href="/favicon.ico">
<link rel="STYLESHEET" type="text/css" href="/css/romaantiqua.css" />
<link rel="STYLESHEET" type="text/css" href="/css/menu.css" />

<script type="text/javascript">
function adjustIFrameSize (iframeWindow) {
  if (iframeWindow.document.height) {
    var iframeElement = document.getElementById
(iframeWindow.name);
    iframeElement.style.height = iframeWindow.document.height + 'px';
    iframeElement.style.width = iframeWindow.document.width + 'px';
  }
  else if (document.all) {
    var iframeElement = document.all[iframeWindow.name];
    if (iframeWindow.document.compatMode &&
        iframeWindow.document.compatMode != 'BackCompat')
    {
      iframeElement.style.height =
iframeWindow.document.documentElement.scrollHeight + 5 + 'px';
      iframeElement.style.width =
iframeWindow.document.documentElement.scrollWidth + 5 + 'px';
    }
    else {
      iframeElement.style.height =
iframeWindow.document.body.scrollHeight + 15 + 'px';
      iframeElement.style.width =
iframeWindow.document.body.scrollWidth + 15 + 'px';
    }
  }
}
</script>
<script language="JavaScript" type="text/javascript">
    function thumbpaste (codehtml, codebb) 
    {
        if (window.opener.vB_Editor['vB_Editor_QE_1'].wysiwyg_mode)
        {        
            window.opener.vB_Editor['vB_Editor_QE_1'].insert_text(codehtml);
window.opener.vB_Editor['vB_Editor_QE_1'].collapse_selection_end();
        }
        else
        {
            window.opener.vB_Editor['vB_Editor_QE_1'].insert_text(codebb);
window.opener.vB_Editor['vB_Editor_QE_1'].collapse_selection_end();
        }
        return;
    }
</script>
<script language="JavaScript" type="text/javascript">
    var editorsubmit = window.opener.document.getElementById('vB_Editor_QE_1_save');
    function fnCallback(e) { self.close(); }
    YAHOO.util.Event.addListener(editorsubmit, "click", fnCallback);
</script>
<script language="JavaScript" type="text/javascript">
    function copyclip (codehtml, codebb)
    {
        code = ;
        document.getElementById('codebox').value = code;
        clipboardData.setData('text', code);
    }
</script>
What I require in the php-script I already posted. I just cannot think what else I could include. Do you have any hints what I might try?
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01343 seconds
  • Memory Usage 1,792KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete