Posted 12 years ago
·
Author
This is the information I gathered with Tamper Data when you log into the IMVU website. It is useful if you're working with login code and need the post data, referrer, input boxes names/id etc..
You can see it in use in the IMVU login I was able to get put together here: viewtopic.php?f=109&t=8487 or here: viewtopic.php?f=109&t=8503
If you're working with a macro script or a web browser control etc.., you may need the names/id of these to inject/invoke them.
Avatar Name Input Box:
Password Input Box:
Login Button:
Web Request (This is the url you send the post data to):
Post Data (Replace AVATAR and PASSWORD with your avatar name and password or set them up with input boxes):
Referrer (The site you want it to read you came from. I am not sure if it has to be this url so you will have to experiment. This is just what Tamper Data gave me):
My Imvu Page Title Code (This is for checking for a successful or unsuccessful login. This code won't be in your response if you didn't log in successfully ):
You can see it in use in the IMVU login I was able to get put together here: viewtopic.php?f=109&t=8487 or here: viewtopic.php?f=109&t=8503
If you're working with a macro script or a web browser control etc.., you may need the names/id of these to inject/invoke them.
Avatar Name Input Box:
Password Input Box:
Login Button:
Web Request (This is the url you send the post data to):
Post Data (Replace AVATAR and PASSWORD with your avatar name and password or set them up with input boxes):
Referrer (The site you want it to read you came from. I am not sure if it has to be this url so you will have to experiment. This is just what Tamper Data gave me):
My Imvu Page Title Code (This is for checking for a successful or unsuccessful login. This code won't be in your response if you didn't log in successfully ):