понедельник, 18 февраля 2019 г.

[Решено] Ошибка при импорте БД

*************Resolved - #1214 - The used table type doesn't support FULLTEXT indexes***************
Its Very Simple to resolve this issue. People are answering here in very difficult words which are not easily understandable by the people who are not technical.
So i am mentioning here steps in very simple words will resolve your issue.
1.) Open your .sql file with Notepad by right clicking on file>Edit Or Simply open a Notepad file and drag and drop the file on Notepad and the file will be opened. (Note: Please don't change the extention .sql of file as its still your sql database. Also to keep a copy of your sql file to save yourself from any mishappening)
2.) Click on Notepad Menu Edit > Replace (A Window will be pop us with Find What & Replace With Fields)
3.) In Find What Field Enter ENGINE=InnoDB & In Replace With Field Enter ENGINE=MyISAM
4.) Now Click on Replace All Button
5.) Click CTRL+S or File>Save
6.) Now Upload This File and I am Sure your issue will be resolved....

воскресенье, 8 июля 2018 г.

json insta

niceanima/?__a=1

add viber phone

  1. <a href="viber://add?number=7962720xxxx">Viber</a> # добавить контакт
  2. <a href="viber://chat?number=7962720xxxx">Viber</a> # открыть чат
  3. <a href="whatsapp://send?phone=+7962720xxxx">WhatsApp</a>
  4. <a href="skype:login?chat">Skype</a> # открыть чат
  5. <a href="skype:login?call">Skype</a> # ссылка на звонок

Для Viber
<a href="viber://add?number=номер телефона">
Для Telegram
<a href="tg://resolve?domain=имя">
<a href="whatsapp://send?phone=79xxxxxxxxx">

VBOX ADD USER LINUX

Share folder: ============= Add user to group: sudo gpasswd -a liviu vboxsf Mount host dir "share-1" to guest dir "~/Share/share-1" of type "vboxsf": sudo mount -t vboxsf share-1 ~/Share/share-1 sudo mount -t vboxsf -o gid=111 share-1 ~/Share/share-1 sudo mount -t vboxsf -o umask=0022,gid=111,uid=1000 share-1 ~/Share/share-1 Mount on start: sudo vi /etc/fstab share-1 /home/liviu/Share/share-1 vboxsf defaults 0 0 share-1 /home/liviu/Share/share-1 vboxsf umask=0022,gid=111,uid=1000 0 0 # Later update share-1 /home/liviu/Share/share-1 vboxsf defaults,_netdev,umask=0022,gid=111,uid=1000 0 0 sudo vi /etc/modules vboxsf

среда, 4 июля 2018 г.

Отключения php ограничения

//установки для php ignore_user_abort(true); // исключаем прерывание скрипта при отсоединении клиента ini_set('max_execution_time', 0); // отключаем лимит на максимальное время выполнения ini_set('max_input_time', 0); // аналогично ini_set('memory_limit', '240M'); // увеличиваем лимит памяти для работы скрипта ini_set('display_errors',1); // показывать все ошибки/предупреждения error_reporting(E_ALL); // аналогично