The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 8
1
2
3
>
Last
»
Showing results 1 to 25 of 193
Search took
0.01
seconds.
Search:
Posts Made By:
Jhonnyf
Forum:
vBulletin 4.x Add-ons
09-04-2021, 02:09 AM
Replies:
1,342
Forum Display Enhancements -
Tabs Add System for vBulletin 4 (sstab advanced)
Views:
371,535
Posted By
Jhonnyf
Maybe your hosting do some change in your PHP , ...
Maybe your hosting do some change in your PHP , I friend recently used this in a vb 4.2.5 without problems
Forum:
vB4 Programming Discussions
01-11-2013, 08:45 PM
Replies:
6
hook for Paid suscription
Views:
963
Posted By
Jhonnyf
Thank you very much kh99; I solved the problem...
Thank you very much kh99; I solved the problem (without testing :P)
thank you again
Forum:
vB4 Programming Discussions
01-11-2013, 08:02 PM
Replies:
6
hook for Paid suscription
Views:
963
Posted By
Jhonnyf
Hi again kh99, I checked the the hook and that is...
Hi again kh99, I checked the the hook and that is the correct that I need
my another question is: How I can call this event without use a Paypal?
Thank You
Forum:
vB4 Programming Discussions
01-11-2013, 05:38 PM
Replies:
6
hook for Paid suscription
Views:
963
Posted By
Jhonnyf
Hi kh99, basicatly, I want to add a forum...
Hi kh99, basicatly, I want to add a forum suscription (the PAID FORUM) to the users that pay for the access.
I know that the can do this manual with a click in FORUM SUSCRIPTION, control panel,...
Forum:
vB4 Programming Discussions
01-11-2013, 05:07 AM
Replies:
6
hook for Paid suscription
Views:
963
Posted By
Jhonnyf
hook for Paid suscription
Hello,
This is my question:
When a User PAY por a suscription (paypal, etc) I can choose his/her group, access, etc, etc.... but I need to do more thing.. basicatly I need to insert php when the...
Forum:
vBulletin 4.x Add-ons
05-24-2012, 09:52 PM
Replies:
1,342
Forum Display Enhancements -
Tabs Add System for vBulletin 4 (sstab advanced)
Views:
371,535
Posted By
Jhonnyf
Maybe it's because your header templete still in...
Maybe it's because your header templete still in vb 4.1.12 version, I don't see 4.2 header template but I', sure that now have many conditional or diferent code for their own tab manager
Forum:
vBulletin 4.x Add-ons
05-24-2012, 02:05 AM
Replies:
1,342
Forum Display Enhancements -
Tabs Add System for vBulletin 4 (sstab advanced)
Views:
371,535
Posted By
Jhonnyf
Delete the Files: ...
Delete the Files:
/includes/xml/cpnav_evbs_sstab.xml
after that (if still showing) rebuild the bitfield
..../admincp/index.php?do=buildbitfields
Forum:
vB4 General Discussions
05-23-2012, 02:54 PM
Replies:
3
Posting to Facebook issues!
Views:
351
Posted By
Jhonnyf
All metatag should be in <HEAD>, in vbulletin is...
All metatag should be in <HEAD>, in vbulletin is the headinclude template
Forum:
vB4 Programming Discussions
05-23-2012, 02:56 AM
Replies:
3
User Profile page bezerk
Views:
498
Posted By
Jhonnyf
You have a hack that force to read a thread, this...
You have a hack that force to read a thread, this hack cath when you require the css in the HTML <link rel="stylesheet" type="text/css"...
Forum:
vBulletin 4.x Add-ons
05-23-2012, 01:07 AM
Replies:
1,342
Forum Display Enhancements -
Tabs Add System for vBulletin 4 (sstab advanced)
Views:
371,535
Posted By
Jhonnyf
Yeah, the vb 4.2 have their own TAB MANAGER.
Yeah, the vb 4.2 have their own TAB MANAGER.
Forum:
vB4 General Discussions
05-22-2012, 06:05 PM
Replies:
3
Posting to Facebook issues!
Views:
351
Posted By
Jhonnyf
a litle help: ...
a litle help:
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.cpafix.com%2Fforum.php
and your Imagen URL is broken (in og:image)
Forum:
vB4 Programming Discussions
05-20-2012, 06:46 PM
Replies:
9
Using VB as a feed for html
Views:
733
Posted By
Jhonnyf
I did not know that the EXTERNAL.PHP can be give...
I did not know that the EXTERNAL.PHP can be give data as Javascript...
Thank you
Forum:
vB4 Programming Discussions
05-20-2012, 05:12 PM
Replies:
9
Using VB as a feed for html
Views:
733
Posted By
Jhonnyf
Ahh, you need to use PHP for do that... If...
Ahh, you need to use PHP for do that...
If the test page is in the same website, you can do a SQL sentence and process the last thread, else (external website), with RSS you need to read the XML...
Forum:
vB4 General Discussions
05-20-2012, 05:00 PM
Replies:
6
Redirect to the forum HomePage after 'X' seconds
Views:
625
Posted By
Jhonnyf
Try this Script (in headinclude template) ...
Try this Script (in headinclude template)
<script type="text/javascript">
setTimeout(function () { location.href='http://URL'; }, 5000);
</script>
where 5000 = 5 seconds (1000 = 1 seconds)
Forum:
vB4 Programming Discussions
05-20-2012, 04:42 PM
Replies:
9
Using VB as a feed for html
Views:
733
Posted By
Jhonnyf
I don't understand very well what do you try to...
I don't understand very well what do you try to do but:
Create a own test.php page => https://vborg.vbsupport.ru/showthread.php?t=228112
If you want to export your thread to a another website,...
Forum:
vB4 General Discussions
05-20-2012, 02:54 AM
Replies:
4
How to add thread no. - similar threads
Views:
541
Posted By
Jhonnyf
<a...
<a href="https://www.vbulletin.com/forum/showthread.php/401430-How-to-add-thread-no-similar-threads?p=2295234&viewfull=1#post2295234"...
Forum:
vBulletin 4.x Add-ons
05-15-2012, 04:15 AM
Replies:
1,342
Forum Display Enhancements -
Tabs Add System for vBulletin 4 (sstab advanced)
Views:
371,535
Posted By
Jhonnyf
Ok, Updating to avoid the CSS breaking -...
Ok, Updating to avoid the CSS breaking
- edit -
I can't reproduce the error with the CSS in vb 4.1.12 and 4.1.12 Patch Level 1
Sorry
Forum:
vB3 General Discussions
05-09-2012, 06:08 AM
Replies:
1
can an external domain access vbulletin user profile info?
Views:
484
Posted By
Jhonnyf
it's posible connect to database from another...
it's posible connect to database from another domain if configure first the "remote access" in mysql.
another opcion is ask to principal domain and get a XML with userinfo some like (need create...
Forum:
vBulletin 4.x Add-ons
04-20-2012, 07:14 PM
Replies:
122
Administrative and Maintenance Tools -
Check 4 Hack - Finds infected Datastore Entries
Views:
45,136
Posted By
Jhonnyf
I think That I found how happen the INJECTION SQL...
I think That I found how happen the INJECTION SQL .. I'm testing on a Client and not have problem since 2 days (the day that I do the patch)
Forum:
vBulletin 4.x Add-ons
02-22-2012, 07:08 PM
Replies:
2,845
Chat Modifications -
[DBTech] vBShout v6 (vB4) [AJAX]
Views:
489,141
Posted By
Jhonnyf
DragonByte have reason to be carefully with the...
DragonByte have reason to be carefully with the change of Encoding.... try with this:
File: /dbtech/vbshout/includes/class_core.php line 1879 (aprox) find
$shouts_r['message'] =...
Forum:
vB4 Programming Discussions
08-10-2011, 11:02 PM
Replies:
6
How to get current user thier ID?
Views:
3,633
Posted By
Jhonnyf
try adding global $vbulletin; as first line
try adding global $vbulletin; as first line
Forum:
Forum and Server Management
07-22-2011, 11:57 AM
Replies:
3
Invalid SQL Error 1054
Views:
896
Posted By
Jhonnyf
that error it's for update 4.1.3 to 4.1.4 ...
that error it's for update 4.1.3 to 4.1.4
https://www.vbulletin.com/forum/show...error-4.0.6%29...
Forum:
vB4 General Discussions
07-21-2011, 03:21 PM
Replies:
4
Display bank funds in postbit? [Need help]
Views:
479
Posted By
Jhonnyf
What's the Hack URL.... I want to see here save...
What's the Hack URL.... I want to see here save that data
Forum:
vB4 General Discussions
07-21-2011, 02:17 PM
Replies:
4
Display bank funds in postbit? [Need help]
Views:
479
Posted By
Jhonnyf
I don't know which hack it's, but if the field...
I don't know which hack it's, but if the field it's post table, you only should be call (in postbit template)
{vb:raw post.NOMBRE_FIELD}
Forum:
vBulletin 4.x Add-ons
05-14-2011, 11:44 PM
Replies:
1,342
Forum Display Enhancements -
Tabs Add System for vBulletin 4 (sstab advanced)
Views:
371,535
Posted By
Jhonnyf
In Plugin Insertando Tabs find: $tree =...
In Plugin Insertando Tabs
find:
$tree = array();
while( $tabs = $vbulletin->db->fetch_array( $result ))
{
if (is_null($tabs['tipo']))
{
...
Showing results 1 to 25 of 193
Page 1 of 8
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
02:03 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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.01818 seconds
Memory Usage
2,051KB
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
(24)
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
Messages:
time to check permissions: 0.0027
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
FULLTEXT Search
php_sapi_name(): fpm-fcgi