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

Showing results 1 to 25 of 40
Search took 0.00 seconds.
Search: Posts Made By: mainframe
Forum: vBulletin 4.x Add-ons 11-10-2023, 08:19 AM
Replies: 375
Anti-Spam Options - reCAPTCHA v2 Human Verification
Views: 174,893
Posted By mainframe
This mod stopped working around 21 Oktober. Also...

This mod stopped working around 21 Oktober. Also getting the error that recaptcha cannot be verified due to server error. The test feature in the admin panel works fine.
Forum: vB5 Programming Discussions 12-06-2022, 07:46 PM
Replies: 0
Views: 2,778
Posted By mainframe
How to set active buttons on the navbar

I'm currently reverse-engineering the blogs and groups to see how they set the active tab button on the navbar. From what I can tell they use the node id but how could I do that with custom pages?
...
Forum: vB4 General Discussions 03-23-2020, 02:08 PM
Replies: 2
Views: 539
Posted By mainframe
in admincp/user.php make the following changes...

in admincp/user.php make the following changes for searching on (partial)email


if ($_REQUEST['do'] == 'pruneusers')
{
$vbulletin->input->clean_array_gpc('r', array(
'usergroupid' =>...
Forum: vB4 Programming Discussions 08-20-2017, 07:33 AM
Replies: 13
Views: 845
Posted By mainframe
Thank MarkFL, That did the trick :-)...

Thank MarkFL,

That did the trick :-) everything working without issues again
Forum: vB4 Programming Discussions 08-20-2017, 06:24 AM
Replies: 13
Views: 845
Posted By mainframe
any idea what would cause this? only thing I'm...

any idea what would cause this? only thing I'm sure of atm is that it's a php 7 thing
Forum: vB4 Programming Discussions 08-19-2017, 01:14 AM
Replies: 13
Views: 845
Posted By mainframe
var_dump changes from NULL to array(0) { }

var_dump changes from NULL to array(0) { }
Forum: vB4 Programming Discussions 08-19-2017, 12:27 AM
Replies: 13
Views: 845
Posted By mainframe
forgot this part.. sorry, it's been a few years...

forgot this part.. sorry, it's been a few years since I made it.

It's a plugin on forumhome_start to initially display the mod.
The php file I posted earlier is used to retrieve data using AJAX
...
Forum: vB4 Programming Discussions 08-19-2017, 12:06 AM
Replies: 13
Views: 845
Posted By mainframe
That's just plain html code, even if I would put...

That's just plain html code, even if I would put XXX there it should repeat the code inside for the number of results.


Yes, vBulletin works fine. it's just my own mods that act this way :-(
...
Forum: vB4 Programming Discussions 08-18-2017, 11:58 PM
Replies: 13
Views: 845
Posted By mainframe
No errors whatsoever, the page execution also...

No errors whatsoever, the page execution also continues as normal it just skips the <vb:each parts.

Attached blurred screenshots of how it looks in php 5.6.3 and 7.1.8

And here's the whole code...
Forum: vB4 Programming Discussions 08-18-2017, 08:40 PM
Replies: 13
Views: 845
Posted By mainframe
help needed with php7 issues on own mods

Dear vBulletin.org community,

I made a few custom mods for my site many years ago and I'm trying to get them to work with php 7. They all work fine with the latest version of php 5.6 but when I...
Forum: vB4 Programming Discussions 08-12-2011, 02:05 AM
Replies: 2
Views: 446
Posted By mainframe
Thanks, found it on both the cleanup crons.. I'll...

Thanks, found it on both the cleanup crons.. I'll see and test what happens..
Forum: vB4 Programming Discussions 08-11-2011, 09:07 PM
Replies: 2
Views: 446
Posted By mainframe
where are the sessions being deleted?

Hi Guys,

Anyone know where the inactive session are removed from the session table?
I'd like to change the code so it doesn't remove my session and make it look like I'm always online.

Best...
Forum: vB4 Programming Discussions 03-14-2010, 04:02 PM
Replies: 2
Views: 698
Posted By mainframe
I can also check what hooks are available in my...

I can also check what hooks are available in my plugin system.. I need to know which hook to use..

I need to know the hook when vBulletin saves an uploaded file to the server, so I can copy the...
Forum: vB4 Programming Discussions 03-13-2010, 12:17 PM
Replies: 2
Views: 698
Posted By mainframe
A little help needed to integrate vbulletin in my mod

Hi all,

I'm having some problems with understanding the new attachment system in vBulletin 4 and need some help in finding the right place to put my code.

I've coded my own upload center mod,...
Forum: vBulletin 4.x Add-ons 02-16-2010, 01:56 PM
Replies: 3,061
Chat Modifications - VSa - ChatBox (AJAX)
Views: 1,165,744
Posted By mainframe
Just a suggestion: Wouldn't it be better to...

Just a suggestion: Wouldn't it be better to remove the table surrounding the shoutbox and replace it by a div container?

also the <br> there is before and after the shoutbox create a gap if you...
Forum: vBulletin 4.x Add-ons 02-15-2010, 06:29 PM
Replies: 3,061
Chat Modifications - VSa - ChatBox (AJAX)
Views: 1,165,744
Posted By mainframe
When you run PHP 5.3.0 or higher you will get the...

When you run PHP 5.3.0 or higher you will get the following errors:


Deprecated: Function split() is deprecated in /home/xxx/public_html/global.php(28) : eval()'d code on line 39

Deprecated:...
Forum: vBulletin 4.x Add-ons 02-15-2010, 05:57 PM
Replies: 1,382
Statistics Modifications - VSa - Advanced Forum Statistics (AJAX)
Views: 500,365
Posted By mainframe
Deprecated: Function split() is deprecated in php...

Deprecated: Function split() is deprecated in php 5.3.0, this should be updated..
Forum: vBulletin 4.x Add-ons 02-14-2010, 05:21 PM
Replies: 1,382
Statistics Modifications - VSa - Advanced Forum Statistics (AJAX)
Views: 500,365
Posted By mainframe
Getting mysql errors during install, seems it has...

Getting mysql errors during install, seems it has to do with the query that looks for the post thank you hack..



And after install PHP errors



Since split() is deprecated since PHP 5.3...
Forum: vBulletin 4.x Add-ons 01-01-2010, 07:33 PM
Replies: 50
Views: 30,130
Posted By mainframe
I always hard-coded this prior to vBulletin 4.0....

I always hard-coded this prior to vBulletin 4.0. but when I opened the source of vBulletin 4 I noticed they've added rel=nofollow. So there's no need for this modification anymore..
Forum: vBulletin 4.x Add-ons 01-01-2010, 06:53 PM
Replies: 1,030
Views: 163,560
Posted By mainframe
This mod needs an idle function or the shoutbox...

This mod needs an idle function or the shoutbox overloads with request the server on busy sites
Forum: Forum and Server Management 12-28-2008, 07:45 AM
Replies: 16
Views: 4,448
Posted By mainframe
Same problem here with 471.000 members... ...

Same problem here with 471.000 members...
Sometimes the query takes 9 seconds and I also found that the only slow queries generated by vBulletin are in the memberlist..
Forum: Community Reviews 12-22-2008, 11:49 AM
Replies: 2
Views: 1,679
Posted By mainframe
Okay sorry, here it is: username: test-user,...

Okay sorry, here it is: username: test-user, password: qwerty :-)
Forum: Community Reviews 12-22-2008, 02:53 AM
Replies: 2
Views: 1,679
Posted By mainframe
File Sharing Center Mod

Hi Guys,

I've coded an file sharing center for my sat site http://www.sat-television.com/ulc.php
And would love a proffesional oppinion about it..
Some of the things you can't see are the AJAX...
Forum: Modification Requests/Questions (Unpaid) 10-29-2008, 11:28 AM
Replies: 4
Views: 856
Posted By mainframe
Already found and implemented this one in my mod ...

Already found and implemented this one in my mod
https://vborg.vbsupport.ru/showthread.php?t=135708
It's working but the tutorial seems incomplete, To get the editor fully working like it does in...
Forum: Modification Requests/Questions (Unpaid) 10-26-2008, 06:17 PM
Replies: 4
Views: 856
Posted By mainframe
Any idea how to include the wysiwyg from...

Any idea how to include the wysiwyg from vBulletin on custom scripts?
Showing results 1 to 25 of 40

 
Forum Jump

All times are GMT. The time now is 06:30 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.01739 seconds
  • Memory Usage 2,061KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (37)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