Jump to content

TK0001

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by TK0001

  1. Hello Im using chatroll chat in iframe tags and it works as well.

    Chatroll also has php application but i cant figure out howto make it work in my website. The code of Php Application

    <?php
    // Chatroll Single Sign-On (SSO) Parameters
    $uid = 1;				   // Current user id
    $uname = 'test';		    // Current user name
    $ulink = 'http://example.com/profile/test';   // Current user profile URL (leave blank for none)
    $upic = '';				 // Current user profile picture URL (leave blank for none)
    $ismod = 0;				 // Is current user a moderator?
    $sig = md5($uid . $uname . $ismod . 'dwcbbkhmrlldo28m');
    $ssoParams = '&uid=' . $uid . "&uname=" . urlencode($uname) . "&ulink=" . urlencode($ulink) . "&upic=" . urlencode($upic) . "&ismod=" . $ismod . "&sig=" . $sig;
    ?>
    <iframe width='450' height='350' src='http://chatroll.com/embed/chat/thy-crew?id=B0mMF3LTJ7V&platform=php<?= $ssoParams ?>&w=$0' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' allowtransparency='true'></iframe>
    
    

    I just could not figure out what is the variables of $uname $ulink $upic

    In the chatroll website they say:

    To enable Single Sign-On (SSO) and integrate with your PHP application's user profile system:

    (a) Assign correct values for the uid, uname, ulink and upic variables.

    (B) Enable the Single Sign-On (SSO) feature from your Chatroll's settings page.

    I could not get more support from them.

    Best Regards

  2. Hi,

    I'm using the kACARS_free at 000webhost.com. I'm making the first very long flight from LPPR (Porto, Portugal) to KBOS (Boston Logan, USA) and it's working like a dream! biggrin.gif

    Here's how I managed to do so: Opened a ticket requesting them to remove the XML server response "garbage" that was affecting kACARS's hability to connect.

    They sent me this link to disable it:

    http://members.000we...m/analytics.php

    You'll need the site full address and it's FTP password.

    As it always happens, when something is disconnected on a free hosting server, it has it's own effects on other issues and this is not an exception:

    The catch is that you can't have a server's visitors count, but since we are working with PHPVMS, it's done via software, so that isn't a BIG issue for us.

    Happy flying!

    Sérgio Gomes

    PS: PIREP sending is yet to be tested. I'll get back to you on this issue.

    One thing is for sure: On the presentation of my airline, you'll get to see it, but as far as kACARS flight logging on 000webhosting.com is concerned: IT WORKS! YEAH! cool.gifcool.gif

    Thats working like a charm. Thanks for your reply helped a lot!

×
×
  • Create New...