vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   confessionary hack (https://vborg.vbsupport.ru/showthread.php?t=58281)

Bryan Ex 09-11-2004 04:48 PM

Quote:

Originally Posted by Nordinho
I saw the hack working on Brian's site as well...

What's visible on my site is only part of what Sabret00he has developed. There's actually a comment system that goes with it which I've hidden from view for my specific use (it was redundant with the journals also installed on my site).

Nordinho 09-13-2004 01:41 PM

Oke thanks for the update!! I'll have to wait some longer then!!

Talisman 09-14-2004 02:26 AM

OMG... I just checked that confessions link and read what people have posted there.

<blink blink>

/me had no idea people would confess like that

sabret00the 09-28-2004 01:39 PM

i've really not had time to try and work out the last two bugs in this system, this being the case, you can't do one of the most important things which is receive reports. if theirs anyone who wants to try ironing them out, pm me i'll send you what it is at present.

rex_b 11-02-2004 12:34 AM

mmm this hack sounds good!!

can't wait!

Osterling 12-26-2004 05:33 PM

anyupdates?

sabret00the 12-26-2004 08:22 PM

gonna rewrite the hack in some places due to knowing how to fix a couple things and also the fact that the code was messed the eff up :(

example
PHP Code:

            if (!$DB_site->num_rows($confessions))
            {
                eval(
print_standard_error('confessions_error'));
            }
            else
            {
                
$totalconf number_format($DB_site->num_rows($confessions));
                while (
$confession_info $DB_site->fetch_array($confessions))
                {
                    
$confession_info['text'] = nl2br(stripslashes($confession_info['text']));
                    
$confession_info['num_rates'] = number_format($confession_info['votes']);
                    
extract($confession_info);
                    
$time_posted vbdate('n-j-y, g:i:s a'$timestamp); 
                    
                    
// this fixes a problem to do with numbers showing wrongly in the confessions_bit
                    
if ($rate 1) {
                        
$rate "0";
                        
$num_rates ="0";
                    }
                        eval(
'$confessions_bits .= "' fetch_template("confessions_bit") . '";');
            } 
        } 


yoyoyoyo 01-14-2005 06:01 PM

any news on this hack?

sabret00the 01-14-2005 06:14 PM

the latest beta was sent out yesterday

yoyoyoyo 01-14-2005 07:48 PM

Quote:

Originally Posted by sabret00the
the latest beta was sent out yesterday

coolness.. PM me if you need another beta tester :D


All times are GMT. The time now is 04:50 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.01204 seconds
  • Memory Usage 1,747KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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