mojaforlife
Technology Advocate
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
200 XP
forgot to post this but uh
i get around 20k using my phone with aiohttp, at the time of this being posted there's around 1.7b users onsite
L url:
body:
body = {
"sourceId": "lgnForm",
"fieldPrefix": "lgnForm",
"setCookie": "true",
"getAlerts": "true",
"pttv": "3",
"callback": "jQuery111008652183158108646_1735101631120",
"lgnForm_username": user,
"lgnForm_password": password,
"lgnForm_savePassword": "false",
"method": "POST",
"_": "1735101631123"
responses:
username doesnt exist: "exists"
account deleted: "suspended"
invalid: idk never looked
valid resp:
parse html response
json_start = response_text.find("(") + 1
json_end = response_text.rfind(")")
json_data = json.loads(response_text[json_start:json_end])
user_info = json_data.get("CommandResultInfo", {}).get("ContentElement", {}).get("User", {})
i get around 20k using my phone with aiohttp, at the time of this being posted there's around 1.7b users onsite
L url:
Loading…
www.delphiforums.com
body = {
"sourceId": "lgnForm",
"fieldPrefix": "lgnForm",
"setCookie": "true",
"getAlerts": "true",
"pttv": "3",
"callback": "jQuery111008652183158108646_1735101631120",
"lgnForm_username": user,
"lgnForm_password": password,
"lgnForm_savePassword": "false",
"method": "POST",
"_": "1735101631123"
responses:
username doesnt exist: "exists"
account deleted: "suspended"
invalid: idk never looked
valid resp:
parse html response
json_start = response_text.find("(") + 1
json_end = response_text.rfind(")")
json_data = json.loads(response_text[json_start:json_end])
user_info = json_data.get("CommandResultInfo", {}).get("ContentElement", {}).get("User", {})