-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATRUE REQUEST] SITE BUILDER~~~TADA!!!!! SITE PRO IS FREE AGAIN! TADA! RESELLER IS FREE! Tada!!! #81
Comments
code it yourself! just cURL the params and redirect the user with the login hash returned. |
Ok |
Helo, I want this too. |
The user credentials are already stored in the database. Note that you also have to manage suspended, deleted, and inactive accounts, as well as password changes. Getting it to work is easy, getting it done right is not. It took me 20 minutes to connect and get it working, but an extra 3 hours to actually get is working correctly. |
All I get is the authorization required in json error. I have set curl headers with api0:pass. no luck. @greenreader9, am I missing something here? |
Looks like mofhy should have a site builder button as well. |
yea... but my issue still exists :( |
"I have set curl headers with api0:pass. no luck." I don't know what you are doing, but that's way more complicated then it needs to be. You don't have to set those yourself. @mahtab2003, yes, that would be cool! |
Oh |
HUGE security issue!!!!
NEVER publicly display passwords!!! |
Fixed. |
Note that only the first domain added has a directory of "/htdocs". Any domain after the first domain has a directory of "/domain.tld/htdocs". Therefore, the code needs to figure out witch one to use, otherwise Site.Pro will override files on the main directory, possibly destroying someone's hard work. |
Oh i see? |
me too,I tried HTTP header and Curl Pass |
I figured it out. You have to run a bunch of checks for account status, domain status, and file location for creation of builder and for each editor load. If you want, I can send a demo in a few days. |
Oh? |
Use SIte.Pro API!
Use Curl to send Json Request,sorry I m not really good at PHP 😓
The text was updated successfully, but these errors were encountered: