vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   I lost the toolbar in reply and quick reply. (https://vborg.vbsupport.ru/showthread.php?t=303926)

tinoco2 10-28-2013 12:22 AM

I lost the toolbar in reply and quick reply.
 
Hello, i have a serious problem.

I dont know how but i cant see the toolbar in reply and in quick reply.

I didnt do anything, a days ago worked very good.

Please help me.

I use WYSIWYG.

Thanks so much.

https://vborg.vbsupport.ru/external/2013/10/5.png

ozzy47 10-28-2013 12:26 AM

Is this a new skin?
Are you sure you have it set to WYSIWYG in your usercp settings?
Does the same thing happen with all mods disabled?

tinoco2 10-28-2013 07:33 AM

Quote:

Originally Posted by ozzy47 (Post 2456761)
Is this a new skin? No, it is not.
Are you sure you have it set to WYSIWYG in your usercp settings? Yes, i am sure.
Does the same thing happen with all mods disabled? Yes, it does.


Hi Ozz47.

ozzy47 10-28-2013 10:08 AM

Ok next step would be to disable your mods, to see if it is from one of them.

Open your config.php and below<?php add this line:

PHP Code:

 define('DISABLE_HOOKS'true); 

So it looks like this:
PHP Code:

<?php
define
('DISABLE_HOOKS'true);
/*=================================================  =====================*\
|| ##################################################  ################## ||
|| # vBulletin 4.2.1

If the error goes away, remove that line, then disable them one by one till you find the culprit.

tinoco2 10-28-2013 02:00 PM

Hello Ozzy47, i did that but i cant see the toolbar.

:(

Look please :(

https://vborg.vbsupport.ru/external/2013/10/3.png

ozzy47 10-28-2013 10:54 PM

Go to your ACP --> Settings --> Options --> Style & Language SettingsMake sure that, Default Style for Modern Mobile Browsers or Default Style for Old Mobile Browsers. At least one should be selected as none.

If that doesn't work, then you will need to provide us with a link to your forum and a test username/password to be able to login and view the problem.

I don't know, without being able to diagnose it any further than what I already suggested.

Lynne 10-29-2013 02:26 AM

What version of vBulletin and what version of PHP on the server?

tinoco2 10-29-2013 06:12 AM

Hi Ozzy47, i tested it and nothing...

You can enter to my forum and test it..

Link: http://www.elrincondelcomprador.com
User: prueba
pass: prueba1


Hello Lynne, my version of vbulletin is 4.2.0 Patch Level 3 and php 5.2.17

Digital Jedi 10-29-2013 08:16 AM

Shouldn't there be a button there that let's you toggle between the full and advanced editor? What does this look like when you create a new skin with no parent?

tinoco2 10-29-2013 08:19 AM

I dont know how can i solve this.

I can“t edit a message or go to advance editor.

I tried change the style to test if that was the problem but nothing.

Digital Jedi 10-29-2013 08:27 AM

Quote:

Originally Posted by tinoco2 (Post 2456998)
I dont know how can i solve this.

I can?t edit a message or go to advance editor.

I tried change the style to test if that was the problem but nothing.

But what's in the default style when you look at it? Is the toggle button missing there, too? Not the toolbar. The toggle button.

tinoco2 10-29-2013 08:52 AM

Hi Digital Jedi, you can see the photos on first post of i can see.

I can?t see the toolbar, i say this:

https://vborg.vbsupport.ru/external/2013/10/2.png

But i can?t edit a message, when i tried i cant save it.

Lynne 10-29-2013 06:31 PM

Create a new style with no parent:
  • Styles & Templates > Style Manager > Add New Style
  • Parent Style: No Parent Style
  • Title: Default vBulletin
  • Allow User Selection: Yes
  • Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?

tinoco2 10-29-2013 06:34 PM

OH MY GOD!!

I HAVE A SERIOUS PROBLEM!!

I HAVE THIS -> https://vborg.vbsupport.ru/showthread.php?t=303111

Lynne 10-29-2013 06:49 PM

There are four steps to securing your site. If you don't do them all or you do them in the wrong order than you're still susceptible to being attacked again.

Close the hole...
This has three subparts in this instance.
1. Delete your install folder
2. Review your admin users and delete any that don't belong. Don't ban them. Don't make them regular users. Delete them.
3. Close access to your AdminCP using .htaccess. Use either user authorization with a different username and password or IP address restrictions.

Fill the Hole...
There are seven subparts in this instance.
1. Review your files for changes. You can do this under Maintenance -> Diagnostics.
2. Delete any Suspect Files.
3. Replace any files marked as "Does not contain expected contents"
4. Scan your plugins for malicious code (exec, base64, system, pass_thru, iframe are all suspect keywords). Delete any you find.
5. Repair any templates. Any templates that you don't have notes on changing, you need to revert. If you're using a custom style, it is best to delete your existing style and reimport from a fresh download.
6. Update your Addon Products.
7. Rebuild your datastores. You can use tools.php in the "do not upload" folder to do this. Upload it to your admincp directory, delete when done.

Secure the Hole
Parts of this were done by closing the hole but there are still things to do here.
1. Keep notes of all changes you make to the system - what templates and phrases you change, what files belong to which addons, what plugins do the addons install.
2. Consider using a separate Super Admin who has access to admin logs in the AdminCP. There should be only one Super Admin.
3. Create a lower permission Administrator for every day use.
4. Review your permissions in the system.
5. Block off access to the includes, modcp, packages and vb folders via .htaccess. Deny All can work here, unless you use the ModCP. You need user authorization there.
6. Move your attachments outside the forum root directory.
7. Create a complete backup of your site. Make database backups weekly.

Vigilance
You need to keep active on the security of the site.
1. Give out the fewest permissions necessary for anyone to do their job
2. Make sure your hosting provider updates the software.
3. Update to the latest vBulletin when it is released.
4. Make sure your addons are always up to date.

tinoco2 10-29-2013 06:56 PM

Thanks so much really.

How can i do the step 3?

I would like to close access to my AdminCP using .htaccess and add only 2 ips (i work in 2 places )but i dont know how can i do it.

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

When i try unistall a plugin, it appears this error:

PHP Code:

Database error in vBulletin 4.2.0:

Invalid SQL:

            
DELETE cms_widgettypecms_widgetcms_widgetconfig
            FROM package 
AS package
            LEFT JOIN cms_widgettype 
AS cms_widgettype
                ON cms_widgettype
.packageid package.packageid
            LEFT JOIN cms_widget 
AS cms_widget
                ON cms_widget
.widgettypeid cms_widgettype.widgettypeid
            LEFT JOIN cms_widgetconfig 
AS cms_widgetconfig
                ON cms_widgetconfig
.widgetid cms_widget.widgetid
            WHERE package
.productid 'dp_positionads';

MySQL Error   Table 'admin_elrincon.cms_widgettype' doesn't exist
Error Number  : 1146
Request Date  : Tuesday, October 29th 2013 @ 02:44:18 PM
Error Date    : Tuesday, October 29th 2013 @ 02:44:18 PM
Script        : http://elrincondelcomprador.com/admincp/plugin.php?do=productkill
Referrer      : http://elrincondelcomprador.com/admincp/plugin.php?do=productdelete&productid=dp_positionads&s=
IP Address    : 95.XXXX.12
Username      : XXXXXX
Classname     : vB_Database
MySQL Version : 5.5.33-31.1 


Lynne 10-29-2013 09:16 PM

Do you have the CMS installed? That error is implying you are missing a cms table.

Google gave me this for IP restriction using .htaccess - http://docs.joomla.org/How_do_you_re...ng_htaccess%3F

tinoco2 10-29-2013 09:43 PM

Oh my god!

I created a new style, change to my new style and back to the old style and recovered the toolbar and the normally editor.

Thanks so much Lynne, Ozzy47 and Digital Jedi.

Iari 04-06-2014 10:15 PM

I know the Threat is old but i have the same problem
Ive tried everythink suggested in the thread but i still dont have any toolbar about the editors or a toggle button
im using 4.2.2 Patch 1

Lynne 04-07-2014 02:24 AM

I'd suggest you start your own thread with all the relevant information so we can help you.


All times are GMT. The time now is 09: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.01472 seconds
  • Memory Usage 1,773KB
  • 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
  • (3)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (20)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete