Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 66
Search took 0.01 seconds.
Search: Posts Made By: z3r0
Forum: vB4 General Discussions 03-29-2023, 08:40 AM
Replies: 6
Views: 1,748
Posted By z3r0
Take a look at this -...

Take a look at this - https://vborg.vbsupport.ru/showthread.php?t=283307
Forum: vB3 General Discussions 01-20-2023, 08:35 AM
Replies: 11
Views: 1,616
Posted By z3r0
It's happening to all forum software and comment...

It's happening to all forum software and comment systems; it looks like somebody has a bot that is using details from data breaches to log into member accounts and post spam.

It's only been coming...
Forum: vB4 General Discussions 11-22-2022, 07:05 AM
Replies: 1
Views: 389
Posted By z3r0
A quick look at the browser console when viewing...

A quick look at the browser console when viewing your sites shows that your CSS, among other things, is being blocked as it's being served over HTTP rather than HTTPS the rest of your page is being...
Forum: vB4 General Discussions 08-26-2022, 08:21 AM
Replies: 2
Views: 496
Posted By z3r0
Set the Unregistered user group permission in the...

Set the Unregistered user group permission in the admincp

Can View Member Info -> No
Forum: vB4 Programming Discussions 01-23-2022, 08:31 AM
Replies: 3
Views: 1,471
Posted By z3r0
A quick look at that section in vb4.2.5 (final)...

A quick look at that section in vb4.2.5 (final) class_mail.php shows a lot less code, I haven't the time to check through and see what the differences are but a good start would be update from Alpha...
Forum: vB3 General Discussions 12-31-2021, 06:18 AM
Replies: 7
Views: 2,142
Posted By z3r0
I've just checked your site and the links in...

I've just checked your site and the links in Google and I think I would do more, all the porn links now resolve to an "Invalid Forum specified" page on your site, if that was mine I wouldn't like...
Forum: vB3 General Discussions 12-30-2021, 06:13 AM
Replies: 7
Views: 2,142
Posted By z3r0
The links may not even be on your site, I've just...

The links may not even be on your site, I've just looked back on my ticket to dbseo on the issue back in 2016 and the "redirect-to" system creates an open redirect from any site it's enabled on - I...
Forum: vB4 General Discussions 09-26-2021, 07:08 AM
Replies: 6
Views: 1,206
Posted By z3r0
That mod is broken as it checks the thread...

That mod is broken as it checks the thread marking options that were removed in the newer vb4 versions, it's fixed quite easily if you edit the check out.

Here is my working version of the code so...
Forum: vB4 General Discussions 08-09-2021, 07:54 AM
Replies: 2
Views: 444
Posted By z3r0
Try changing {vb:raw post.field72} to {vb:raw...

Try changing {vb:raw post.field72} to {vb:raw memberinfo.field72}
Forum: vB3 General Discussions 12-01-2020, 06:39 AM
Replies: 5
Views: 780
Posted By z3r0
In your includes/config.php you need to change...

In your includes/config.php you need to change the database type to mysqli

$config['Database']['dbtype'] = 'mysqli';
Forum: vBulletin Pre-Sales Questions 09-15-2020, 03:01 AM
Replies: 7
Views: 2,396
Posted By z3r0
No, as of January 1st 2020 you no longer get...

No, as of January 1st 2020 you no longer get access to vbulletin 3 or 4 with new vb5 licences.
...
Forum: vB4 Programming Discussions 09-12-2020, 04:36 AM
Replies: 10
Views: 1,816
Posted By z3r0
It looks like line 2673 in...

It looks like line 2673 in includes\class_bbcode.php

Change
return "<a href=\"$rightlink\" target=\"_blank\"" . ($is_external ? ' rel="nofollow"' : '') . ">$text</a>";


to
return "<a...
Forum: vBulletin.org Site Feedback 09-05-2020, 04:44 AM
Replies: 34
Views: 38,123
Posted By z3r0
8 Months since first reported and this huge issue...

8 Months since first reported and this huge issue is still not fixed, if I was a new customer looking at vbulletin it wouldn't give me much confidence in the competency of the developers or company.
Forum: vB4 General Discussions 07-30-2020, 04:09 AM
Replies: 6
Views: 510
Posted By z3r0
Most browsers have developer tools in their...

Most browsers have developer tools in their menu's, open the developer tools and check the element headers on the network tab (there is loads of info on google on how to do it)

I've had a quick...
Forum: vB4 General Discussions 07-28-2020, 06:20 AM
Replies: 2
Views: 363
Posted By z3r0
You should be able to do that with notices...

You should be able to do that with notices manager in your admincp.
Forum: vB3 General Discussions 07-09-2020, 07:27 AM
Replies: 3
Views: 406
Posted By z3r0
After a little more playing, this will give you...

After a little more playing, this will give you first and last post dates (you can use last for date modified)

$thread[startdate] = vbdate("Y-m-dTH:i:sP", $thread["dateline"]);
$thread[lastdate]...
Forum: vB3 Programming Discussions 05-18-2020, 04:22 AM
Replies: 2
Views: 504
Posted By z3r0
You need to edit the threadbit template and swap...

You need to edit the threadbit template and swap the order of the replies, views and lastpost code.
Forum: vB4 Programming Discussions 02-03-2020, 06:40 AM
Replies: 6
Views: 722
Posted By z3r0
You have chosen to make your new site on...

You have chosen to make your new site on completely obsolete software, you are going to find most of the addons haven't been updated in many years and many won't work on newer versions of PHP, before...
Forum: vB4 General Discussions 01-22-2020, 05:11 PM
Replies: 3
Views: 548
Posted By z3r0
It looks like the dbseo navbar code, if you are...

It looks like the dbseo navbar code, if you are running dbseo then change the dbtech_dbseo_navbit_link template.
Forum: vB3 Programming Discussions 01-06-2020, 02:01 PM
Replies: 4
Views: 1,011
Posted By z3r0
I have a very vague recollection of setting this...

I have a very vague recollection of setting this up on my 3.8 board all those years ago, I'm pretty sure this was the method I used - https://vborg.vbsupport.ru/showthread.php?t=83150
Forum: vB4 General Discussions 12-08-2019, 07:01 AM
Replies: 1
Views: 465
Posted By z3r0
Try adding this to your additional.css ...

Try adding this to your additional.css

.cke_skin_kama .cke_break {clear:none !important;}
Forum: Modification Graveyard 11-07-2019, 05:51 AM
Replies: 83
Major Additions - Threadloom Search (vB4)
Views: 20,259
Posted By z3r0
I've found a bug - if you search for all posts by...

I've found a bug - if you search for all posts by a user (returns a vb search by default) then select "Switch to threadloom search results" it returns a blank query.

Edit - on further examination,...
Forum: vBulletin 4.x Add-ons 08-26-2019, 10:13 AM
Replies: 1
Miscellaneous Hacks - Contact Us fix for Mandrill.com
Views: 1,904
Posted By z3r0
Thanks, this solved the issue I was having with...

Thanks, this solved the issue I was having with Amazon SES not sending contact us emails.
Forum: vB4 General Discussions 08-15-2019, 04:00 AM
Replies: 33
Views: 3,837
Posted By z3r0
Working fine for me on 4.2.5 I added the...

Working fine for me on 4.2.5

I added the plugin

Hook: process_tempates_complete
Title: Notifications
Order: 5
Code:
$vbulletin->userinfo['notifications_total'] = $notifications_total;
Forum: vBulletin 4.x Add-ons 07-19-2019, 09:00 PM
Replies: 2
Add-On Releases - Cloudflare Registration Tools
Views: 4,197
Posted By z3r0
Cloudflare Registration Tools

***You must be running your site through Cloudflare and have "IP Geolocation" turned on for this product to work***


Using the Cloudflare Geolocation header this product allows you to close...
Showing results 1 to 25 of 66

 
Forum Jump

All times are GMT. The time now is 07:00 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.02830 seconds
  • Memory Usage 2,049KB
  • 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)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (13)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete