vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   uCash & uShop (https://vborg.vbsupport.ru/forumdisplay.php?f=100)
-   -   Allow Guests to view the ushop (https://vborg.vbsupport.ru/showthread.php?t=78186)

hollyboy 03-15-2005 10:05 PM

Quote:

Originally Posted by Polo
here

:ermm: There is something wrong then...
The page I don't want the guest to view is this one: http://www.interfans.org/forum/profil_pic.php


Here's the code, as u can see there is no the code mentioned before

Code:

<?php
error_reporting(E_ALL & ~E_NOTICE);

// ##################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'profil_pic');

// get special phrase groups
$phrasegroups = array('cpglobal','forum','user');

// get special data templates from the datastore
$specialtemplates = array();

// on met en cache les templates
$globaltemplates = array('PROFIL_PIC','profil_pic_lettres','profil_pic_liste');

// pre-cache templates used by specific actions
$actiontemplates = array();

require_once('./global.php');

globalize($_REQUEST, array(
                          'lettre' => STR,
                            'usergroup' => STR,
                            'ordre' => STR
                            ));



if (!$ordre)
  {
    $ordre="ASC";
    $image="desc";
  }

if ($ordre == "ASC")
  {
    $ordre2 = "DESC";
    $image="desc";
  } else {
    $ordre2 = "ASC";
    $image = "asc";
  }

if ($lettre!="")
  {
    $condition = "AND user.username LIKE ('$lettre%')";
    $tri = "ORDER BY user.username";
    if (!$ordre)
      {
        $ordre = "ASC";
        $ordre2 = "DESC";
      }
      }

if ($usergroup != "")
  {
    $tri = "ORDER BY user.usergroupid";
    if ($ordre=="DESC")
      {
        $ordre2 = "ASC";
        $image = "asc";
      }  else
      {$ordre2 = "DESC";
      $image="desc";
      }

      } else $tri = "ORDER BY user.username";

$pagenumber = $_REQUEST['page'];
if ($pagenumber == "") $pagenumber=1;
            $page_start=($pagenumber-1)*10;

$listes = $DB_site->query("
  SELECT profil.userid, profil.profilepicdata, profil.filename, user.username AS username, user.usergroupid AS usergroupid, usergroup.title AS title, usergroup.opentag AS open, usergroup.closetag AS fin
  FROM ". TABLE_PREFIX ."customprofilepic AS profil
  LEFT JOIN ". TABLE_PREFIX ."user AS user ON (user.userid=profil.userid)
  LEFT JOIN ". TABLE_PREFIX ."usergroup AS usergroup ON (user.usergroupid = usergroup.usergroupid)
  WHERE profil.visible='1' $condition
  $tri $ordre LIMIT $page_start,10 ");

  $result= $DB_site->query_first("SELECT COUNT(profil.userid) AS nb FROM ". TABLE_PREFIX ."customprofilepic AS profil LEFT JOIN ". TABLE_PREFIX ."user AS user ON (user.userid=profil.userid)
  LEFT JOIN ". TABLE_PREFIX ."usergroup AS usergroup ON (user.usergroupid = usergroup.usergroupid)
  WHERE profil.visible='1' $condition
  $tri $ordre");

  // on construit maintenant la navigation entre les pages
                  $totalpages=ceil(($result[nb])/10);

    $alt = "1";
    $show['first'] = "1";
    $show['prev'] = "1";
    $show['next'] = "1";
    $show['last'] = "1";
    $firstnumbers[first] = "1";
    $firstnumbers['last'] = $totalpages;
    $total = $totalpages;

    if ($pagenumber==1) $show['prev'] = "0";
      else $prevpage=$pagenumber-1;
    if ($pagenumber == $total) $show['next'] = "0";
      else $nextpage=$pagenumber+1;

                    for($i=0;$i<$totalpages;$i++) {
                        $curpage=$i+1;
            if($pagenumber==$curpage) {
              eval("\$pagenav .= \"".fetch_template('pagenav_curpage')."\";");
                      } else {
                if ($usergroup!="")
                  {
                    $address = "profil_pic.php?usergroup=oui&amp;ordre=$ordre";
                    eval("\$pagenav .= \"".fetch_template('pagenav_pagelink')."\";");
                  }
                  else if ($lettre != "")
                  {
                    $address = "profil_pic.php?lettre=$lettre";
                    eval("\$pagenav .= \"".fetch_template('pagenav_pagelink')."\";");
                  }
                  else {
                    $address = "profil_pic.php?";
                    eval("\$pagenav .= \"".fetch_template('pagenav_pagelink')."\";");
                  }
                        }
                    }


  eval("\$navigation = \"".fetch_template('pagenav')."\";");

  while ($liste=$DB_site->fetch_array($listes))
  {
    eval("\$pic .= \"".fetch_template('profil_pic_liste')."\";");
    $alt++;
    if ($alt>2) $alt="1";
  }

  $navbits[lastelement] = "Gallery";

  for ($i=65; $i < 91; $i++)
    {
      $currentletter = chr($i);
      if($currentletter==$lettre)
        {
                  $thisletter="1";
                  } else
        {
                  $thisletter="0";
                  }
        eval("\$lettres  .= \"".fetch_template('profil_pic_lettres')."\";");
    }

  eval("\$navbar = \"".fetch_template('navbar')."\";");
  eval("print_output(\"".fetch_template('PROFIL_PIC')."\");");

?>


Polo 03-15-2005 10:07 PM

Well then you are in the wrong forum, because this is just for the ushop ucash hack... anyways, i wouldnt know the answer... and I dont know if someone will help you since as I said, this forum is for the ushop, ucash hack...

hollyboy 03-15-2005 10:09 PM

I thought it was the same problem, sorry

Polo 03-15-2005 10:10 PM

oh dont worry... maybe you should try the general modifications forum... i'm pretty sure someone will be able to help you out...

hollyboy 03-15-2005 10:13 PM

ok polo thank u ;)

Polo 03-15-2005 10:14 PM

Quote:

Originally Posted by hollyboy
ok polo thank u ;)

Your welcome, and hope you find a solution. :)

Polo 03-22-2005 11:00 PM

I tried what you said zachery.. however... guests arent able to see the shop :( even when I applied what you told me


All times are GMT. The time now is 06:55 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01042 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete