Thread: vb's pagination
View Single Post
  #1  
Old 02-18-2004, 10:34 PM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default vb's pagination

im trying to use vb's pagination but it isnt working
i keep getting division of by zero on line 1611 in includes/functions.php.
this is the code:
PHP Code:
    $limit=2;
    
$query_count$DB_site->query("SELECT * FROM gallery WHERE gallery_id='$id'");
    
$totalrows$DB_site->num_rows($query_count);
        if(empty(
$page)){
            
$page=1;
        }
    
sanitize_pageresults($totalrows$page$limit,100);
    
$limitlower = ($page 1) * $limit+1;
    
$limitupper = ($page) * $limit;
    if (
$limitupper $totalrows)
    {
        
$limitupper $totalrows;
        if (
$limitlower $totalrows)
        {
            
$limitlower $totalrows-$limit;
        }
    }
    if (
$limitlower <= 0)
    {
        
$limitlower 1;
    }
$fgall$DB_site->query("SELECT gallery_index.gallery_views,gallery.* FROM gallery,gallery_index WHERE gallery_index.gallery_id='$id' AND gallery.gallery_id='$id' LIMIT " . ($limitlower-1) . ",$limit $type $order");
$imagesnum=$DB_site->num_rows($fgall);
    if(
$imagesnum==0){    
    
$DB_site->query("UPDATE gallery_index SET gallery_views=gallery_views+1 WHERE gallery_id='$id'");
            
$fgalnav=$DB_site->query("SELECT gallery_index.gallery_name FROM gallery_index WHERE gallery_index.gallery_id='$id'");
            
$galnav=$DB_site->fetch_array($fgalnav);
            
$navbits = array();
            
$navbits["#"] = "Gallery";
            
$navbits["gallery.php?view=index"] = "Gallery Index";
            
$navbits[''] = $galnav[gallery_name];

            
$navbits construct_navbits($navbits);
        eval(
'$navbar = "' fetch_template('navbar') . '";');
        
mysql_free_result($fgalnav);
        eval(
'print_output("' fetch_template('gallery_gal_none') . '");');
}
else{    
    while(
$gallery$DB_site->fetch_array($fgall))
{
        if(
$gallery[image_totalvotes]==0){
            
$rating=0;
        }
        else{
            
$calcrating$gallery[image_totalrating]/$gallery[image_totalvotes];
            
$ratinground($calcrating);
        }
    
$galleryimagedate=date("m/d/Y - g:i A",$gallery[image_date]);    
    if(
$galoption[gallerybit]==1){
        eval(
'$gallerybits .= "' fetch_template('gallery_gal_lvl1alt') . '";');
    }
    else{
        eval(
'$gallerybits .= "' fetch_template('gallery_gal_lvl1') . '";');
    }    
}
    
mysql_free_result($fgall);
    
$DB_site->query("UPDATE gallery_index SET gallery_views=gallery_views+1 WHERE gallery_id='$id'");
        
$fgalnav=$DB_site->query("SELECT gallery_index.gallery_name FROM gallery_index WHERE gallery_index.gallery_id='$id'");
        
$galnav=$DB_site->fetch_array($fgalnav);
        
$navbits = array();
        
$navbits["#"] = "Gallery";
        
$navbits["gallery.php?view=index"] = "Gallery Index";
        
$navbits[''] = $galnav[gallery_name];

        
$navbits construct_navbits($navbits);
    eval(
'$navbar = "' fetch_template('navbar') . '";');
    
$pagenav construct_page_nav($totalrows"gallery.php?view=gal&amp;id=$id""&amp;pp=$limit");
    
mysql_free_result($fgalnav);
            if(
in_array($bbuserinfo['usergroupid'], array(4,5,6))) 
            { 
                eval(
'$submitgal .= "' fetch_template('gallery_subbutton') . '";');
            }
    eval(
'print_output("' fetch_template('gallery_gal') . '");'); 
can anyone help?
it show the lil page nav page with "Page of 0"
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01094 seconds
  • Memory Usage 1,832KB
  • 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_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