What's new
Runion

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Configure Uadmin page

Entropy

Light Weight
Депозит
$0
Пожалуйста, обратите внимание, что пользователь заблокирован
hello i need help with Uadmin live panel script

i have a coinbase page with Uadmin panel and i want to integrate it to other page ( bank )

When trying to monitor the network I noticed all data sent thru ajax requests from the js files ( core_forms.js , Send1() ) but they are obfuscated in this script


Any tips ?
 
you don't need to modify those. at all.

the data is sent over PHP using $_SERVER['REQUEST_URI'], the js is just meant to help track their progress live while telling the panel what page is next and what variable data is on each page so you can send specific ones to them without reloading the page.

Just create each html page for each step (eg login, 2fa, redirect, etc) and then add the PHP script and create the json object with all the pages and vars for the panel.
 
Top