vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - [AJAX] Websites who have referred today (in the last 24 hours) (https://vborg.vbsupport.ru/showthread.php?t=137792)

zeus_r6 04-19-2008 02:04 AM

Mine seems to be working even with a subdirectory

Ghoz 04-19-2008 09:46 AM

Quote:

Originally Posted by atlambros83 (Post 1490200)
When I unzip the file it says there are two files in the folder (i'm assuming one being the wwhrt.php file but it only displays websites_who_have_referred_today_162.xml file. Any idea why? Is there something I need to do to view it?

Same deal here... :(

mred 04-19-2008 06:09 PM

there is an error in the logic. At the properties you can limit displaying referrers what will be necessary to prevent from loosing your footer. If you limit to e.g. 100 referrers the amount of referrers will also be limited to 100. See the bit of code below:

Code:

        if ($vbulletin->options['referrers_last_x_referrers'])
        {
                // Pull all the referrers and counts from the db, limiting the retrieval count if necessary
                $get_referrers = $vbulletin->db->query_read("
                        SELECT " . $referrers_db_select . "
                        FROM " . TABLE_PREFIX . "referrers
                        ORDER BY url DESC
                        LIMIT " . $vbulletin->options['referrers_last_x_referrers'] . "
                ");
        }
        else
        {
                // Pull all the referrers and counts from the db
                $get_referrers = $vbulletin->db->query_read("
                        SELECT " . $referrers_db_select . "
                        FROM " . TABLE_PREFIX . "referrers
                        ORDER BY url DESC
                ");
        }

        // Count the entries, wouldn't usually bother with an sql instead of just $i++ but it's used in several places plus the template.
        $url_count = mysql_num_rows($get_referrers);


valdet 04-19-2008 06:57 PM

Quote:

Originally Posted by Ghoz (Post 1494354)
Same deal here... :(

The developer forgot the folder and the wwhrt.php file with hidden attributes.

Adjust your PC settings to view hidden files too and you will find the includes folder along with that file inside..

And this hack works either on root, subdirectory, or subdomain.

Mrdby 04-30-2008 01:40 AM

3.7.0 final release?

Mrdby 05-04-2008 02:03 PM

I Can't wait!!!

deLi_kurT 05-04-2008 08:13 PM

Thanks - installed

smooth-c 05-09-2008 09:14 PM

Who can get this to work on 3.7 Gold? It's not working at all here :(

mariocaz 05-21-2008 03:13 AM

Also waiting for the version for 3.7 gold!!!!!

Betablocker 05-21-2008 03:37 AM

Would also like to use this with 3.7

Thanks in advance.


All times are GMT. The time now is 02:00 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.01647 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)pagenav_pagelink
  • (1)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