Thread: Toplist
View Single Post
  #1332  
Old 11-29-2006, 11:05 AM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does not work with 3.6.4 because the Installinstructions do not describe how to add the Cronjobs with 3.6.x ......

It allways told me that Fields are empty or a "Phrase" is not correct if i try to add them at AdminCP.

Update : Have fixed it for me after seen the last Posting !

Please make a clean Update to 3.6.x with new Installinstructions that are more detailed please.

Another Bug:

If a User has entered a new Site he get?s 3 Code. A small Button, THEN NOTHING, and a Textlink.

In the middle (THEN NOTHING) there is a URL created (http://www.politikstube.de/forum/ima...image.png?id=4) that only gives me this if i enter it into a Browserwindow :

Code:
escape_string($_GET['id']) . "' LIMIT 1"; $sqlr = $db->query_read($sql); $sr = $db->fetch_array($sqlr); if ($vbulletin->options['toplist_ranking_method'] == 0) { $order = '`in`'; } else if ($vbulletin->options['toplist_ranking_method'] == 1) { $order = '`out`'; } else if ($vbulletin->options['toplist_ranking_method'] == 2) { $order = '`rating_average`'; } else if ($vbulletin->options['toplist_ranking_method'] == 3) { $order = '`views`'; } else { $order = '`in`'; } $rank1 = "SELECT * FROM " . TABLE_PREFIX . "toplist_sites ORDER BY " . $order . " DESC"; $rank2 = $db->query_read($rank1); $i = 1; while($rank3 = $db->fetch_array($rank2)) { if ($rank3['id'] == $_GET['id']) { $rank = $i; } else { $i++; } } // ############################# CREATE IMAGE ############################ imagestring($image, $font, 44, 28, $rank, $color); imagestring($image, $font, 52, 42, $sr['in'], $color); imagestring($image, $font, 62, 56, $sr['out'], $color); imagestring($image, $font, 52, 70, $sr['rating_average'], $color); imagestring($image, 2, 5, 83, $sr['name'], $color); imagepng($image); imagedestroy($image); ?>
Somethings not working there - what should this middle Image be ???
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01040 seconds
  • Memory Usage 1,767KB
  • 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_code
  • (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