domiic3284
Regular Member
- Feb 9, 2024
- 215
- 58
Hi guys I want to ask here bacue maybe someone have experience about it so the point is i have a list of URLs like
I want to check if after the registration dose the admin provide me author roll or the subscriber oll I mean after registeration is im able to do guest post on these site or not
so I have tried different things like network req analysis and also create a bot in python which do this process automatic but main issue is after registeration i cant login without setting password through reg login URL send to my email
so is there is any way i can detect is this website is providing guest post or not?? or is there is any way i can perform the registration process in bulk to check is these website is providing author access after registration or not
Code:
https://lifestyleandjoy.com/wp-login.php?action=register
https://ai-aware.eu/wp-login.php?action=register
https://openlb.net/wp-login.php?action=register
https://strictlyrockymountain.life/wp-login.php?action=register
https://wisdomcampglamp.com/wp-login.php?action=register
https://chateausaintlouis.fr/wp-login.php?action=register
https://guangne.com/wp-login.php?action=register
https://usaweed.org/wp-login.php?action=register
I want to check if after the registration dose the admin provide me author roll or the subscriber oll I mean after registeration is im able to do guest post on these site or not
so I have tried different things like network req analysis and also create a bot in python which do this process automatic but main issue is after registeration i cant login without setting password through reg login URL send to my email
so is there is any way i can detect is this website is providing guest post or not?? or is there is any way i can perform the registration process in bulk to check is these website is providing author access after registration or not