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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 88
Search took
0.00
seconds.
Search:
Posts Made By:
Jacqueline
Forum:
Modification Graveyard
05-25-2008, 02:08 PM
Replies:
1,093
Major Additions -
iTrader v2.0.1
Views:
327,723
Posted By
Jacqueline
I saw some people saying it still worked ok in...
I saw some people saying it still worked ok in 3.7. I'm going to try installing in 3.6, then upgrading.
Forum:
vBulletin 3.6 Add-ons
03-28-2008, 11:08 PM
Replies:
26
Miscellaneous Hacks -
Google Analytics Registration Goal Plugin
Views:
9,054
Posted By
Jacqueline
Thanks, todd. I'll take a look at it this...
Thanks, todd. I'll take a look at it this weekend.
Forum:
vBulletin 3.6 Add-ons
03-28-2008, 12:12 AM
Replies:
26
Miscellaneous Hacks -
Google Analytics Registration Goal Plugin
Views:
9,054
Posted By
Jacqueline
Sorry for the late response. I didn't see the...
Sorry for the late response. I didn't see the notification when you posted. Google analytics lets you keep some very good statistics on your web site. It is a free service offered by Google. The...
Forum:
vBulletin 3.6 Add-ons
02-07-2008, 08:39 AM
Replies:
26
Miscellaneous Hacks -
Google Analytics Registration Goal Plugin
Views:
9,054
Posted By
Jacqueline
Thank you. Google states it can be in either...
Thank you. Google states it can be in either place; it just depends on which help screen you are reading at the time. Some people have had trouble putting it at the end due to other scripts...
Forum:
vBulletin 3.6 Add-ons
01-28-2008, 08:40 AM
Replies:
26
Miscellaneous Hacks -
Google Analytics Registration Goal Plugin
Views:
9,054
Posted By
Jacqueline
In one place Google says to put it before the...
In one place Google says to put it before the body tag. In another it says to put it where the instructions state. In reality, it will work anywhere on the page. For SEO purposes, it is better at...
Forum:
vBulletin 3.6 Add-ons
05-13-2007, 11:13 AM
Replies:
26
Miscellaneous Hacks -
Google Analytics Registration Goal Plugin
Views:
9,054
Posted By
Jacqueline
Hi, furst. I do not have that mod installed. I...
Hi, furst. I do not have that mod installed. I use the registration hooks that are built into vbulletin, if those hooks are still loading with quick register, you can use them. You can ask the...
Forum:
vBulletin 3.5 Add-ons
03-13-2007, 05:03 PM
Replies:
512
Latest Threads On Forum Home
Views:
152,624
Posted By
Jacqueline
Installed in my 3.6.4 forum and it seems to be...
Installed in my 3.6.4 forum and it seems to be working great. I made some changes to put it in the header and removed some table information.
Forum:
vBulletin 2.x Full Releases
02-28-2007, 12:30 AM
Replies:
50
Mass Delete Old Private messages
Views:
13,763
Posted By
Jacqueline
I'm going cross-eyed looking at this. I really...
I'm going cross-eyed looking at this. I really think it needs a left join to get delete the pmreceipt and the pm records based on the date in pmtextid.
Forum:
vBulletin 2.x Full Releases
02-28-2007, 12:15 AM
Replies:
50
Mass Delete Old Private messages
Views:
13,763
Posted By
Jacqueline
I verified the time value is good tonight. I do...
I verified the time value is good tonight. I do have a PM receipt. It is always a good idea to have a test forum, so I would do that anyway.
I took the query from the file and ran it in MySQL...
Forum:
vBulletin 2.x Full Releases
02-27-2007, 11:56 PM
Replies:
50
Mass Delete Old Private messages
Views:
13,763
Posted By
Jacqueline
Well, it's a step closer. The code did not...
Well, it's a step closer. The code did not produce any errors, but it also did not delete anything.
Forum:
vBulletin 2.x Full Releases
02-27-2007, 08:25 AM
Replies:
50
Mass Delete Old Private messages
Views:
13,763
Posted By
Jacqueline
It didn't work. Here's my adjusted code and the...
It didn't work. Here's my adjusted code and the results I got from it:
<?php
require ("global.php");
$time = time() - (27 * 24 * 60 * 60);
$a = $db->query("DELETE * FROM vbul_pmtext,...
Forum:
vBulletin 2.x Full Releases
02-27-2007, 01:29 AM
Replies:
50
Mass Delete Old Private messages
Views:
13,763
Posted By
Jacqueline
I think it will do it, but don't know for...
I think it will do it, but don't know for certain. Best bet is to backup your current forum and restore it to your testdb forum. Don't forget to pw protect the testvb directory. You can try the...
Forum:
vBulletin 2.x Full Releases
02-26-2007, 11:00 PM
Replies:
50
Mass Delete Old Private messages
Views:
13,763
Posted By
Jacqueline
Thanks, stinger, but it looks like they are...
Thanks, stinger, but it looks like they are deleting everything in the tables with those.
Forum:
vBulletin 2.x Full Releases
02-26-2007, 08:49 PM
Replies:
50
Mass Delete Old Private messages
Views:
13,763
Posted By
Jacqueline
I took a quick look at the delete statements and...
I took a quick look at the delete statements and it doesn't look right. The delete * is right, but I do not see any where you are deleting from vbpmreceipt. The order matters too. Probably...
Forum:
vBulletin 2.x Full Releases
02-26-2007, 08:47 PM
Replies:
50
Mass Delete Old Private messages
Views:
13,763
Posted By
Jacqueline
I will take a look at this later tonight, but I...
I will take a look at this later tonight, but I just spotted that you've got the 25 days I was using instead of the 60 days you wanted in your time variable.
Forum:
vBulletin 2.x Full Releases
02-26-2007, 01:27 AM
Replies:
50
Mass Delete Old Private messages
Views:
13,763
Posted By
Jacqueline
At first I tried these and they didn't work. Then...
At first I tried these and they didn't work. Then I realized there were no read receipts on this forum yet, so I sent a message with one. The select count selected one. The delete I changed to a...
Forum:
vBulletin 3.6 Add-ons
02-26-2007, 12:57 AM
Replies:
26
Miscellaneous Hacks -
Google Analytics Registration Goal Plugin
Views:
9,054
Posted By
Jacqueline
Thanks! I learned a lot from this by watching...
Thanks! I learned a lot from this by watching where I was losing people in registration and made some adjustments that increased my registrations.
Forum:
vBulletin 2.x Full Releases
02-26-2007, 12:42 AM
Replies:
50
Mass Delete Old Private messages
Views:
13,763
Posted By
Jacqueline
It is normal that those two counts are different....
It is normal that those two counts are different. The database is normalized, so the text of the PM only gets sent once, while the PM will have a count of 2, one for the inbox of receiver and one...
Forum:
vBulletin 3.5 Add-ons
02-25-2007, 01:20 AM
Replies:
111
Google Analytics Registration Goal Plugin
Views:
23,424
Posted By
Jacqueline
I have updated the XML file on this for 3.6x...
I have updated the XML file on this for 3.6x vBulletin. Here's the thread for the updated version.
https://vborg.vbsupport.ru/showthread.php?t=140381
Forum:
vBulletin 2.x Full Releases
02-25-2007, 01:14 AM
Replies:
50
Mass Delete Old Private messages
Views:
13,763
Posted By
Jacqueline
I cannot see what is wrong. There must be some...
I cannot see what is wrong. There must be some code syntax we are not aware of as the query works fine manually. I did see that perhaps quotes were missing around the array element, but that...
Forum:
vBulletin 3.6 Add-ons
02-24-2007, 11:40 PM
Replies:
26
Miscellaneous Hacks -
Google Analytics Registration Goal Plugin
Views:
9,054
Posted By
Jacqueline
FAQ I installed the script yesterday and I...
FAQ
I installed the script yesterday and I cannot see any statistics
Stats can take a few days before they start showing up at google.
I do not see the funnel_register in the address bar. Is...
Forum:
vBulletin 2.x Full Releases
02-24-2007, 11:12 PM
Replies:
50
Mass Delete Old Private messages
Views:
13,763
Posted By
Jacqueline
Here's the exact code I'm running right now. I...
Here's the exact code I'm running right now. I changed the days to 25.
Forum:
vBulletin 2.x Full Releases
02-24-2007, 11:08 PM
Replies:
50
Mass Delete Old Private messages
Views:
13,763
Posted By
Jacqueline
I put in a value for $time to get it to run with...
I put in a value for $time to get it to run with no errors. I got that value by adding a line to print $time.
SELECT pmtextid FROM vbpmtext WHERE dateline < 1170202068
I was able to get the...
Forum:
vBulletin 2.x Full Releases
02-24-2007, 10:51 PM
Replies:
50
Mass Delete Old Private messages
Views:
13,763
Posted By
Jacqueline
That is odd. I tried running the first query...
That is odd. I tried running the first query manually setting a time so it was 1 pm that is in my inbox and outbox. The count on the internal query was 1 and the full select was 2. That is...
Forum:
vBulletin 3.6 Add-ons
02-24-2007, 10:00 PM
Replies:
26
Miscellaneous Hacks -
Google Analytics Registration Goal Plugin
Views:
9,054
Posted By
Jacqueline
Google Analytics Registration Goal Plugin
Google Analytics Registration Goal Plugin
This plugin adds unique page names to the steps of the registration process so you can track registration as a Goal utilizing Google Analytics.
History...
Showing results 1 to 25 of 88
Page 1 of 4
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
06:10 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.02202 seconds
Memory Usage
2,047KB
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
(75)
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.0014
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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