Jump to content

Orpheus

Актив
  • Регистрация

  • В сети

Posts posted by Orpheus

  1. 20 hours ago, Fatman22 said:

    I can't use 6.9 due to a crashing exploit I found.

    Which crashing exploit? The above you stated? Can you give more details about the crashing?

    16 hours ago, AMYK said:

    Yes. 

    4.6.9 and the Acme 1.1.5 if the slider is on, I have that error message, and if I turn it off the message gone. Even I tried to install it fresh, and I got same error. 

    Not sure, but everything works fine even though the slider is on

    Anyways, wait for the latest version which is 1.1.6 and tinker around with slider to find what's causing it, you may be able to fix it yourself.

  2. 21 minutes ago, AMYK said:

    Last version still has the same error 

     

    [[Template core/front/_yt__acme/yt__acme_slider_header is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

    Which version of IPS you're using? I am using IPS v4.6.9 and Acme v1.1.5 worked just fine for me.

    Is anybody getting the same error as above?

  3. How to grab all the tables which are using MyISAM storage engine?

    SELECT CONCAT('ALTER TABLE ', TABLE_SCHEMA, '.', TABLE_NAME,' ENGINE=InnoDB;')
    FROM Information_schema.TABLES WHERE TABLE_SCHEMA = 'DBNAME' AND ENGINE = 'MyISAM' AND TABLE_TYPE = 'BASE TABLE'

    Where DBNAME is the database name, then copying all the output queries you've to run in console and hit CTRL+Enter

    Done! hope that helps :)

  4. ·

    Edited by M4FIA_RaGE

    Not sure if this is what you want to do, but this helped me long back.

    How to grab all the tables which are using MyISAM storage engine? Use below

    SELECT CONCAT('ALTER TABLE ', TABLE_SCHEMA, '.', TABLE_NAME,' ENGINE=InnoDB;') 
    FROM Information_schema.TABLES WHERE TABLE_SCHEMA = 'DBNAME' AND ENGINE = 'MyISAM' AND TABLE_TYPE = 'BASE TABLE'

    Then copying all the output queries you've to run in console and hit CTRL+Enter
    Where DBNAME is the database name

    Enjoy!

  5. ·

    Edited by M4FIA_RaGE

    On 10/14/2021 at 3:35 PM, Жека Борох said:

    [[Template core/front/_yt__acme/yt__acme_slider_header is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

    Which version of Acme Theme you've installed? And on which IPS version?

  6. ·

    Edited by M4FIA_RaGE

    Does this make any sense?

    # Disallow directories
    User-agent: *
    Disallow: /admin/
    Disallow: /api/
    Disallow: /applications/
    Disallow: /cgi-bin/
    Disallow: /datastore/
    Disallow: /plugins/
    Disallow: /system/
    
    # Disallow files
    Disallow: /ips4.php
    Disallow: /404error.php
    Disallow: /Credits.txt
    Disallow: /error.php
    Disallow: /upgrading.html
    
    # Disallow Pages
    Disallow: /login/
    Disallow: /register/
    Disallow: /lostpassword/
    Disallow: /online/
    Disallow: /contact/
    Disallow: /support/
    Disallow: /profile/
    Disallow: /forum/movies/
    
    # Disallow Query Strings
    Disallow: /?tab=*
    Disallow: /index.php?*
    Disallow: /*?app=*
    Disallow: /*sortby=*
    Disallow: /*/?do=download
    Disallow: /profile/*/?do=*
    Disallow: /profile/*/content/
    Disallow: /*?do=add
    Disallow: /*?do=email
    Disallow: /*?do=getNewComment
    Disallow: /*?do=getLastComment
    Disallow: /*?do=findComment*
    
    Sitemap: https://domain.com/sitemap.php