Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-05-2015, 06:16 PM
shoppingtelly shoppingtelly is offline
 
Join Date: Apr 2002
Location: Blackpool
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Lost all Forum Catagories

I made a mistake by putting some adsense code in the place of a forum category, not the the entire list of forum categories and forums have vanished and I am unable to delete the forum made up of code, is there anyway to do this via FTP.

Please can someone help?

Thank You
Reply With Quote
  #2  
Old 01-05-2015, 06:22 PM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shoppingtelly View Post
I made a mistake by putting some adsense code in the place of a forum category, not the the entire list of forum categories and forums have vanished and I am unable to delete the forum made up of code, is there anyway to do this via FTP.

Please can someone help?

Thank You
Where did you pit the adsense code? If you put it into a template you can just revert the template if you put it into the PHP file then you can download vbulletin again from your members area and over write the file and DO NOT make changes in the PHP files again.
Reply With Quote
  #3  
Old 01-05-2015, 06:30 PM
shoppingtelly shoppingtelly is offline
 
Join Date: Apr 2002
Location: Blackpool
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I put it as if I was making a forum category, thinking the banner would show on the home page on list of categories, really stupid I know
Reply With Quote
  #4  
Old 01-05-2015, 06:39 PM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shoppingtelly View Post
I put it as if I was making a forum category, thinking the banner would show on the home page on list of categories, really stupid I know
Uh no probably NOT a good idea, but then again I guess you have figured that out now lol. you may have to delete that forum completely from your site to get rid of it. Not sure never tried to do that before. There are some mods on here that will add ads in the forums areas just do a search for them and see.
Reply With Quote
  #5  
Old 01-05-2015, 06:41 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why not just remove the code you put in
Reply With Quote
  #6  
Old 01-05-2015, 06:41 PM
shoppingtelly shoppingtelly is offline
 
Join Date: Apr 2002
Location: Blackpool
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes not a good idea, lol, trouble is can't even see that or any other forum to delete so looks like May have to start from scratch and lose the years of posts nightmare but my fault

--------------- Added [DATE]1420490555[/DATE] at [TIME]1420490555[/TIME] ---------------

Quote:
Originally Posted by ForceHSS View Post
Why not just remove the code you put in
It has blanked out all the categories and forums so can't even any category
Reply With Quote
  #7  
Old 01-05-2015, 06:47 PM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shoppingtelly View Post
Yes not a good idea, lol, trouble is can't even see that or any other forum to delete so looks like May have to start from scratch and lose the years of posts nightmare but my fault

--------------- Added [DATE]1420490555[/DATE] at [TIME]1420490555[/TIME] ---------------



It has blanked out all the categories and forums so can't even any category
Its done this in the AdminCP? Oh dear. Well before you go off and lose a years worth of stuff I would go and make a backup of the site & database. You still have those there or at least you should. Try these things just for giggles:

1. Hard refresh your browser. Or just refresh it.
2. Delete your browser cache & cookies.
3. Go into your AdminCp and go to Maintenance > Clear System Cache that will clear the cache and may bring it back.
Reply With Quote
  #8  
Old 01-05-2015, 06:56 PM
shoppingtelly shoppingtelly is offline
 
Join Date: Apr 2002
Location: Blackpool
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HM666 View Post
Its done this in the AdminCP? Oh dear. Well before you go off and lose a years worth of stuff I would go and make a backup of the site & database. You still have those there or at least you should. Try these things just for giggles:

1. Hard refresh your browser. Or just refresh it.
2. Delete your browser cache & cookies.
3. Go into your AdminCp and go to Maintenance > Clear System Cache that will clear the cache and may bring it back.
Thank you but no luck
Reply With Quote
  #9  
Old 01-05-2015, 07:41 PM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm a bit stumped. You may need to try and hire someone to fix it. There are quite a few people on here that might have another idea.

Have you globally disabled your mods just to see if it comes back up?

Global disable: open your includes>config.php file and find:

Code:
<?php
and under place:

Code:
define('DISABLE_HOOKS', true);
Save and upload again to your server in the includes directory.

If you find that it works after disabling the plugins globally then re-enable the plugins by putting // in front of the code so it looks like this:

Code:
//define('DISABLE_HOOKS', true);
Save and upload again.

Then you will have to go through your mods one by one until you find the one that is causing the conflict.
Reply With Quote
  #10  
Old 01-05-2015, 08:22 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you add this in a template or admincp/Forums & Moderators/Forum Manager
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:00 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.05174 seconds
  • Memory Usage 2,259KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete