php-general Digest 6 Aug 2013 16:10:17 -0000 Issue 8323

Topics (messages 321802 through 321803):

Re: how to see all sessions sets in server
        321802 by: Alessandro Pellizzari

Re: Stripe Connect in the UK + PHP Integration.
        321803 by: Richard Quadling

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
Il Sun, 04 Aug 2013 20:47:37 +0430, Farzan Dalaee ha scritto:

Please use better quoting.

> So best way is use a script(javascript) to send ajax to server every 5
> second to check users is logged in or not? Is that okey?

It depends.

> I want to write chat module like facebook and i need a solution to find
> online users and way to send messages when users chat together, does any
> one write similar module like that?

Then knowing who is online is maybe the last of your problems.

You have to find a way to send the message to "user B" when "user A" 
writes something.

You absolutely need javascript. You just need to find out how to connect 
to the server. Have a look at socket.io, and find a php library that 
supports it. I think it is the easiets way.

Be aware that the load on your server will be huge, growing exponentially 
with the number of online users. You can't escape it, except by using 
different technologies (XMPP as a protocol, with a javascript client, or 
using node.js with socket.io, for example)

Bye.



--- End Message ---
--- Begin Message ---
On 19 July 2013 16:22, Richard Quadling <rquadl...@gmail.com> wrote:

> Hi.
>
> Simple question.
>
> Has anyone got Stripe Connect, Stripe.js and Stripe PHP SDK operational in
> the UK.
>
> I'm struggling getting the UK Beta to accept a new account/customer set
> for a UK business or individual, accepting GBP.
>
> And I'm in the UK Beta!
>
> Any help would be appreciated. Off list if preferred.
>
> Regards,
>
> Richard Quadling.
>
>
Just in case anyone comes back with this, I've got it sorted.

The UK Beta is by invite only. So to get our merchants signed up, we had to
email them an invite. They then register, authenticate and then authorise
our app with their account. Very long winded and unnecessary. Fortunately,
Stripe fixed it for us (well, others too probably). Now the signup is via
our app (just like GoCardless) and all working well.

So. Stripe UK is on it's way. Hopefully!


Just seen the price of stripe.co.uk ... £22,000! Ha!



-- 
Richard Quadling
Twitter : @RQuadling

--- End Message ---

Reply via email to