
Posts posted by Orpheus
-
-
On 1/25/2022 at 2:13 PM, by_ix said:
Do you have it by chance or anyone here?
I don't have the latest version but Members Country v1.2.2
-
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.
-
-
-
-
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?
-
8 minutes ago, ZkkinS said:
Я наверное не правильно выразился. Я имел ввиду, где можно посмотреть список доступных кнопкой для CKEditor и скачать их себе, чтобы установить в свой редактор.
Assuming, you want to download CKEditor add-ons
-
-
-
-
-
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
-
-
-
-
-
On 10/31/2021 at 7:31 PM, mamyka said:
M4FIA_RaGE ⚡1.1.0.6
Sorry, I don't have the latest version for now
-
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 nameEnjoy!
-
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?
-
-
-
-
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
-
Spacious ACP
in Interface
Anyone got the latest version of this?