
Reputation Activity
-
Orpheus reacted to Respected in Download installed plugins
-
Orpheus got a reaction from Xontero in Файлы из архива IPS (поможем скачать)
-
Orpheus got a reaction from BlackShot in Like/React to DownloadLatest version
BIM_Hide_Link_And_Code_3.2.2.7z
-
Orpheus reacted to by_ix in (k4) Post EditButtonПросмотр файла (k4) Post EditButton
Плагин добавляет в темах на форуме кнопку редактирования сообщений в панели цитат.
Совместимость: 4.6.х
Добавил by_ix Добавлено 08.02.2022 Категория Интерфейс Язык None
-
Orpheus reacted to Xontero in Spacious ACPI have 20.3.0
Spacious ACP 20.3.0.tar
Spacious ACP 20.3.0.tar
-
Orpheus got a reaction from Xontero in Nexxe Theme (Dark/Light)@AlphaStar@LoveHate Any updates guys?
-
Orpheus got a reaction from by_ix in (aXen) Font Awesome 6 in IPSFor anyone who wants to get more files for IPS from the same author
Link: https://github.com/aXenDeveloper
-
Orpheus reacted to by_ix in (aXen) Font Awesome 6 in IPSвсе его файлы есть здесь. за исключением некоторых, не особо нужных.
-
Orpheus got a reaction from BlackShot in Show Edit and Report Links Under Posts & CommentsThere you go
Show_Edit_and_Report_Links_Below_Posts__Comments_1.0.1.xml
-
Orpheus got a reaction from ZkkinS in Spoiler - Editable TitleAssuming, you want to download CKEditor add-ons
Here: https://ckeditor.com/cke4/addons/plugins/all
-
Orpheus got a reaction from by_ix in ☄️ Acme ThemeUpdated to latest version 1.1.5
What's New
Fixed a number settings bug -
Orpheus got a reaction from SlawkA in ☄️ Acme ThemeUpdated to latest version 1.1.5
What's New
Fixed a number settings bug -
Orpheus got a reaction from Xontero in Nexxe Theme (Dark/Light)Theme updated to the latest version available, thanks to @LoveHate
-
Orpheus got a reaction from Xontero in convert MyISAM to InnoDBSure thing, good luck
-
Orpheus reacted to Xontero in Nexxe Theme (Dark/Light)got it...
nexxe 1.1.1.2.xml
@M4FIA_RaGE update
nexxe 1.1.1.2.xml
-
Orpheus got a reaction from Xontero in convert MyISAM to InnoDBYou have to generate the queries first using the above and then run them in MySQL CLI(Console).
I did it for my forum the same way. I used phpMyAdmin console inside the same database where I had most of the database tables in MyISAM
-
Orpheus got a reaction from turk in convert MyISAM to InnoDBHow 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
-
Orpheus reacted to AlphaStar in Nexxe Theme (Dark/Light)Haikenz ес офкос)
nexxe 1.1.1.0.xml
-
Orpheus got a reaction from Gennadiy in MyISAM в InnoDBNot 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!
-
Orpheus got a reaction from by_ix in Nexxe Theme (Dark/Light)Thanks @by_ix & @AlphaStarfor the updates
-
Orpheus reacted to AlphaStar in Nexxe Theme (Dark/Light)the.bunin Ну мало ли) Я просто открыл, увидел какие-то крякозябры, поэтому спросил.
Ловите.
nexxe 1.1.0.9.xml
-
Orpheus reacted to by_ix in Nexxe Theme (Dark/Light)M4FIA_RaGE обнови.
Nexxe-1.1.0.5.xml
-
Orpheus got a reaction from deeverbs in CJ Duplicate Member LoggerNot sure what's causing that but here is the latest version of this application.
Enjoy
cjdml_-_2.0.2.tar
-
Orpheus got a reaction from Axxxmatov in ☄️ Acme ThemeWill be updated to latest version very soon!
-
Orpheus got a reaction from totoshka in Robots.txt для IPS4Does 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