Need help with amazon profile link engine
Hello I was wondering if anyone could help me try to create an engine for amazon profile links. I think that these links will be good not for link juiice but for creating contextual relevancy for parasite pages like amazon product pages.
Im a bit stuck though on where to begin
register page =
https://www.amazon.com/ap/register?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select&openid.identity=http://specs.openid.net/auth/2.0/identifier_select&openid.mode=checkid_setup&openid.ns=http://specs.openid.net/auth/2.0&openid.ns.pape=http://specs.openid.net/extensions/pape/1.0&openid.pape.max_auth_age=0&openid.return_to=https://www.amazon.com/gp/yourstore/home?ie=UTF8&ref_=nav_newcust
register input field div name =
"ap_register_name_input"
input field names =
"customerName"
"email"
"emailCheck"
"password"
"passwordCheck"
<input id="continue-input" type="submit" name="continue" tabindex="10" value="Create account"></input>
which takes you to
https://www.amazon.com/gp/yourstore/home?ie=UTF8&ref_=nav_newcust&claim_type=EmailAddress&new_account=1&
then need to click "Your profile" found as
<a class="nav-a" href="/gp/pdp/profile/ref=sv_ys_3" data-nav-tabindex="33" tabindex="1">
Your Profile
</a>
when at profile page ie:
https://www.amazon.com/gp/profile/A1AXOUFE0R94WW
must press edit <input class="a-button-input" type="submit" aria-labelledby="a-autoid-0-announce"></input>
which shows a pop over
div id ="a-popover-1"
with input fields with names=
profile[signature]
profile[website]
profile[personal_description]
profile[interests]
<input class="a-button-input" type="submit"></input>
verification check link at
https://www.amazon.com/gp/profile/A1AXOUFE0R94WW
how can I translate that into gsa code?
thank you!
Im a bit stuck though on where to begin
register page =
https://www.amazon.com/ap/register?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select&openid.identity=http://specs.openid.net/auth/2.0/identifier_select&openid.mode=checkid_setup&openid.ns=http://specs.openid.net/auth/2.0&openid.ns.pape=http://specs.openid.net/extensions/pape/1.0&openid.pape.max_auth_age=0&openid.return_to=https://www.amazon.com/gp/yourstore/home?ie=UTF8&ref_=nav_newcust
register input field div name =
"ap_register_name_input"
input field names =
"customerName"
"email"
"emailCheck"
"password"
"passwordCheck"
<input id="continue-input" type="submit" name="continue" tabindex="10" value="Create account"></input>
which takes you to
https://www.amazon.com/gp/yourstore/home?ie=UTF8&ref_=nav_newcust&claim_type=EmailAddress&new_account=1&
then need to click "Your profile" found as
<a class="nav-a" href="/gp/pdp/profile/ref=sv_ys_3" data-nav-tabindex="33" tabindex="1">
Your Profile
</a>
when at profile page ie:
https://www.amazon.com/gp/profile/A1AXOUFE0R94WW
must press edit <input class="a-button-input" type="submit" aria-labelledby="a-autoid-0-announce"></input>
which shows a pop over
div id ="a-popover-1"
with input fields with names=
profile[signature]
profile[website]
profile[personal_description]
profile[interests]
<input class="a-button-input" type="submit"></input>
verification check link at
https://www.amazon.com/gp/profile/A1AXOUFE0R94WW
how can I translate that into gsa code?
thank you!
Comments
https://www.amazon.com/gp/profile/A2QL0VPCXFV8IN
Yes confimred just created a new profile and checked without content which created a 404 page but after just adding some new content it went away and showed profile.
also to dynamically go to a profile page this url does that:
https://www.amazon.com/gp/pdp/profile/ref=sv_ys_3/184-5588434-7088131
[setup]
Iv added
[About_Yourself]
type=memo
allow html=1
html to bbs=1
bbs supports=b,i,u,sup,url,size,color,quote,img,code,pre,list,trac
allow return=1
must be filled=1
hint=Please fill this with some information about yourself. Use the spin syntax heavily here.
auto modify=1
default=%file-about_yourself.dat%
auto add anchor url=2
custom mode=1
and
profile[interests]=%about_yourself%
in the step2 is this correct so I can add some contextual content?
here is working last step
@content32
@Sven
Does the engine work anymore? Registration works fine but it can't login. I tried debuggi g and changing the script but no luck.