Closed Thread
Results 1 to 7 of 7

Thread: Just Curious

  1. #1
    Whitey's Avatar
    Whitey is offline Programming Professional
    Join Date
    Feb 2008
    Location
    Loveland, Colorado
    Posts
    254
    Rep Power
    18

    Just Curious

    Has anyone intergraded AjaxIM into their website or looked into it. I tried awhile back and it was to hard for me. Was curious if any of you have.
    ajax im - the ajax-based instant messenger

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    chad's Avatar
    chad is offline Learning Programmer
    Join Date
    Jan 2010
    Location
    Philippines
    Posts
    68
    Rep Power
    0

    Re: Just Curious

    how exactly is the integration gonna take place?

  4. #3
    Feral is offline Programmer
    Join Date
    Jul 2008
    Posts
    163
    Rep Power
    15

    Re: Just Curious

    I have set it up on a couple of sites. But I'm curious as to what you mean by integrate it into a site.

    Do you mean for instance having it on a sidebar on every page like a shout box? If so its not really designed for that type of use, think of it more as a chat room.

    Or do you mean simply having it interact with your existing user accounts for what ever software you are running on your site. If this is what you mean then yes I have integrated it into wordpress, OSC, and SMF.

    Doing such an integration is no simple task and there are many different ways of doing it. Some being easier then others.

  5. #4
    chad's Avatar
    chad is offline Learning Programmer
    Join Date
    Jan 2010
    Location
    Philippines
    Posts
    68
    Rep Power
    0

    Re: Just Curious

    yeah man i think so too..
    maybe what whitey wants is to have the database integrated for accounts and stuffs like that like feral said

    is that wat you want?

  6. #5
    Whitey's Avatar
    Whitey is offline Programming Professional
    Join Date
    Feb 2008
    Location
    Loveland, Colorado
    Posts
    254
    Rep Power
    18

    Re: Just Curious

    Yeah sorry i meant intergraded into a Pre-Made Database.
    For your personal site

  7. #6
    chad's Avatar
    chad is offline Learning Programmer
    Join Date
    Jan 2010
    Location
    Philippines
    Posts
    68
    Rep Power
    0

    Re: Just Curious

    if that is the case then yes it is possible
    you will just have to change some codes for that one like for example the login part and other stuffs concerned.

  8. #7
    Feral is offline Programmer
    Join Date
    Jul 2008
    Posts
    163
    Rep Power
    15

    Re: Just Curious

    There are basically two ways to integrate another software into your existing site. Modify your code or modify there code.

    The simplest of the two is to modify your existing code, the is a three step process.

    1.) copy your existing user table into the new user table for the new software.
    2.) examine the login and registration code for the new software.
    3.) modify your existing login and registration code so when someone logs in it sets the cookie/session for you site and the new software. When someone registers it adds there username/password into both user tables.

    Modifying there code is a tedious process and usually requires you to edit a good number of the files that makeup that software.

    I generally go with the first option unless it is required to be done otherwise and charge 3 - 4 times more to modify the code of the new software.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Curious about the following js/css video
    By hackmyballs in forum Java Help
    Replies: 2
    Last Post: 12-09-2010, 06:40 PM
  2. Just curious.....
    By zprogrammer420 in forum Java Help
    Replies: 4
    Last Post: 04-29-2010, 08:19 PM
  3. Curious...
    By ImTheMessenger in forum Software Development Tools
    Replies: 3
    Last Post: 04-28-2010, 01:03 AM
  4. Curious
    By hbk in forum C and C++
    Replies: 2
    Last Post: 03-18-2010, 01:33 PM
  5. Curious.
    By rescueme in forum C and C++
    Replies: 15
    Last Post: 02-11-2009, 04:19 AM

Tags for this Thread

Bookmarks

Posting Permissions

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