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...
Showing results 1 to 19 of 19
Search took
0.00
seconds.
Search:
Posts Made By:
rbgrn
Forum:
vBulletin 3.8 Add-ons
05-12-2009, 04:53 PM
Replies:
238
Board Optimization -
Zoints SEO 2.3.2
Views:
74,755
Posted By
rbgrn
It should be fairly simple. You can parse out...
It should be fairly simple. You can parse out the thread ID / forum ID because it's always at the end of the URL as words-words-30.html which would just parse out to 30, then construct your new SEO...
Forum:
vBulletin 3.7 Add-ons
05-12-2009, 04:42 PM
Replies:
682
Portal Software -
WebTemplates 3.7.x: VB Integrated CMS (Content Management System)
Views:
147,052
Posted By
rbgrn
Logician, Thanks for the quick reply! ...
Logician,
Thanks for the quick reply!
I'm a little confused by your code though. It's the same code that I took out and modified to try to parse a specific field. Your snippet is directly...
Forum:
vBulletin 3.8 Add-ons
05-12-2009, 04:35 PM
Replies:
238
Board Optimization -
Zoints SEO 2.3.2
Views:
74,755
Posted By
rbgrn
You can add every feature zoints had without fear...
You can add every feature zoints had without fear of patent issue, because I'm positive they have not filed any patents on those features and if they had tried, they probably would have never been...
Forum:
vBulletin 3.8 Add-ons
05-12-2009, 03:21 PM
Replies:
238
Board Optimization -
Zoints SEO 2.3.2
Views:
74,755
Posted By
rbgrn
Awesome! I look forward to your new system. ...
Awesome! I look forward to your new system.
One thing to keep in mind - those of us who have ZSEO installed will need an upgrade path, that is, a backwards compatible URL rewriter! We can use...
Forum:
vBulletin 3.7 Add-ons
05-12-2009, 03:15 PM
Replies:
682
Portal Software -
WebTemplates 3.7.x: VB Integrated CMS (Content Management System)
Views:
147,052
Posted By
rbgrn
I'm using WT to make a front page for one of my...
I'm using WT to make a front page for one of my sites which includes latest blog entries. I had no problems creating a query to pull in and truncate the entries and such, but I am having a problem...
Forum:
vBulletin 3.8 Add-ons
05-11-2009, 05:02 PM
Replies:
238
Board Optimization -
Zoints SEO 2.3.2
Views:
74,755
Posted By
rbgrn
I found this problem while I was trying to make...
I found this problem while I was trying to make submissions to Digg work from the social bookmarking links:
This is what my apache log kicked out when attempting to submit the same thread to Digg:...
Forum:
vBulletin 3.8 Add-ons
05-11-2009, 04:27 PM
Replies:
238
Board Optimization -
Zoints SEO 2.3.2
Views:
74,755
Posted By
rbgrn
Thanks for maintaining this! I have a patch to...
Thanks for maintaining this! I have a patch to submit for SEOing the URLs in the social bookmarks:
plugin: showthread_bookmarkbit
code:
$bookmarksite['link'] = str_replace(
...
Forum:
vBulletin 3.8 Add-ons
02-02-2009, 09:01 PM
Replies:
238
Board Optimization -
Zoints SEO 2.3.2
Views:
74,755
Posted By
rbgrn
Hey dxlwebs - Thank you so much for keeping this...
Hey dxlwebs - Thank you so much for keeping this up-to-date!! I really appreciate it.
Forum:
vB3 General Discussions
10-02-2008, 07:34 PM
Replies:
114
Spammers
Views:
14,493
Posted By
rbgrn
I found out what has happened. XRumer 5.0 was...
I found out what has happened. XRumer 5.0 was released which supports advanced Captcha defeat including Gmail. I knew it'd happen eventually but it's pretty obnoxious when you have multiple sites...
Forum:
vBulletin 3.6 Add-ons
09-13-2007, 06:39 PM
Replies:
733
Major Additions -
Zoints SEO
Views:
276,149
Posted By
rbgrn
It seems to replace cron.php?&rand= with...
It seems to replace cron.php?&rand= with -.html?&rand=
I find that unnecessary and on my Who's Online it reports it as an unknown location. Is there a fix for this? Thanks
Forum:
vBulletin 3.6 Add-ons
08-07-2007, 04:36 PM
Replies:
1,069
Major Additions -
Email Integration (New threads/replies by email)
Views:
239,203
Posted By
rbgrn
Ok I'll explain once more. I pull mail in from a...
Ok I'll explain once more. I pull mail in from a mailing list to my BB as read-only threads. it's 1-way communication. I assemble them into threads like gmail assembles emails into threads. If you...
Forum:
vBulletin 3.6 Add-ons
07-30-2007, 03:56 PM
Replies:
1,069
Major Additions -
Email Integration (New threads/replies by email)
Views:
239,203
Posted By
rbgrn
Cyricx - All I'm using it for is to read email...
Cyricx - All I'm using it for is to read email from a mailing list and piece together the threads. No replies are allowed on the forum. It's just informational.
I also don't want people to be able...
Forum:
vBulletin 3.6 Add-ons
07-30-2007, 03:53 PM
Replies:
1,069
Major Additions -
Email Integration (New threads/replies by email)
Views:
239,203
Posted By
rbgrn
Ok last time: here's my code with bugfixes. ...
Ok last time: here's my code with bugfixes.
// hide email addresses
$mailmessage = preg_replace("/[a-zA-Z0-9\-_]+@[a-zA-Z0-9\-_]+.[a-z]{2,4}/", 'xxx@xxx.xxx',...
Forum:
vBulletin 3.6 Add-ons
07-27-2007, 05:55 PM
Replies:
1,069
Major Additions -
Email Integration (New threads/replies by email)
Views:
239,203
Posted By
rbgrn
That was full of bugs. I forgot to specify the...
That was full of bugs. I forgot to specify the forum in the query. Oops. Here's the updated code
// hide email addresses
$mailmessage =...
Forum:
vBulletin 3.6 Add-ons
07-27-2007, 05:31 PM
Replies:
1,069
Major Additions -
Email Integration (New threads/replies by email)
Views:
239,203
Posted By
rbgrn
I added one more change in quick - hiding email...
I added one more change in quick - hiding email addresses
// hide email addresses
$mailmessage = preg_replace("/[a-zA-Z0-9\-_]+@[a-zA-Z0-9\-_]+.[a-z]{2,4}/",...
Forum:
vBulletin 3.6 Add-ons
07-27-2007, 05:07 PM
Replies:
1,069
Major Additions -
Email Integration (New threads/replies by email)
Views:
239,203
Posted By
rbgrn
Cyricx - I've got everything working with a few...
Cyricx - I've got everything working with a few modifications, here's my general experience feedback and breakdown:
1) The feature I need is simply to pull mailing-list emails into threads/posts ...
Forum:
vBulletin 3.6 Add-ons
07-26-2007, 10:50 PM
Replies:
1,069
Major Additions -
Email Integration (New threads/replies by email)
Views:
239,203
Posted By
rbgrn
Ok got it to run, gmail requires the self-signed...
Ok got it to run, gmail requires the self-signed cert option which really means use port 995, which should be the standard port. This may require some renaming :)
anyway, it runs now, but no mail...
Forum:
vBulletin 3.6 Add-ons
07-26-2007, 10:42 PM
Replies:
1,069
Major Additions -
Email Integration (New threads/replies by email)
Views:
239,203
Posted By
rbgrn
Another question: Re: changes to "Instant...
Another question:
Re: changes to "Instant Email Notification"
Does that apply globally now or is it only for forums that have Email Integration enabled?
I certainly don't want that behavior...
Forum:
vBulletin 3.6 Add-ons
07-26-2007, 10:38 PM
Replies:
1,069
Major Additions -
Email Integration (New threads/replies by email)
Views:
239,203
Posted By
rbgrn
I installed per the installation instructions and...
I installed per the installation instructions and am having no luck. I didn't do anything regarding attachment restrictions (left all default) and commented out the require in php as directed (I...
Showing results 1 to 19 of 19
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
12:58 PM
.
-- 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.02301 seconds
Memory Usage
1,997KB
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)
post_thanks_navbar_search
(1)
search_results
(19)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(57)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0021
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
FULLTEXT Search
php_sapi_name(): fpm-fcgi