CI_wpanel


SUBMITTED BY: repremaq09

DATE: July 12, 2023, 11:06 a.m.

UPDATED: Sept. 10, 2023, 4:14 a.m.

FORMAT: Text only

SIZE: 8.3 kB

HITS: 2773

  1. -apt install lamp_server^ phpmyadmin, after all this good fuckery ... phpenmod mbstring and systemctl restart apache2. Acess with phpmyadmin n setup pass ;)
  2. - NOW:
  3. mysql -u root -p
  4. CREATE USER 'user'@'%' IDENTIFIED BY 'pass';
  5. GRANT ALL PRIVILEGES ON *.* TO 'user'@'%' WITH GRANT OPTION;
  6. FLUSH PRIVILEGES;
  7. Now log with user
  8. -------------------------
  9. HOW OPERATE SCRIPT by exec()?
  10. -------------------------
  11. Well... first
  12. sudo gedit /etc/apache2/envvars
  13. change :
  14. export APACHE_RUN_USER=www-data ...to flare
  15. export APACHE_RUN_GROUP=www-data ...to flare
  16. To an `flare` user adduser`d for permit sudo prompting... becauze www-data dont permit this
  17. - add Flare to sudo group -> usermod -aG sudo flare .... groups flare to verify
  18. - UHU o/ echo lbadwath | /usr/bin/sudo -S /root/restoreMacro.sh | /usr/bin/sudo -S h
  19. O bang são 4 acoes na VPS, addUser.sh | menu, addTestUser.sh | menu, delUser.sh | menu n editUserDays.sh | menu
  20. (addd user no kirito tem 1 enter inicial(apos escoçher opcao). tem um 'n' como padrao la :P)
  21. servidor | IP, root n ssh pass of PC -> NO GRAPHIC!
  22. usuario | revs -> NO GRAPHIC!
  23. acesso_servidor | n acessos rev
  24. usuarios_ssh | *.* :p
  25. -shell_exec as engine to display online users???? well... exec() will do the job w script ;)
  26. shell_exec() function is an inbuilt function in PHP that is used to execute the commands via shell and return the complete output as a string. The exec() function is an inbuilt function in PHP that is used to execute an external program and returns the last line of the output.
  27. Infos p Operação do DB
  28. ----------------------
  29. - A funcao Revendedores, da aba "REVENDAS" é inutil. Pois basta substituir as colunas "SERVIDOR" e "ENDERECO IP" por "Login" e "Senha", da funcao "Alterar Revenda", da mesma aba, que essa ultima fará todo o trampo
  30. Work
  31. ------------
  32. - shell_exec() retorna a saida do comando(vide BACK.txt on BeeLink xamp)
  33. - criaUser.sh(on v2ray machine) tinindo pra criar user via shell_exec() _\|o
  34. - Elaborar script pra retornar os user e seus dias...
  35. - Usar os MySQL Triggers pra proibir uso de users duplicados e os carai ;) ... try{}else{} capta o erro MySQL e processa antes do cmd de inserir no script
  36. ●bash restoremacro.sh | menu
  37. ---------------------
  38. #!/bin/bash
  39. sleep "3" <- comando que ele desperdica lancando antes de abrir o menu :P
  40. sleep "3"
  41. echo "1"
  42. sleep "3"
  43. echo -ne "\n"
  44. sleep "3"
  45. echo "3olao"
  46. sleep "3"
  47. echo "rolao"
  48. sleep "3"
  49. echo "1"
  50. sleep "3"
  51. echo "1"
  52. -Criar Conta ssh
  53. ------------------------
  54. ALERT Users devem ter, no max, 10 caracteres. Não utilize caracteres especiais (@!#$%&*¨.;:) e nem espaços no usuário e senha!!! ALERT
  55. *Servidor - Lista
  56. *$nomeServ - $ip - $n Conexões
  57. *Quem será o Dono? (Crie uma revenda caso não exista nenhuma!) - Lista
  58. *$nomeRevenda
  59. *Usuario - 1linha - Etiqueta->Digite o Login...
  60. *Senha - 1linha - etiqueta->randomnumber6d
  61. *Validade em Dias - Seletor numerico 1+1
  62. - Criar(verde) - Limpar(vermelho) -
  63. I752ofYu7ag
  64. SQL deploy on ciblog git page
  65. P1
  66. -extracting
  67. -url fix tech config
  68. --ONLY PROBLEM WITH UNROUTED SYSTEMS IS THAT IT EXPOSED CONTROLLERS N METHODS(consenquently urs arguments) NAMES ON URI :P
  69. -27:00 DB-without slug return table. with return row ;)
  70. -identing the H-F view structure
  71. -autoloading url helper
  72. -database deploy
  73. -post_model n model __construct
  74. -db tool get_where n get table
  75. -db config
  76. -resulting array of db tool get injection
  77. -php syntax to direct html iteration(altos loop tb. loop nos array de dados e paaa)
  78. -managing assets(css bootstrap, JS)
  79. -mixing some php calls in html posts index view
  80. -individual db data post view
  81. P2
  82. -form_validation required rule
  83. -create_post model insert function
  84. -demonstrating input->post model iteration
  85. -db tool tracing system basic demo
  86. -a simple del data button
  87. -some attention to CI URI com. XD
  88. -db tracing system to del specifc data
  89. -update db data tech
  90. -CKEditor ing fields xD
  91. -instaling some CKEditor text tool in the foot area
  92. P3
  93. -text helper n word_limiter function
  94. -another db trace query on mod
  95. -an synbiosed foreach pulsating data on html view to list generation
  96. -tracing tech n joining table operation
  97. -using loop generated list
  98. -form n control to upload file
  99. P4
  100. -more validation n open multipart form
  101. -more inserting data using the category_model
  102. -index function n ur links wow 0/
  103. ... within an funny cat column generation engine :3
  104. -geting 1 colum to controler, of 1 row o data retrievide from model tech
  105. -order by w join sql where tracing
  106. -showing the categorized results of tech avove deployed
  107. P5
  108. -remembering to autoload ur models
  109. -'in view' more form linking tech
  110. -passing hidden parameters through form to post processing :3
  111. -input->post tool through controler
  112. -form email validation rules
  113. -inserting an simple html form data in db
  114. -attention that form dont accept diferebt rules at same time
  115. -getting post by slug throught control
  116. -more get where model tec
  117. -php ifelse n loop within html mofo
  118. P6
  119. -php user CRUD n form w mix controller form rules
  120. /\best way to views forms also
  121. -password encrypt n how it go from control to model
  122. -view linking XD
  123. -session->flashdata tool registration on header n setted on controller
  124. /\session data traveling 0/
  125. -simple controller logic to check if specific data already exists in db
  126. ... nnn ilustrate form_validation->set_message tool
  127. -model work to check existent data
  128. -form_validation->set_rules callback_controlerBOOLFunction property for db live check n set_message also
  129. -1 row where retrive. email/username exists?
  130. P7
  131. ...continuating the CRUD login page
  132. -header edit option panel
  133. -more pass encryption n user exist verification
  134. -loging user throught model n an complete 1 column of data trace ex
  135. -session->set_userdata tool intr
  136. -unssetting all userdata...
  137. -injecting some php to header view for user based show off
  138. -implementing user control security on controlers throughr session->userdata tool verification
  139. -finalizing the data on db insert tech by geting session_userdata data XD
  140. -comparing userdata w model retrieve column of 1 row
  141. P8
  142. -db results pag w pagination-> tool
  143. -inserting the pag property to an get table results model function
  144. -adding it fuckery to visual view
  145. -session->userdata use to show off view elements to certain user(s)
  146. -some simple CRUD delete model
  147. -more session->flashdata on header show off
  148. -more session->userdata throught model to implement user-created data throught user_id column
  149. CHATGPT Gerar prompt que gera código colado(engenharia reversa) -> ATDDoqv-YkE
  150. CHATGPT -> CODIGO PHP PRA GUI FORMS
  151. --------------------
  152. -Crie um codigo PHP para um sistema de compras com os campos Produto e Quantidade. use Javascript e Bootstrap tema darkly
  153. CHATGPT -> CODIGO PHP PRA GUIDE FORMS DATA n SHOW GUI THIS SHIT
  154. --------------------
  155. -reescreva o codigo de forma que os produtos sejam armazenados em um arquivo com o nome compras.txt
  156. -Crie um codigo PHP para um arquivo que sera nomeado para produtos.php que devera exibir os dados do arquivo compras.txt
  157. -Adicione um botao para exibir a pagina index.php
  158. CHATGPT -> CODIGO PHP PRA INCLUDE ELEMENTS ON GUI SHIT LIST
  159. --------------------
  160. -Adicione um botao para excluir produtos da lista de compras
  161. CHATGPT -> CODIGO PHP PRA INCLUDE ELEMENTS ON OTHER GUI
  162. --------------------
  163. -Adicione um botao ao lado do botao adicionar para exibir o arquivo produtos.php e modifique o codigo para exibir o arquivo produtos.php sempre que um novo produto for adicionado no codigo abaixo
  164. CODIGO DE INDEX.PHP
  165. -Coloque no codigo abaixo a soma do campo quantidade, a soma deve ser exibida no topo direito ao lado da frase produtos comprados
  166. CODIGO DE PRODUTOS.PHP(LISTA DE COMRPAS)
  167. MISC
  168. ------
  169. Ajax extranet
  170. 44w-jw9Y_PY
  171. SQL Tech to Search Filters Engine
  172. 2XuxFi85GTw
  173. An Bridge conn can be created to ship same udt/tcp packages to conns/nics on her. Yes... The SAME! Its alwsome for VirtualBox network system!

comments powered by Disqus