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 2
1
2
>
Showing results 1 to 25 of 27
Search took
0.00
seconds.
Search:
Posts Made By:
PleaseHelp
Forum:
vBulletin 4.x Add-ons
11-11-2015, 10:45 AM
Replies:
807
New Posting Features -
WS vBulletin Tweet Poster
Views:
161,821
Posted By
PleaseHelp
Amazing Mod that is very simple to use and works...
Amazing Mod that is very simple to use and works very well.
One issue: this Mod uses the bit.ly API Key which is being deprecated (http://dev.bitly.com/authentication.html) in favor of OAuth.
...
Forum:
vB3 General Discussions
11-09-2015, 04:43 PM
Replies:
1
Mod that posts new Thread to your Facebook Page?
Views:
600
Posted By
PleaseHelp
Mod that posts new Thread to your Facebook Page?
Hello,
Is there a Mod for vB 3.8 that posts new threads to your Facebook Page (e.g. a page you own)?
We thought YAFB - Yay! Another Facebook Bridge...
Forum:
vB4 Programming Discussions
03-14-2012, 01:26 AM
Replies:
0
Mobile API: Post Times are NOT adjusted for Timezone
Views:
407
Posted By
PleaseHelp
Mobile API: Post Times are NOT adjusted for Timezone
Hello,
We just realized that no matter what a user's timezone is in vB, all post and thread times returned by the Mobile API are provided as a Unix Timestamp with NO adjustment for the user's...
Forum:
vB4 Programming Discussions
03-08-2012, 02:43 PM
Replies:
0
Mobile API: What could possibly cause one logged-in user to post as another user?
Views:
315
Posted By
PleaseHelp
Mobile API: What could possibly cause one logged-in user to post as another user?
We are completely dumb-founded.
For about 30 minutes today, one logged-in user was posting as another completely different user via the API. Now that user is back to posting as themselves. They...
Forum:
vB4 Programming Discussions
03-02-2012, 11:02 PM
Replies:
1
DataManager: Problem changing username before deleting user
Views:
811
Posted By
PleaseHelp
DataManager: Problem changing username before deleting user
Hello,
We want to change the username of all users we delete prior to their deletion so that all their "Guest" posts contain the new username.
We have the DataManager code for both changing the...
Forum:
vB4 Programming Discussions
02-29-2012, 03:55 PM
Replies:
7
DataManager: How to add a user to another user's Ignore List?
Views:
797
Posted By
PleaseHelp
OK, so the full code would be: //how to...
OK, so the full code would be:
//how to add a user to another user's ignore list
include('global.php')
$ignoring_userid = X;
$ignored_userid = Y;
Forum:
vB4 Programming Discussions
02-29-2012, 03:08 PM
Replies:
7
DataManager: How to add a user to another user's Ignore List?
Views:
797
Posted By
PleaseHelp
Thanks. OK, so we would have to do it BOTH with...
Thanks. OK, so we would have to do it BOTH with the query code you provided earlier AND with the DataManager, is that correct?
If so, then what is the DataManager code we need to use on top of...
Forum:
vB4 Programming Discussions
02-29-2012, 12:16 AM
Replies:
7
DataManager: How to add a user to another user's Ignore List?
Views:
797
Posted By
PleaseHelp
Many thanks, but it would seem safer to do it...
Many thanks, but it would seem safer to do it with the DataManager rather than a direct query. Any ideas on how to do it with the DM?
Forum:
vB4 Programming Discussions
02-28-2012, 04:30 PM
Replies:
7
DataManager: How to add a user to another user's Ignore List?
Views:
797
Posted By
PleaseHelp
DataManager: How to add a user to another user's Ignore List?
Hello,
How can you add a user to another user's Ignore List using either the DataManager or one of the vBulletin functions accessible via global.php ?
Thanks!
Forum:
vB4 Programming Discussions
02-23-2012, 08:47 PM
Replies:
1
Strange DB Error when integrating "global.php" in a live site. PLEASE HELP.
Views:
567
Posted By
PleaseHelp
Strange DB Error when integrating "global.php" in a live site. PLEASE HELP.
We are trying to integrate global.php file on a live site and are getting a very strange error.
This particular site works with classes (each page of the site is a class called by the index.php)...
Forum:
vB4 Programming Discussions
02-23-2012, 01:27 PM
Replies:
4
DataManager: How to delete ALL a user's posts and threads based on userid ?
Views:
1,508
Posted By
PleaseHelp
Although this seems like it would work, it looks...
Although this seems like it would work, it looks a bit complicated to automate as it would require the script to first log-in to the Admin CP, then run that URL, and finally confirm the deletions.
...
Forum:
vB4 Programming Discussions
02-21-2012, 01:33 PM
Replies:
4
DataManager: How to delete ALL a user's posts and threads based on userid ?
Views:
1,508
Posted By
PleaseHelp
DataManager: How to delete ALL a user's posts and threads based on userid ?
Hello,
How can we replicate the functioning of the "Delete as Spam" feature (where we HARD delete all posts and threads by a specific user) using the DataManager?
Thanks!
Forum:
vB4 Programming Discussions
02-11-2012, 04:22 PM
Replies:
2
DataManager: How to delete a user based on userid ?
Views:
530
Posted By
PleaseHelp
Thanks! We'll have a look, try it out, and...
Thanks! We'll have a look, try it out, and report back if we have any problems.
Forum:
vB4 Programming Discussions
02-11-2012, 03:25 PM
Replies:
2
DataManager: How to delete a user based on userid ?
Views:
530
Posted By
PleaseHelp
DataManager: How to delete a user based on userid ?
Hello,
How can we manually delete a user using the DataManager?
We are looking for a function that replicates deleting a user from the AdminCP, but that does it manually using the DataManager...
Forum:
vB4 Programming Discussions
02-08-2012, 03:27 PM
Replies:
1
Mobile API: Where/How can we see if the logged-in user has already voted in a Poll?
Views:
560
Posted By
PleaseHelp
Mobile API: Where/How can we see if the logged-in user has already voted in a Poll?
Hello,
We have scoured the entire Mobile API and we cannot find a single method that tells you whether the user (who is currently logged-in) has already voted in the poll they are viewing or not. ...
Forum:
vB4 Programming Discussions
02-02-2012, 07:16 PM
Replies:
5
How to POST a NEW THREAD using the Mobile API ?
Views:
1,282
Posted By
PleaseHelp
Thank you, Paul.
Thank you, Paul.
Forum:
vB4 Programming Discussions
01-31-2012, 07:10 PM
Replies:
5
How to POST a NEW THREAD using the Mobile API ?
Views:
1,282
Posted By
PleaseHelp
Thanks for your reply, but it's still not...
Thanks for your reply, but it's still not working.
To be clear, here's what we're doing:
First, we're calling newthread_newthread ("returns new thread form related data") as follows:
...
Forum:
vB4 Programming Discussions
01-31-2012, 06:15 PM
Replies:
5
How to POST a NEW THREAD using the Mobile API ?
Views:
1,282
Posted By
PleaseHelp
Anyone? We still haven't been able to get...
Anyone?
We still haven't been able to get this to work, no matter which combination of parameters we use for 'api_m' => 'newthread_postthread' .
There is absolutely no documentation on this, so...
Forum:
vB4 Programming Discussions
01-30-2012, 06:03 PM
Replies:
5
How to POST a NEW THREAD using the Mobile API ?
Views:
1,282
Posted By
PleaseHelp
How to POST a NEW THREAD using the Mobile API ?
Hello,
How do you POST a NEW THREAD using the Mobile API ?
From what we can tell, you need to use the 'api_m' => 'newthread_postthread' method, but what else do we need to include in that...
Forum:
vB4 Programming Discussions
01-15-2012, 02:59 PM
Replies:
8
How to keep a user logged in using the API?
Views:
3,275
Posted By
PleaseHelp
OK, let's dissect the paragraph we pasted earlier...
OK, let's dissect the paragraph we pasted earlier because something doesn't make sense to us.
Here is the paragraph:
Now let's dissect it one-by-one:
Do we need to do anything different...
Forum:
vB4 Programming Discussions
01-15-2012, 12:14 PM
Replies:
8
How to keep a user logged in using the API?
Views:
3,275
Posted By
PleaseHelp
Thanks for your assistance, Paul. However, we...
Thanks for your assistance, Paul. However, we are already doing what you have outlined above. That's simply how to sign and execute any method with the API. We've already gotten that to work a...
Forum:
vB4 Programming Discussions
01-14-2012, 07:04 PM
Replies:
8
How to keep a user logged in using the API?
Views:
3,275
Posted By
PleaseHelp
Thanks, but we are already able to sign any and...
Thanks, but we are already able to sign any and all API requests, we just don't know what we need to do to keep the user signed in for all subsequent requests and that paragraph we quoted in our OP...
Forum:
vB4 Programming Discussions
01-14-2012, 04:47 PM
Replies:
8
How to keep a user logged in using the API?
Views:
3,275
Posted By
PleaseHelp
How to keep a user logged in using the API?
Hello,
We've been trying to use the vBulletin API and have spent hours attempting to successfully keep a user logged in to no avail This is very frustrating because the documentation on and...
Forum:
vB4 Programming Discussions
01-12-2012, 03:11 AM
Replies:
6
API vs. DataManager ?
Views:
693
Posted By
PleaseHelp
Anyone?
Anyone?
Forum:
vB4 Programming Discussions
01-03-2012, 09:38 PM
Replies:
6
API vs. DataManager ?
Views:
693
Posted By
PleaseHelp
Thanks. Is there a place where all those...
Thanks. Is there a place where all those functions, methods, and classes are listed that will allow me to access all the vB stuff? All I can find is the page where the functions in function.php are...
Showing results 1 to 25 of 27
Page 1 of 2
1
2
>
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:06 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.24681 seconds
Memory Usage
2,059KB
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
(3)
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.0007
(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(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(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(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(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi