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 86
Search took
0.00
seconds.
Search:
Posts Made By:
SwalyAaron
Forum:
vB3 Programming Discussions
10-20-2013, 09:07 AM
Replies:
6
500 internal server error
Views:
770
Posted By
SwalyAaron
Thanks for those who replied, turned out that it...
Thanks for those who replied, turned out that it was the host's issue and was fixed.
Forum:
vB3 Programming Discussions
10-20-2013, 04:17 AM
Replies:
6
500 internal server error
Views:
770
Posted By
SwalyAaron
I tried renaming .htaccess before posting, the...
I tried renaming .htaccess before posting, the error was the same, and yes I did get an additional 404 error
Forum:
vB3 Programming Discussions
10-20-2013, 02:59 AM
Replies:
6
500 internal server error
Views:
770
Posted By
SwalyAaron
500 internal server error
Out of no where I get this 500 internal error message, haven't changed anything major in the forum for weeks the error log is clean. All I've been getting before is persistent DB connection errors.
...
Forum:
vB3 Programming Discussions
10-19-2013, 08:42 AM
Replies:
9
Persistent DB errors
Views:
1,352
Posted By
SwalyAaron
I see, is there any way I can log the requests...
I see, is there any way I can log the requests I'm getting?
Forum:
vB3 Programming Discussions
10-13-2013, 07:08 AM
Replies:
9
Persistent DB errors
Views:
1,352
Posted By
SwalyAaron
If I can do anything to stop this please give me...
If I can do anything to stop this please give me any suggestion, can I reroute them?
Ah well I can't shutdown my forums got a nice active community going =] Thanks for the input though.
...
Forum:
vB3 Programming Discussions
10-12-2013, 08:52 PM
Replies:
9
Persistent DB errors
Views:
1,352
Posted By
SwalyAaron
Persistent DB errors
Not sure if someone is trying to inject my forums on a daily basis basically non stop or something is wrong with my forums, I'm getting a mix of fatal errors, I just recently checked the email I use...
Forum:
vB3 Programming Discussions
09-16-2013, 02:31 PM
Replies:
6
Security flaw with a function
Views:
1,309
Posted By
SwalyAaron
Uh excuse my stupid question but would the code...
Uh excuse my stupid question but would the code be like this?
function pm_api($pmfromuserid, $pmfromusername, $pmtitle, $pmmessage, $username)
{
global $vbulletin, $botpermissions;
$pmdm...
Forum:
vB3 Programming Discussions
09-14-2013, 04:03 PM
Replies:
6
Security flaw with a function
Views:
1,309
Posted By
SwalyAaron
ERRTYPE_SILENT did the job thanks, and I don't...
ERRTYPE_SILENT did the job thanks, and I don't know why all that info was put out it was seriously everything in my DB + the db pass and user
Forum:
vB3 Programming Discussions
09-14-2013, 11:08 AM
Replies:
6
Security flaw with a function
Views:
1,309
Posted By
SwalyAaron
Security flaw with a function
So I was using this function earlier today and noticed something
function pm_api($pmfromuserid, $pmfromusername, $pmtitle, $pmmessage, $username)
{
global $vbulletin, $botpermissions;
...
Forum:
vB3 Programming Discussions
09-03-2013, 12:51 PM
Replies:
4
Restoring a specific forum section
Views:
1,370
Posted By
SwalyAaron
Keep getting this error: MySQL said:...
Keep getting this error:
MySQL said: Documentation
#1062 - Duplicate entry '82' for key 'PRIMARY'
Forum:
vB3 Programming Discussions
09-03-2013, 01:55 AM
Replies:
4
Restoring a specific forum section
Views:
1,370
Posted By
SwalyAaron
Was an administrator, anyways; what if I...
Was an administrator, anyways;
what if I restore the db to a temp forums delete all other sections exccept my section, export that and then some how import it to the db with out overwriting stuff?
Forum:
vB3 Programming Discussions
09-02-2013, 05:00 PM
Replies:
4
Restoring a specific forum section
Views:
1,370
Posted By
SwalyAaron
Restoring a specific forum section
Got a whole section deleted by a rogue staff member which I mistakenly trusted, anyways I have a back up from 2 days ago but I only want to restore ONE section, is this possible?
Forum:
vB3 Programming Discussions
08-24-2013, 12:53 PM
Replies:
6
Is it safe to add new columns to vbulletin users table?
Views:
1,073
Posted By
SwalyAaron
I'm decent with queries but mostly mysql_query's...
I'm decent with queries but mostly mysql_query's which are deprecated so no use there and PDO which I'll probably use
I was asking and wondering if vbulletin set up custom functions for there...
Forum:
vB3 Programming Discussions
08-24-2013, 11:24 AM
Replies:
6
Is it safe to add new columns to vbulletin users table?
Views:
1,073
Posted By
SwalyAaron
Is there a specific way Vbulletin runs its...
Is there a specific way Vbulletin runs its queries to make them safer? if so do you by chance know the syntax?
Forum:
vB3 Programming Discussions
08-24-2013, 07:43 AM
Replies:
6
Is it safe to add new columns to vbulletin users table?
Views:
1,073
Posted By
SwalyAaron
Is it safe to add new columns to vbulletin users table?
I have a script that isn't related to vbulletin at all, it adds information in a seperate database.
Today I was thinking what if I add some of the information I submit to this database to the...
Forum:
vB3 Programming Discussions
08-24-2013, 07:39 AM
Replies:
3
Calling the AJAX memberlist search
Views:
692
Posted By
SwalyAaron
I've actually tried that before, even copied the...
I've actually tried that before, even copied the whole PM box just can't get it to work. Thanks though.
Forum:
vB3 Programming Discussions
08-23-2013, 06:35 PM
Replies:
3
Calling the AJAX memberlist search
Views:
692
Posted By
SwalyAaron
Calling the AJAX memberlist search
I have a custom vbulletin powered page, one of the field asks to input a name of a member on the forums, I know that vbulletin has an ajax function in private.php?do=newpm and in...
Forum:
vB3 General Discussions
08-23-2013, 02:29 AM
Replies:
3
Broken styling in externally powered vbulletin page
Views:
866
Posted By
SwalyAaron
I fixed it, posted the code cause I saw many...
I fixed it, posted the code cause I saw many variations of it. Anyways I fixed it it was all image issues made the image links direct (added http://url.tld/forums/)
Thought it was a line of code...
Forum:
vB3 General Discussions
08-22-2013, 02:22 PM
Replies:
3
Broken styling in externally powered vbulletin page
Views:
866
Posted By
SwalyAaron
Broken styling in externally powered vbulletin page
This is how my code looks like
<?php
chdir('/home/sitenamehere/public_html/forums');
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL &...
Forum:
vB3 Programming Discussions
08-15-2013, 03:43 PM
Replies:
2
Vbulletin API - Change Usergroup
Views:
1,387
Posted By
SwalyAaron
Nah that didn't work, I'll try and make it a...
Nah that didn't work, I'll try and make it a function instead and see what happens
Forum:
vB3 Programming Discussions
08-15-2013, 03:42 PM
Replies:
6
Default Moderator Permissions
Views:
1,387
Posted By
SwalyAaron
Not yet, been trying though backed up and ran a...
Not yet, been trying though backed up and ran a few queries of my own nothing did it though
Forum:
vB3 Programming Discussions
08-10-2013, 05:58 AM
Replies:
2
Vbulletin API - Change Usergroup
Views:
1,387
Posted By
SwalyAaron
Vbulletin API - Change Usergroup
Hey looking for a command/function from the vbulletin API (3.8.7) - I've read the documentation but found nothing useful in there, also did some searches found nothing.
Heres my plan, I have an...
Forum:
vB3 Programming Discussions
08-01-2013, 12:19 AM
Replies:
6
Default Moderator Permissions
Views:
1,387
Posted By
SwalyAaron
Yeah but then another moderator will be promoted...
Yeah but then another moderator will be promoted and this process will be repeated (setting custom permissions) would rather change the default settings for the long run
Forum:
vB3 Programming Discussions
07-31-2013, 02:17 AM
Replies:
6
Default Moderator Permissions
Views:
1,387
Posted By
SwalyAaron
That sounds like a nice work-around, one problem...
That sounds like a nice work-around, one problem I'm facing right now is I don't even know what queries to run on my database (wouldn't mind the help)
Forum:
vB3 Programming Discussions
07-29-2013, 07:03 AM
Replies:
6
Default Moderator Permissions
Views:
1,387
Posted By
SwalyAaron
Default Moderator Permissions
I want to set these to a default no for moderators, is there any way to do this?
Can Physically Delete Discussions
Can View IP Addresses
Can Physically Delete Picture Comments
Can Post...
Showing results 1 to 25 of 86
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
08:09 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.05977 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
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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
FULLTEXT Search
php_sapi_name(): fpm-fcgi