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 28
Search took
0.00
seconds.
Search:
Posts Made By:
Scotteh
Forum:
vB3 General Discussions
06-11-2009, 11:44 AM
Replies:
5
Delete users by User Profile Field?...
Views:
837
Posted By
Scotteh
Check your database as it will be in there but...
Check your database as it will be in there but you need the name of the one thats used in the database otherwise it won't find it.
Forum:
vB3 General Discussions
06-11-2009, 11:28 AM
Replies:
5
Delete users by User Profile Field?...
Views:
837
Posted By
Scotteh
on the mysql database for "user" what columns is...
on the mysql database for "user" what columns is there is the "extra_3" column definately there?
Forum:
vB3 General Discussions
06-11-2009, 09:03 AM
Replies:
5
Delete users by User Profile Field?...
Views:
837
Posted By
Scotteh
<?php $db =...
<?php
$db = mysql_connect("localhost","USER","PASS");
if (!$db)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("FORUMSDATABASE", $db);
mysql_query("DELETE FROM user...
Forum:
vB3 General Discussions
06-11-2009, 07:51 AM
Replies:
4
My Forum Has Been Breached
Views:
739
Posted By
Scotteh
in your home/public_html/forum there should be...
in your home/public_html/forum there should be the admincp folder, in that there should be a .htaccess file.
Then you can add;
Order Deny,Allow
Deny from all
Allow from IPADDRESSOFADMIN1,...
Forum:
vB3 General Discussions
06-10-2009, 10:28 AM
Replies:
2
Google Adsense Search added to the header?
Views:
682
Posted By
Scotteh
Which version of vbulletin are you on, theres...
Which version of vbulletin are you on, theres various in the similar threads but they go back to 3.5/3.6 however could still give it a try but might not definately work.
Forum:
vB3 General Discussions
06-10-2009, 10:26 AM
Replies:
3
Search function doesn't work
Views:
997
Posted By
Scotteh
Try a more complex search (6-8 characters or...
Try a more complex search (6-8 characters or something) as small commonly used words sometimes get ommited from search results, its like searching a 1 million thread forum for the letter "a" would be...
Forum:
vB3 General Discussions
06-10-2009, 10:24 AM
Replies:
2
Subscription Scheduled Task?
Views:
696
Posted By
Scotteh
Go to scheduled tasks and ensure theres a tick...
Go to scheduled tasks and ensure theres a tick next to
Subscriptions
Once per day, this script removes expired paid subscriptions as well as sends out reminders about soon to expire...
Forum:
vB3 General Discussions
06-09-2009, 02:15 PM
Replies:
10
ADS not showing @ ad_showthread_firstpost_start
Views:
1,293
Posted By
Scotteh
Oh right, google adsense requires a few days to...
Oh right, google adsense requires a few days to sort out (72 hours i think AFTER you generate the HTML code) so may still be within that time range?
Forum:
vB3 General Discussions
06-09-2009, 10:56 AM
Replies:
19
PROBLEM!!! Forums randomly redirecting to social groups?
Views:
1,314
Posted By
Scotteh
Nothing; both are working fine, try doing a hard...
Nothing; both are working fine, try doing a hard refresh if your still getting an error.
i can access both the forum index via /forums and via /forums/index.php and can also access the threads.
Forum:
vB3 General Discussions
06-09-2009, 10:52 AM
Replies:
19
PROBLEM!!! Forums randomly redirecting to social groups?
Views:
1,314
Posted By
Scotteh
A minute ago both were working :P I could...
A minute ago both were working :P
I could display the index and the Announcements page :S
edit: 12;52 its working again :P
Forum:
vB3 General Discussions
06-09-2009, 10:44 AM
Replies:
19
PROBLEM!!! Forums randomly redirecting to social groups?
Views:
1,314
Posted By
Scotteh
seems to be working now?
seems to be working now?
Forum:
vB3 General Discussions
06-09-2009, 10:38 AM
Replies:
19
PROBLEM!!! Forums randomly redirecting to social groups?
Views:
1,314
Posted By
Scotteh
edit; could you post the contents of your...
edit; could you post the contents of your htaccess file? (for /forums)
--------------- Added 1244547658 at 1244547658 ---------------
try removing the previous code i gave you and add;
...
Forum:
vB3 General Discussions
06-09-2009, 10:36 AM
Replies:
19
PROBLEM!!! Forums randomly redirecting to social groups?
Views:
1,314
Posted By
Scotteh
Is the VbSEO still enabled? That seems to be...
Is the VbSEO still enabled?
That seems to be the problem as it can't find vbseo.php to get the forum id etc.
Is vbseo.php in the /forums folder?
edit; could you post the contents of your...
Forum:
vB3 General Discussions
06-09-2009, 10:20 AM
Replies:
19
PROBLEM!!! Forums randomly redirecting to social groups?
Views:
1,314
Posted By
Scotteh
Go on your panel edit the .htaccess file add...
Go on your panel edit the .htaccess file
add
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
Forum:
vB3 General Discussions
06-09-2009, 10:00 AM
Replies:
19
PROBLEM!!! Forums randomly redirecting to social groups?
Views:
1,314
Posted By
Scotteh
I don't get redirected to social groups, i see...
I don't get redirected to social groups, i see the forumhome page?
Forum:
vB3 General Discussions
06-09-2009, 09:45 AM
Replies:
19
PROBLEM!!! Forums randomly redirecting to social groups?
Views:
1,314
Posted By
Scotteh
You have it as guests only so we can't see the...
You have it as guests only so we can't see the forum index :P
Forum:
vB3 General Discussions
06-09-2009, 09:35 AM
Replies:
19
PROBLEM!!! Forums randomly redirecting to social groups?
Views:
1,314
Posted By
Scotteh
You tried to access the address...
You tried to access the address http://www.nbadimensions.net/forums/, which is currently unavailable. Please make sure that the Web address (URL) is correctly spelled and punctuated, then try...
Forum:
vB3 General Discussions
06-09-2009, 09:07 AM
Replies:
10
ADS not showing @ ad_showthread_firstpost_start
Views:
1,293
Posted By
Scotteh
<if condition="$bbuserinfo['usergroupid'] == 1"> ...
<if condition="$bbuserinfo['usergroupid'] == 1">
means they only show for usergroup with the ID of 1
That usergroup is Unregistered / Not Logged In.
So only guests will see the ads as you...
Forum:
vB3 General Discussions
06-06-2009, 09:57 PM
Replies:
1
Sent PM not saving
Views:
573
Posted By
Scotteh
Yeh i have same problem doesn't seem to be saving
Yeh i have same problem doesn't seem to be saving
Forum:
vB3 General Discussions
06-06-2009, 08:58 AM
Replies:
1
ibproarcade // kBank
Views:
563
Posted By
Scotteh
ibproarcade // kBank
Is there anyway to set it so people who get a while score get so much cash through the kBank?
like ibproarcades own website has like jackpots etc. if not possible through kBank which other system...
Forum:
vB3 General Discussions
06-05-2009, 07:44 PM
Replies:
8
Replacement colours
Views:
705
Posted By
Scotteh
Could you explain how, o.0.
Could you explain how, o.0.
Forum:
vB3 General Discussions
06-05-2009, 04:51 PM
Replies:
6
RSS problem
Views:
899
Posted By
Scotteh
Nope and the feed runs fine as i get a popup with...
Nope and the feed runs fine as i get a popup with the latest feeds every 30 mins, however it just doesn't want to update on the forum :S
I've just lately added the feed
Theres 2 feeds running...
Forum:
vB3 General Discussions
06-05-2009, 04:31 PM
Replies:
6
RSS problem
Views:
899
Posted By
Scotteh
I answered your questions.
I answered your questions.
Forum:
vB3 General Discussions
06-05-2009, 03:11 PM
Replies:
6
RSS problem
Views:
899
Posted By
Scotteh
The last time checked is when i last went on...
The last time checked is when i last went on adminCP and clicked run (atm 4PM when current time is 5;06)
On Schedule next one is 5:20.
Forum:
vB3 General Discussions
06-05-2009, 01:19 PM
Replies:
6
RSS problem
Views:
899
Posted By
Scotteh
RSS problem
Ok well, on the forum we have BBC news which is meant to search the feed (http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml) which is meant to update every 30 minutes.
It's...
Showing results 1 to 25 of 28
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
09:49 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.01668 seconds
Memory Usage
2,026KB
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
(22)
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.0006
(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(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(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi