The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
I need code that will take an entry into a formbox, send a copy of that entry to one site using one name for the box, send it to another site using another name for the box, etc...
In other words, I'm trying to create one single registration page that will transparently register the user with liveuniverse.com, and Vbulletin at the same time, without renaming all the login fields on member.php. For example the field for the username on Liveuniverse.com is named "dig.new.handle" while the field for the username on Vb is named "username". If someone could help me with this it would be greatly appreciated. A friend suggested hidden frames, but I didn't understand his explanation. Thanks! -Eugene Pertinent info: My forum http://techhappy.com/forums/member.p...ster&who=adult Liveuniverse: http://www.liveuniverse.com Show Your Support
|
Comments |
#12
|
|||
|
|||
You have to use LWP.
Don't even ask. |
#13
|
|||
|
|||
Quote:
Quote:
Quote:
"arg" would be the name that everyone.net uses for the username form field? "blah" would be whatever name I used for my username form field; in my sign up script? And the script would transfer the data in the "blah" field to the "arg" field? ED: I think there is a " missing before 1" in arg2=1", not sure though I'm in this program at biztech.nfte.com and they are looking into BB systems. The only problem is biztech mainly for entrepreneurs under 18 (some under 14), so they aren't sure about the legalities. What do you know about this? If they use the COPPA form will they be free of legalities? If you get a chance could you email, or ask someone within Jelsoft to contact them? They are a possible source of a large number of licenses. Doloresh@nfte.com, nhupert@edc.org -Eugene (no, not Eugenie, lol) |
#14
|
|||
|
|||
you might have more problem getting this to work with something like everyone.net who might not work with this type of system. It would not be the sginup.htlm page you call anyway but the CGI or PHP or ASP whatever it is program that processes the form when someone clicks submit. I have to say i doubt it will work. This type of thing is really only going to work if you control the scripts which for everyone.net you don't. I wanted to do it for http://www.communityarchitect.com as well but i don't think i can (especially as they appear to have something preventing that as well).
|
#15
|
|||
|
|||
Can't you just have it send the data to the resulting html page that is created. The sign up page?
|
#16
|
|||
|
|||
Essentially fill out the fields on the everyone.net page, and the fields on the vb sign up page, and submit it, without the user knowing?
|
#17
|
|||
|
|||
no i don't think you understand how it works.
HTML page containing form. Visitor types in info Submits form Goes to script on server for processing. that is what happens. to get it to go to two different scripts for processing (what we want) is impossible directly (it appears). So what we do is get one of the scripts, to call the other script not as a form but using a URL. This is what ed suggests. The url will have to be done in a special way as shown to make it work. Everyone net probably won't allow their scripts to sign people up in this way (GET as opposed to POST) but you can try. |
#18
|
|||
|
|||
So if it uses GET i can have the script call http://www.site.com/signup.asp?usern...sword="qwerty"
and that will fill out and submit the username and password fields? |
#19
|
|||
|
|||
you cannot explicitly tell a script that:
form field one = form field alpha alpha being on your page. For example, you can't have the script take all the user's data, send it to a central file. Then have the script take the username entry, and enter it into each field, the username entry on everyone.net, the dig.user entry on livuniverse.com, etc... and submit it? |
#20
|
|||
|
|||
what about having the other pages loaded in a hidden frame, each time the data is entered its passed along to the other frames, with the name changed appropriately for each hidden frame?
Then when the user hits submit that submits the other frames at the same time? |
#21
|
|||
|
|||
Quote:
yes, if it works with GET that is what I think Ed is suggesting but i havn't tried it yet. If they make you use the POST protocol then this won't work. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|