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 43
Search took
0.00
seconds.
Search:
Posts Made By:
vBsquad
Forum:
vBulletin 3.7 Add-ons
06-16-2011, 06:15 PM
Replies:
200
End-User Options -
Community Newsletter Light 1.0.1
Views:
64,430
Posted By
vBsquad
Does this mod follow the email batch settings in...
Does this mod follow the email batch settings in admincp?
Forum:
vBulletin 3.8 Add-ons
09-08-2009, 09:40 PM
Replies:
738
Administrative and Maintenance Tools -
vBSEO Google/Yahoo Sitemap Generator
Views:
445,623
Posted By
vBsquad
I'm running version 2.5 but it seems the...
I'm running version 2.5 but it seems the scheduled task does not run. When I run it manually it runs fine and sends out the email as normal.
Any help is appreciated.
Forum:
Forum and Server Management
10-26-2008, 01:28 PM
Replies:
14
Spam bots
Views:
4,031
Posted By
vBsquad
Using the NoSpam! mod should help prevent this. ...
Using the NoSpam! mod should help prevent this. I wouldn't advise using the default vBulletin one as it is much easier exploited.
Forum:
vB3 General Discussions
10-24-2008, 09:17 PM
Replies:
6
Human Verification Options
Views:
1,183
Posted By
vBsquad
This is debatable, they both do the same thing...
This is debatable, they both do the same thing however the default vBulletin one is much more open to exploitation, I have read many instances of such.
Forum:
vB3 General Discussions
10-24-2008, 08:56 PM
Replies:
6
Human Verification Options
Views:
1,183
Posted By
vBsquad
Using the NoSpam! mod is much more effective.
Using the NoSpam! mod is much more effective.
Forum:
vB3 General Discussions
10-24-2008, 08:53 PM
Replies:
1
Emailing users
Views:
576
Posted By
vBsquad
You can embed it with simple HTML.
You can embed it with simple HTML.
Forum:
vB3 General Discussions
10-24-2008, 08:52 PM
Replies:
1
Positioning of $pagenav
Views:
772
Posted By
vBsquad
Please clarify what you are intending to do. I...
Please clarify what you are intending to do. I believe I managed to achieve this the other day with simple center tags. Again, I'm not clear on what you want done here so please advise.
Forum:
Forum and Server Management
10-22-2008, 08:32 AM
Replies:
4
Blank screen with no source code
Views:
1,140
Posted By
vBsquad
Your hosts server may have had the /tmp directory...
Your hosts server may have had the /tmp directory full.
--------------- Added 1224752450 at 1224752450 ---------------
Also:
Enable "display_errors" in php.ini or try to add the following into...
Forum:
vB3 General Discussions
10-16-2008, 12:20 PM
Replies:
2
Fins and replace
Views:
581
Posted By
vBsquad
Here's an example: UPDATE user_table SET...
Here's an example:
UPDATE user_table SET table_field = REPLACE(table_field, 'find_this',
'replace_with_this');
Keep in mind that it's not always as simple as that depending on the
script -...
Forum:
vB3 General Discussions
10-16-2008, 12:15 PM
Replies:
1
block certain countries from registering
Views:
689
Posted By
vBsquad
You need to gather a list of country IP blocks...
You need to gather a list of country IP blocks and then create a rule in your .htaccess file to block access from these blocks.
Forum:
vB3 General Discussions
10-16-2008, 12:14 PM
Replies:
1
Create a rotating image
Views:
736
Posted By
vBsquad
You would need to use a simple PHP image rotation...
You would need to use a simple PHP image rotation script and then embed it wherever you want.
Forum:
vB3 General Discussions
10-16-2008, 12:12 PM
Replies:
1
TOP URGENT Please, Automatic Banned for usres
Views:
605
Posted By
vBsquad
Are you using some sort of automatic user banning...
Are you using some sort of automatic user banning mod?
Forum:
vB3 General Discussions
10-16-2008, 12:11 PM
Replies:
1
New User: Serolikt
Views:
618
Posted By
vBsquad
It's probably a username being used by a forum...
It's probably a username being used by a forum spamming bot. Nothing really to wory about, this is happening all the time, you just need to be protected, use NoSpam! for example.
Forum:
Forum and Server Management
10-05-2008, 01:11 PM
Replies:
22
email confirmation issues
Views:
3,056
Posted By
vBsquad
You need to start by checking /var/log/mail_log. ...
You need to start by checking /var/log/mail_log. You should tail that while doing a few tests so you can see what is happening.
Forum:
Forum and Server Management
10-02-2008, 02:35 PM
Replies:
3
My site just has started to go slow...
Views:
819
Posted By
vBsquad
Start by running "top" and trying to spot...
Start by running "top" and trying to spot anything unusual.
Then take a look in /tmp, again looking for anything unusual, then clear it out.
Go through the logs in /var/log and try to spot any...
Forum:
Forum and Server Management
09-27-2008, 09:18 AM
Replies:
3
Sub-Domain
Views:
894
Posted By
vBsquad
Watch this: ...
Watch this:
http://urljet.com/tutorials/cpanel-x3-voice/cpanel-x3-subdomain.html
Forum:
Forum and Server Management
09-23-2008, 08:13 AM
Replies:
21
Been Hacked.. :(
Views:
4,590
Posted By
vBsquad
They probably exploited a folder permission or...
They probably exploited a folder permission or uploading feature in vBulletin to add the shell script.
Forum:
Forum and Server Management
09-22-2008, 08:53 PM
Replies:
6
DB migration error
Views:
925
Posted By
vBsquad
Basically you need to transfer/upload the...
Basically you need to transfer/upload the database you want to restore to the /work/backups/ folder then use the restore feature.
However you may need to use MySQLDumper to backup on the old...
Forum:
Forum and Server Management
09-22-2008, 05:20 PM
Replies:
6
DB migration error
Views:
925
Posted By
vBsquad
If you have root access to the server then doing...
If you have root access to the server then doing it via SSH is fine.
Specifically what caused you trouble with MySQLDumper?
Forum:
Forum and Server Management
09-22-2008, 10:51 AM
Replies:
6
DB migration error
Views:
925
Posted By
vBsquad
Try finding that line and editing it then...
Try finding that line and editing it then attempting to restore again. Otherwise try using MySQLDumper.
Forum:
Forum and Server Management
09-18-2008, 11:12 AM
Replies:
28
Someone Hack My Site
Views:
3,547
Posted By
vBsquad
This very much depends on your setup. You should...
This very much depends on your setup. You should start by focusing on the directories which were exploited.
Forum:
Forum and Server Management
09-18-2008, 10:33 AM
Replies:
28
Someone Hack My Site
Views:
3,547
Posted By
vBsquad
You need to check the CHMOD permissions for all...
You need to check the CHMOD permissions for all your directories and check for any vulnerable scripts. More than likely they didn't use your login details to do this.
Forum:
vB3 General Discussions
09-17-2008, 12:13 PM
Replies:
5
Error 404 - Page Not Found!
Views:
718
Posted By
vBsquad
I agree with the above however usually this is a...
I agree with the above however usually this is a result of uploading the files to the wrong location or not uploading them at all. For example if the documentation says to upload to...
Forum:
Forum and Server Management
09-17-2008, 12:09 PM
Replies:
6
DB error after server migration
Views:
1,092
Posted By
vBsquad
Have you compared the database size/structure to...
Have you compared the database size/structure to make sure it is the same as on the old server?
Forum:
Forum and Server Management
09-17-2008, 12:07 PM
Replies:
28
Someone Hack My Site
Views:
3,547
Posted By
vBsquad
With PHPShell, depending on the server...
With PHPShell, depending on the server configuration it can be very easy indeed to exploit your entire site. However for the hacker to have uploaded the PHPShell script in the first place requires a...
Showing results 1 to 25 of 43
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
11:49 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.01514 seconds
Memory Usage
2,022KB
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
(23)
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.0009
(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(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(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(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(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(232, 0, 1,''); -> cached fperms for forum 232
(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(232, 0, 1,''); -> cached fperms for forum 232
(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(232, 0, 1,''); -> cached fperms for forum 232
(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(232, 0, 1,''); -> cached fperms for forum 232
(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(232, 0, 1,''); -> cached fperms for forum 232
(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(232, 0, 1,''); -> cached fperms for forum 232
(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(232, 0, 1,''); -> cached fperms for forum 232
(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(232, 0, 1,''); -> cached fperms for forum 232
FULLTEXT Search
php_sapi_name(): fpm-fcgi