vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   mYvBindex v3.1 (https://vborg.vbsupport.ru/showthread.php?t=44691)

Jensie180 07-29-2003 08:16 AM

I want to apologize for my mini hack post earlier. I didn't know I couldn't post mini hacks to it, sorry Tigga! mccollin, after testing that mini hack a little bit more I found out that it didn't work. I'm still working on it though!

Zachery 07-29-2003 11:19 AM

you always need to ask/get permission to modify a hackers code :)


well and release it that is

Jensie180 07-29-2003 11:43 AM

Yeah, now I know, again sorry!

Now, on a different subject. The newest threads thing is showing the newest threads in my private forums too! How can I stop this?

Zachery 07-29-2003 11:44 AM

try loggin out and checking, as from whqat i understood its based on premissions you shouldnt see them when you log out

Jensie180 07-29-2003 11:45 AM

Yeah I forgot to add that, I logged out and still saw the topic as a guest. I edited each forum with the permissions that they can't view the forums and all but that didn't work.

[Edit] Never mind, I had to login in the admin cp to change the permissions and I was still logged in when I checked if it was ok. Now I logged out and the topic didn't show :)

Zachery 07-29-2003 11:47 AM

<a href="https://vborg.vbsupport.ru/showthread.php?postid=412050#post412050" target="_blank">https://vborg.vbsupport.ru/showt...050#post412050</a>

take a look at that post

Lacrosse Boy 08-01-2003 01:21 AM

I installed the hack but later o nI decided I wanted to change the templates, but in my template list there are no myvbindex templates to be found!

What do I do?

Lacrosse Boy 08-01-2003 01:59 AM

Never mind.

Zachery 08-01-2003 04:36 AM

:D you found em i take it

konstance 08-06-2003 08:37 PM

I am trying to modify the Latest Forum Topics block on mYvBindex page... I'd like to add another variable to WHERE clause, but no matter how I change it, i do not see any changes. ok. here is the original code:

PHP Code:

$threads=$DB_site->query("SELECT threadid,title,replycount,
postusername,postuserid,dateline,views"
.iif($showthreadicon,   ',thread.iconid','').
FROM thread WHERE open='1' AND open<>10 
$iforumperms ORDER BY lastpost DESC LIMIT $maxlatethreads"); 

I'd like to say this:

PHP Code:

$threads=$DB_site->query("SELECT threadid,title,replycount,
postusername,postuserid,dateline,views"
.iif($showthreadicon,   ',thread.iconid','').
FROM thread WHERE open='1' AND open<>10 AND forumid!='54'
$iforumperms ORDER BY lastpost DESC LIMIT $maxlatethreads"); 

i have no idea what i'm doing wrong. nothing changes on the display... please help. i'm starting to feel retarded :confused:


All times are GMT. The time now is 04:22 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.02129 seconds
  • Memory Usage 1,742KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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