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: 9.1 kB

HITS: 2756

  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. - exec('echo lbadwath | /usr/bin/sudo -S /root/delUser.sh | /usr/bin/sudo -S h');
  19. - exec('echo lbadwath | /usr/bin/sudo -S /root/editUser.sh | /usr/bin/sudo -S h');
  20. - exec('echo lbadwath | /usr/bin/sudo -S /root/addUser.sh | /usr/bin/sudo -S h');
  21. - Por todos os scripts em chown flare:flare e deixar flare sempre sudado ;)
  22. O bang são 4 acoes na VPS, addUser.sh | menu, addTestUser.sh | menu, delUser.sh | menu n editUserDays.sh | menu
  23. (addd user no kirito tem 1 enter inicial(apos escoçher opcao). tem um 'n' como padrao la :P)
  24. servidor | IP, root n ssh pass of PC -> NO GRAPHIC!
  25. usuario | revs -> NO GRAPHIC!
  26. acesso_servidor | n acessos rev
  27. usuarios_ssh | *.* :p
  28. -shell_exec as engine to display online users???? well... exec() will do the job w script ;)
  29. 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.
  30. Infos p Operação do DB
  31. ----------------------
  32. - 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
  33. Work
  34. ------------
  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. ●exec/\ addUser.sh | menu
  37. ---------------------x
  38. #!/bin/bash
  39. sleep "0.5"
  40. echo "1"
  41. sleep "0.5"
  42. sleep "0.5"
  43. echo "bolao"
  44. sleep "0.5"
  45. echo "bolao"
  46. sleep "0.5"
  47. echo "bolao"
  48. sleep "0.5"
  49. echo "1"
  50. sleep "0.5"
  51. echo "1"
  52. sleep "0.5"
  53. echo "/n"
  54. echo "0"
  55. echo "0"
  56. echo "0"
  57. ●exec/\ delUser.sh | menu
  58. ---------------------
  59. #!/bin/bash
  60. sleep "0.5"
  61. echo "3"
  62. sleep "0.5"
  63. echo "1"
  64. sleep "0.5"
  65. echo "bolao"
  66. sleep "0.5"
  67. echo "/n"
  68. echo "0"
  69. echo "0"
  70. echo "0"
  71. ●exec/\ editUser.sh | menu
  72. ---------------------
  73. #!/bin/bash
  74. sleep "0.5"
  75. sleep "0.5"
  76. echo "5"
  77. sleep "0.5"
  78. echo "bolao"
  79. sleep "0.5"
  80. echo "15"
  81. sleep "0.5"
  82. sleep "5"
  83. echo "0"
  84. echo "0"
  85. echo "0"
  86. -Criar Conta ssh
  87. ------------------------
  88. ALERT Users devem ter, no max, 10 caracteres. Não utilize caracteres especiais (@!#$%&*¨.;:) e nem espaços no usuário e senha!!! ALERT
  89. *Servidor - Lista
  90. *$nomeServ - $ip - $n Conexões
  91. *Quem será o Dono? (Crie uma revenda caso não exista nenhuma!) - Lista
  92. *$nomeRevenda
  93. *Usuario - 1linha - Etiqueta->Digite o Login...
  94. *Senha - 1linha - etiqueta->randomnumber6d
  95. *Validade em Dias - Seletor numerico 1+1
  96. - Criar(verde) - Limpar(vermelho) -
  97. I752ofYu7ag
  98. SQL deploy on ciblog git page
  99. P1
  100. -extracting
  101. -url fix tech config
  102. --ONLY PROBLEM WITH UNROUTED SYSTEMS IS THAT IT EXPOSED CONTROLLERS N METHODS(consenquently urs arguments) NAMES ON URI :P
  103. -27:00 DB-without slug return table. with return row ;)
  104. -identing the H-F view structure
  105. -autoloading url helper
  106. -database deploy
  107. -post_model n model __construct
  108. -db tool get_where n get table
  109. -db config
  110. -resulting array of db tool get injection
  111. -php syntax to direct html iteration(altos loop tb. loop nos array de dados e paaa)
  112. -managing assets(css bootstrap, JS)
  113. -mixing some php calls in html posts index view
  114. -individual db data post view
  115. P2
  116. -form_validation required rule
  117. -create_post model insert function
  118. -demonstrating input->post model iteration
  119. -db tool tracing system basic demo
  120. -a simple del data button
  121. -some attention to CI URI com. XD
  122. -db tracing system to del specifc data
  123. -update db data tech
  124. -CKEditor ing fields xD
  125. -instaling some CKEditor text tool in the foot area
  126. P3
  127. -text helper n word_limiter function
  128. -another db trace query on mod
  129. -an synbiosed foreach pulsating data on html view to list generation
  130. -tracing tech n joining table operation
  131. -using loop generated list
  132. -form n control to upload file
  133. P4
  134. -more validation n open multipart form
  135. -more inserting data using the category_model
  136. -index function n ur links wow 0/
  137. ... within an funny cat column generation engine :3
  138. -geting 1 colum to controler, of 1 row o data retrievide from model tech
  139. -order by w join sql where tracing
  140. -showing the categorized results of tech avove deployed
  141. P5
  142. -remembering to autoload ur models
  143. -'in view' more form linking tech
  144. -passing hidden parameters through form to post processing :3
  145. -input->post tool through controler
  146. -form email validation rules
  147. -inserting an simple html form data in db
  148. -attention that form dont accept diferebt rules at same time
  149. -getting post by slug throught control
  150. -more get where model tec
  151. -php ifelse n loop within html mofo
  152. P6
  153. -php user CRUD n form w mix controller form rules
  154. /\best way to views forms also
  155. -password encrypt n how it go from control to model
  156. -view linking XD
  157. -session->flashdata tool registration on header n setted on controller
  158. /\session data traveling 0/
  159. -simple controller logic to check if specific data already exists in db
  160. ... nnn ilustrate form_validation->set_message tool
  161. -model work to check existent data
  162. -form_validation->set_rules callback_controlerBOOLFunction property for db live check n set_message also
  163. -1 row where retrive. email/username exists?
  164. P7
  165. ...continuating the CRUD login page
  166. -header edit option panel
  167. -more pass encryption n user exist verification
  168. -loging user throught model n an complete 1 column of data trace ex
  169. -session->set_userdata tool intr
  170. -unssetting all userdata...
  171. -injecting some php to header view for user based show off
  172. -implementing user control security on controlers throughr session->userdata tool verification
  173. -finalizing the data on db insert tech by geting session_userdata data XD
  174. -comparing userdata w model retrieve column of 1 row
  175. P8
  176. -db results pag w pagination-> tool
  177. -inserting the pag property to an get table results model function
  178. -adding it fuckery to visual view
  179. -session->userdata use to show off view elements to certain user(s)
  180. -some simple CRUD delete model
  181. -more session->flashdata on header show off
  182. -more session->userdata throught model to implement user-created data throught user_id column
  183. CHATGPT Gerar prompt que gera código colado(engenharia reversa) -> ATDDoqv-YkE
  184. CHATGPT -> CODIGO PHP PRA GUI FORMS
  185. --------------------
  186. -Crie um codigo PHP para um sistema de compras com os campos Produto e Quantidade. use Javascript e Bootstrap tema darkly
  187. CHATGPT -> CODIGO PHP PRA GUIDE FORMS DATA n SHOW GUI THIS SHIT
  188. --------------------
  189. -reescreva o codigo de forma que os produtos sejam armazenados em um arquivo com o nome compras.txt
  190. -Crie um codigo PHP para um arquivo que sera nomeado para produtos.php que devera exibir os dados do arquivo compras.txt
  191. -Adicione um botao para exibir a pagina index.php
  192. CHATGPT -> CODIGO PHP PRA INCLUDE ELEMENTS ON GUI SHIT LIST
  193. --------------------
  194. -Adicione um botao para excluir produtos da lista de compras
  195. CHATGPT -> CODIGO PHP PRA INCLUDE ELEMENTS ON OTHER GUI
  196. --------------------
  197. -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
  198. CODIGO DE INDEX.PHP
  199. -Coloque no codigo abaixo a soma do campo quantidade, a soma deve ser exibida no topo direito ao lado da frase produtos comprados
  200. CODIGO DE PRODUTOS.PHP(LISTA DE COMRPAS)
  201. MISC
  202. ------
  203. Ajax extranet
  204. 44w-jw9Y_PY
  205. SQL Tech to Search Filters Engine
  206. 2XuxFi85GTw
  207. 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