View Single Post
  #12  
Old 04-08-2006, 01:57 AM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well i wanted this hack that i went back to his old one here:
Code:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=71256
Even though i'm not a coder but a curious person to get things done and this happen to be easy to me so far:banana:

ok this is what i did to help everyone out and hope you can understand my chicken scratch as i have no sleep yet..

i open his module files and did everything manually created the php files and template seperated like the old days..

PHP Code:
<?php
// ++=========================================================================++
// || vBadvanced CMPS 2.1.0                                                   ||
// || Random Clock Module By Stitch / Moya @ Vietsaga.com                      ||
// ++ ========================================================================++
  //directory here (relative to script)
$foldername="clocks";
$path 'c:/inetpub/wwww/foldername/forum/' $foldername;
$urlswf=$vbulletin->options['bburl'] . '/' $foldername;
$clock_name='';
$i 0;
$swfDir opendir ($path);
    while ( 
$file readdir$swfDir ) )
    {    
        
//checks that file is an image
        
$file_type strrchr$file"." );
        
$is_clock eregi"swf",$file_type );
        
        if ( 
$file != '.' && $file != '..' && $is_clock )
        { 
$clocks[$i++] = $file; }
    }
closedir ($swfDir);

srand( (double) microtime()*1000000 );
$clock_name $urlswf '/' $clocks[rand0,sizeof$clocks ) -)];
//ends script if no swf found
if ( $i == )
{
    die();
}

//okie spit out the whole thang
eval('$home["$mods[modid]"][\'content\'] = "' fetch_template('adv_portal_clocks') . '";');

unset(
$clock_name);

  

?>
now after that as stated above name the template adv_portal_clocks

and follow his instructions

Code:
<tr>
<td class="alt2" align="center" width="100%">
<object width="150" height="150">
<param name="movie" value="$clock_name">
<embed src="$clock_name" width="150" height="150">
</embed>
</object>
</td>
</tr>
and import all .swf to forum directory in the clocks file that you were suppose to create and that's it also i had problem figuring out the path as i said not a coder for those that don't know i used
Code:
/home/username/mysite.com/
yours will probably be different so go admin control panel and under php info everything you will need will be there.

I'M NOT TAKING CREDIT FOR ANY HACK ,THIS IS TO HELP MEMBERS OUT WITH THE ISSUE WITH THE MODULE NOT UPLOADING CORRECTLY AND HAD TO REVERT BACK TO OLD HACKING METHOD....:bunny:


edited; you can check it out on my site http://www.puertotech.com
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01101 seconds
  • Memory Usage 1,794KB
  • 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
  • (3)bbcode_code
  • (1)bbcode_php
  • (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