Results 1 to 10 of 10

Thread: Script Integration

  1. #1
    Senior Member codenamevirus's Avatar
    Join Date
    Jun 2005
    Location
    Faridabad, Haryana, India
    Posts
    298

    Question Script Integration

    Hi

    I have a website which consists of 4 scripts.

    Joomla- www.cheatnwin.com/home
    Ourspace- www.cheatnwin.com/cgi-bin/ourspace/welcome.cgi
    Zen Cart- www.cheatnwin.com/ZenCart
    phpBB2-www.cheatnwin.com/gamers_forum

    I want to integrate all the 4 scripts in the manner that whenever a member logs into any one of the scripts, the user gets logged on to all the other scripts automatically.

    How to go about it??

    Thanks
    CodeNameVirus

  2. #2
    Senior Member Aardpsymon's Avatar
    Join Date
    Feb 2007
    Location
    St Annes (aaaa!)
    Posts
    434
    Save a cookie on the client PC
    If the world doesn't stop annoying me I will name my kids ";DROP DATABASE;" and get revenge.

  3. #3
    Senior Member codenamevirus's Avatar
    Join Date
    Jun 2005
    Location
    Faridabad, Haryana, India
    Posts
    298
    Quote Originally Posted by Aardpsymon
    Save a cookie on the client PC
    My experience in this case is a NULL.

    So, if u can provide me with an exact method. I'll be grateful.
    CodeNameVirus

  4. #4
    Senior Member Aardpsymon's Avatar
    Join Date
    Feb 2007
    Location
    St Annes (aaaa!)
    Posts
    434
    unforunately, authentication and sessions are my weakness with scripting. I really must address that.
    If the world doesn't stop annoying me I will name my kids ";DROP DATABASE;" and get revenge.

  5. #5
    Senior Member t34b4g5's Avatar
    Join Date
    Sep 2003
    Location
    Australia.
    Posts
    2,391
    just make all there cookie paths to be located in the same directory
    eg: home/folder/cookieshere/
    and make sure that they have the right read write permissions.

  6. #6
    Senior Member codenamevirus's Avatar
    Join Date
    Jun 2005
    Location
    Faridabad, Haryana, India
    Posts
    298
    Quote Originally Posted by t34b4g5
    just make all there cookie paths to be located in the same directory
    eg: home/folder/cookieshere/
    and make sure that they have the right read write permissions.
    You want me to create the shared folder on the web server rite??

    If yes, I just created folder called: /public_html/cookieshare
    (public_html is the folder where all my scripts are!!!)

    Now what how to edit the address in the script and what about the read/write permissions? where to change them and to what?
    Last edited by codenamevirus; June 22nd, 2007 at 04:00 PM.
    CodeNameVirus

  7. #7
    Senior Member codenamevirus's Avatar
    Join Date
    Jun 2005
    Location
    Faridabad, Haryana, India
    Posts
    298
    is there anyone that can help me with this???

    Please...I need to launch the site by Monday i.e. 2 days from now. And the only thing left is the integration of all the 4 account logins.

    And me being a completely newbie when it comes scripts and stuff, I really need your help!!!!
    CodeNameVirus

  8. #8
    I think it's going to be a bit harder than just setting a cookie as each application will set it's own session variable and check for that. So you'd need to set the "logged in" variable that each script uses.

    As for what each of those session variables is called - you'd have to go through the code on each login script and see what it sets when someone logs in successfully.

    Cheers,
    Niggles

  9. #9
    Senior Member codenamevirus's Avatar
    Join Date
    Jun 2005
    Location
    Faridabad, Haryana, India
    Posts
    298
    Well, here's what i did!

    I found a bridge to relate the joomla and phpbb. Here's the link:
    http://www.mehdiplugins.com/misc/phpbbjoom.htm

    After doing that, whether a user logins from joomla or phpbb, he stays online on both of them.

    I want to do the same with Zen Cart and Our Space scripts that I use.

    Can some one help?
    CodeNameVirus

  10. #10
    Senior Member
    Join Date
    Oct 2003
    Location
    MA
    Posts
    1,052
    Unless some one made a mod then you probably are in for a decent amount of hacking my friend.

Similar Threads

  1. Http referer Check Script
    By rOCk-MaStEr in forum Web Development
    Replies: 15
    Last Post: December 11th, 2004, 03:21 AM
  2. unix useradd script help please.
    By deftones12 in forum Programming Security
    Replies: 7
    Last Post: June 22nd, 2004, 06:43 PM
  3. Tcp/ip
    By gore in forum Newbie Security Questions
    Replies: 11
    Last Post: December 29th, 2003, 08:01 AM
  4. Using Perl on the Command Line
    By roswell1329 in forum Other Tutorials Forum
    Replies: 0
    Last Post: December 18th, 2002, 08:16 AM
  5. bash script for md5 binary integrity check
    By slackwarelinux in forum IDS & Scanner Discussions
    Replies: 1
    Last Post: July 23rd, 2002, 06:24 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •