Entrades

S'estan mostrant les entrades d'aquesta data: març, 2021

Flussonic 20.12 Nulled Offline [REBEL EDITION] 20.12-21.01 v.5.2

Imatge
  https://1fichier.com/?i5jtexxde2dk4p27a4y4

Wowza 4.7.7.0 com archivo de instalación para windows e linux - crackeado

Imatge
  https://1fichier.com/?lhc0lxdm6ndi78tu2y5i

How to Reset XtreamUI Admin Password

In this post you will learn to reset your xtream UI / Xtream codes password. please follow the instruction step by step you may need this if you; forget your password do not remember the username of the admin panel after the database migration to a new server  exposed password unintentionally We will use  MySQL queries  to reset the password and it will be  admin/admin  again. first, use ssh to login into your server after you logged into your server you need to run the below commands one by one.  Login to the MySQL Server: sudo mysql -u root Copy Now copy & paste following commands one after another: UPDATE xtream_iptvpro.reg_users SET password='$6$rounds=20000$xtreamcodes$XThC5OwfuS0YwS4ahiifzF14vkGbGsFF1w7ETL4sRRC5sOrAWCjWvQJDromZUQoQuwbAXAFdX3h3Cp3vqulpS0' WHERE id='1'; Copy UPDATE xtream_iptvpro.reg_users SET username = 'admin' WHERE id = '1'; Copy UPDATE xtream_iptvpro.reg_users SET member_group_id = '1' WHERE id = '1'; Copy exi...