Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 09:49 AM.


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