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)

JesterP 03-08-2009 03:29 PM

Quote:

Originally Posted by RedTyger (Post 1739617)
Some untested fixes to try, I cannot easily get it to work with 3.8 to try for myself.


If you are having trouble with database errors, try this:

OPEN: websites_who_have_referred_today_(versionnumber).x ml

FIND (it's there more than once!):
Code:

(" . $referrers_db_values . ")
REPLACE WITH:
Code:

(" . $referrers_db_values . ") ON DUPLICATE KEY UPDATE count = count + 1





If you are having trouble with the letter w being incorrectly removed from URLs, try this:

OPEN: websites_who_have_referred_today_(versionnumber).x ml

FIND (it's there more than once!):
Code:

// Catch different prefixes
if (strpos($referrer_short, 'https://') !== False)
{
        $referrer_short = str_replace("https://", "", "$referrer_short");
}
else if (strpos($referrer_short, 'ftp://') !== False)
{
        $referrer_short = str_replace("ftp://", "", "$referrer_short");
}
else if (strpos($referrer_short, 'http://') !== False)
{
        $referrer_short = str_replace("http://", "", "$referrer_short");
}
if (strpos($referrer_short, 'www.') == '0')
{
        $referrer_short = ltrim($referrer_short, "www.");
}

REPLACE WITH:
Code:

// Trim down to the domain
$referrer_short = preg_replace('#^[a-z]+://(?:www.)?#iU', '', $referrer_short);

AND

FIND (it's there more than once!):
Code:

        // Some might have a trailing / in their forum URL, some might not so do the same
        $bburl_match = $vbulletin->options['bburl'];
       
        if (strpos($bburl_match, 'https://') !== False)
        {
                $bburl_match = str_replace("https://", "", "$bburl_match");
        }
        else if (strpos($bburl_match, 'ftp://') !== False)
        {
                $bburl_match = str_replace("ftp://", "", "$bburl_match");
        }
        else if (strpos($bburl_match, 'http://') !== False)
        {
                $bburl_match = str_replace("http://", "", "$bburl_match");
        }
        if (strpos($referrer_short, 'www.') == '0')
        {
                $bburl_match = ltrim($bburl_match, "www.");
        }

REPLACE WITH:
Code:

// Trim down to the domain
$bburl_match = preg_replace('#^[a-z]+://(?:www.)?#iU', '', $bburl_match);


Thanks for posting this, I've been looking for a fix.

I'm not 100% on what exactly gets replaced, are you saying replace the entire big block of text you quoted with the one line? Would it be possible for you to attach your xml file?

Thanks so much

Jester

RedTyger 03-08-2009 05:56 PM

Yes, it's exactly as it looks. One big block of code replaced with one line.

KevinL 03-09-2009 12:29 PM

That edit is working now (thanks!) but now I am having a lot of internal (all haha) links registrar with this now also. I have had this installed for a long time and never had this problem until those edits.

Deib 04-03-2009 11:42 PM

3.8.2 seems to working fine.

Phobos49 04-09-2009 06:21 PM

Quote:

Originally Posted by Deib (Post 1783399)
3.8.2 seems to working fine.

I was not successful with 3.8.2 :( SQL-error. Fix did not work either.

Eve_Ra 04-13-2009 02:26 PM

This mod works fine with vB 3.8.2.

But :

Quote:

Scheduled Task (Cron)
All domains are cleared at midnight daily. You can edit the Scheduled task to have the database cleared when and as often as you like. All scheduled clearances are logged and phrased. Like any other vBulletin Scheduled task you must have activity or the scheduled task will not run.
....
3. Upload the wwhrt.php file to the includes/cron folder of your forum directory.
Where can i find the wwhrt.php file ? it is not in archive...

Mrdby 05-10-2009 12:05 PM

when will there be an update?

KevinGupta 05-27-2009 02:33 AM

Can someone please re-write it for 3.8.x?
Thanks! Would be very much appreciated.

W!cKeD 06-14-2009 01:21 AM

Bumping ;)

Make this ready for 3.8.3 ;) Thanks in Advance

SuperTaz 08-15-2009 01:09 AM

I have it on 3.8.4, but this,

Total websites who have referred visitors today: 0 (Remove all referrals),

is on top of the What's going on Box, not above the referral area. Any fix for that?

Example of this problem: https://vborg.vbsupport.ru/showpost....&postcount=331


All times are GMT. The time now is 05:53 AM.

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.01710 seconds
  • Memory Usage 1,745KB
  • 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
  • (6)bbcode_code_printable
  • (3)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