Version: 1.00, by Paris Holley
Developer Last Online: Oct 2007
Version: 3.0.3
Rating:
Released: 10-02-2004
Last Update: Never
Installs: 4
Is in Beta Stage
No support by the author.
I haven't tested it in all circumstances but in only the way i needed. This may not be the best method but I think its the only one that works as of right now.
Tested Domain Situations:
-------------------------------
1site.com
2site.com ( which the real url is 1site.com/2site/ )
-------------------------------
Open Functions.php and find
PHP Code:
{ // try unsetting without the / at the end
before each setcookie function ( should be 3 within about 25 lines or so ) add
this should write the cookies for each domain you set it for and allow people to view each one and not have to log in. Please give me feed back on this for i would love to see my first vb hack work
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I really need this hack, but I'd like to know if this is the right way for me to do it. I have three big websites, let's call them xboxwebsite.com, xbox2website.com, gamecubewebsite.com; all websites share the same forum at forums.networkwebsite.com.
Now, in my sites I'd like to ask users to login using vbulletin to be greeted, see their forums stats, and let them add comments to news items; comments are displayed next to the news items and in the main forum.
How can I setup a unique cookie for all the network?
I was woundering is this cold help me with my issues, I have a web ( domain1 ) which is used to sale products. This account is setup on a shared server. I then have VB installed ( domain1/xxx/xxx/forms/ ) I have setup a fake ip ( domain2 ) that points to ( domain2/xxx/xxx/forums/ ), The issues I have is all internal link refer to the ( domain2/xxx/xxx/forums/ ) location. When I want them to point to ( domain2/xxx/xxx/forums/ ). Also based on the domain used the user always have to relogin. Is there another solution form this... or should I just setup another shared hosting account for VB?
I have 2 sites... one has adult content.. one does not.
I want users to be able to register and or sign in on either site with their existing user name.
Must still allow new unique name registrations on both sites.
Must block similar name registrations on both sites.
Reason for the hack... say "mike" registers at the non adult site... and then on the adult site another "mike" registers.. but its not the same mike... i do not want people getting confused as to who is who. Mike on the adult site might uploads pics that Mike on the non adult site would never upload.... so i want to make sure that is there is a similar name.. it IS the same person.
Can anyone direct me to the best mod or coder who can help me with this ?
Quote:
Originally Posted by CLUB AMPLE
I have 2 sites... one has adult content.. one does not.
I want users to be able to register and or sign in on either site with their existing user name.
Must still allow new unique name registrations on both sites.
Must block similar name registrations on both sites.
Reason for the hack... say "mike" registers at the non adult site... and then on the adult site another "mike" registers.. but its not the same mike... i do not want people getting confused as to who is who. Mike on the adult site might uploads pics that Mike on the non adult site would never upload.... so i want to make sure that is there is a similar name.. it IS the same person.