Created
June 28, 2020 22:29
-
-
Save stphung/6bcfceee50fd35f541689fe13fb6f0af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# General Information | |
ID=319"%"2C888"%"2C247 | |
IGN=stp@PG/r | |
RANK=170 | |
TIMEZONE=-8 | |
MEMO=100"%"25+LMeta | |
STARTER_ID=2 | |
REGION=2 | |
GENDER=1 | |
# Layout | |
THEME=1 | |
COLOR=1 | |
# RSS | |
RSS_US=1 | |
RSS_EU=0 | |
RSS_JP=0 | |
curl "http://www.puzzledragonx.com/en/modprofile.asp" -H "Cookie: ASPSESSIONIDCSQAABCR=AEJCBGIBAMLEFDNMFFIHMJMM; ASPSESSIONIDQQSBADBR=OFKAPBFCKCIJHLGCHHKFJNAC; ASPSESSIONIDCST\ | |
DADDQ=CJCGMNBDGCHELCPGBOCLFACL; __utmt=1; profile1=user=gFnzYlLZbG490958AZ378b656i7"%"5E"%"3Ah"%"3Dp"%"3AC&ver=2&utc="%"2D8&mh="%"2E211"%"2E1864"%"2E1872"%"2E1868"%"2E1870"%"2\ | |
E1866"%"2E1874"%"2E1862"%"2E1858"%"2E1861"%"2E&lastlogon=2"%"2F7"%"2F2015+1"%"3A33"%"3A43+PM; __utma=10581557.322470789.1422817239.1423339555.1423344827.18; __utmb=10581557.13\ | |
.10.1423344828; __utmc=10581557; __utmz=10581557.1423339556.17.15.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not"%"20provided)" -H "Origin: http://www.puzzledragonx\ | |
.com" -H "Accept-Encoding: gzip, deflate" -H "Accept-Language: en-US,en;q=0.8" -H "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrom\ | |
e/40.0.2214.111 Safari/537.36" -H "Content-Type: application/x-www-form-urlencoded" -H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8" -H \ | |
"Cache-Control: max-age=0" -H "Referer: http://www.puzzledragonx.com/en/modprofile.asp" -H "Connection: keep-alive" --data "ign=$IGN&igid=$ID&rank=$RANK&starterid=$STARTER_ID&\ | |
region=$REGION&gender=$GENDER&timezone=$TIMEZONE&location=US&memo=$MEMO&directorybottom=0&theme=$THEME&color=$COLOR&rssus=$RSS_US&rsseu=$RSS_EU&rssjp=$RSS_JP&submit=Save+Chang\ | |
es&formoption=1" --compressed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment