Giter Club home page Giter Club logo

Comments (40)

valid22 avatar valid22 commented on September 21, 2024

When exactly does this happen? Like after you register a new penguin?
There could be 2 reasons

  1. If you were using the register, then you might want to verify your email to get the nickname as you've set
  2. If above is not the case, go to avatars table and check if language set is not 0. (Language as 45 should fix it)

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

Oh thanks you ! (i can't use the register-master because when i click on the final button, i go to the URL "javascript(0);" )

from timeline.

valid22 avatar valid22 commented on September 21, 2024

I assume this issue is being fixed then?

from timeline.

valid22 avatar valid22 commented on September 21, 2024

In any case, I recommend using the latest login system instead (https://times-0.github.io/docs/register-login.html)

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

Hello, i download it but the sign up doesn't work (click = nothing happen) but the sign in yes and how to add the friends list on this ?

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

And the login set my database change my password when connect example password = 098f6bcd4621d373cade4e832627b4f6 (md5 = test) it become password = firebase. How to disabled this ?

from timeline.

valid22 avatar valid22 commented on September 21, 2024

I'm quite lazy 😂😅, sign up I didn't implement yet. But you need not sign up to login using Google/Twitter/GitHub 😋

And no that is intended. The password stored is md5, and is less secure in these days, in order to overcome this, I have switched to firebase by Google for more secured login interface. You need not worry, it's just for added security

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

Ok 🤣 but i can t connect to my account in CPPS because i think it use MD5 ( i don t use the autologin cause dont work for me)

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

So if you are some disabled to change this password (i think it s on the flex.py i have to change i try a lot but nothing work)

from timeline.

valid22 avatar valid22 commented on September 21, 2024

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

I update timeline but i can't run the server i've got a lot of :
INFO | <twisted.internet.tcp.Connector instance at 0x0000000003F88348> will retry in 2 seconds
INFO | Stopping factory <txredisapi.RedisFactory instance at 0x0000000003F881C8>
INFO | Starting factory <txredisapi.RedisFactory instance at 0x0000000003F881C8>

from timeline.

valid22 avatar valid22 commented on September 21, 2024

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

But the 7.1 work with no redis (only the redisapp) how to have a redis server

from timeline.

valid22 avatar valid22 commented on September 21, 2024

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

i don't running redis in 7.1 :') i installed the txredisapp but i don't run redis ;') (i'm on windows with XAMPP and Python 2.7.X

from timeline.

valid22 avatar valid22 commented on September 21, 2024

from timeline.

valid22 avatar valid22 commented on September 21, 2024

To install redis on Windows use

https://github.com/downloads/rgl/redis/redis-2.4.6-setup-64-bit.exe

https://github.com/downloads/rgl/redis/redis-2.4.6-setup-32-bit.exe

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

(IN FRENCH)
Mais je suis vraiment obligé de mettre l'"autologin.swf" ou je peux le zapper un peu ? Merci pour redis ça a l'air de remarcher à la perfection ;)

from timeline.

valid22 avatar valid22 commented on September 21, 2024

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

J'ai mis l'autologin mais ça marche toujours pas :( ça me fait une "Connection $fire" et après le jeu dit "tu n'arrives pas à te connecter...."

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

Et donc après : http://prntscr.com/mpewp2 (i use the french version ;) ) Merci pour votre investissement extraordinaire dans ce projet ;)

from timeline.

valid22 avatar valid22 commented on September 21, 2024

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

image
The auto login glitch a lot :''')))

from timeline.

valid22 avatar valid22 commented on September 21, 2024

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

I can't connect after the password change in "firebase". And after i can't connect
image
"This server connection doesn't work...."

from timeline.

valid22 avatar valid22 commented on September 21, 2024

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

image

from timeline.

valid22 avatar valid22 commented on September 21, 2024

It works!? The server seems fine. BTW are you in discord?

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

No yes i've got discord but i can't use it for the moment

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

Oh and i've got this
image

from timeline.

valid22 avatar valid22 commented on September 21, 2024

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

image

from timeline.

valid22 avatar valid22 commented on September 21, 2024

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

No i can't :(

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

(for information, i change my name of my server did there is one thing to change ?)
image

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

OH I FIND IN THE MEMBER.JS ! I FORGOT TO SET LOGIN NOT LOCALHOST BUT 192.168.0.2 ! Thanks for all !
image
But a 2 new questions :
How to add the "Chose your server" and the friends list ??

from timeline.

valid22 avatar valid22 commented on September 21, 2024

For friends list follow the docs, Friend section under mediaserver topic.

Choose your server do u really need it? Because this is autologin, and mostly all cpps have just 1 server :male_shrug: autologin automatically chooses a server and logs you in

from timeline.

Sins1 avatar Sins1 commented on September 21, 2024

Okay so i have to change on the /member/dashboard/index.html ?

Yes i don't realy have to use a lot of servers.

from timeline.

valid22 avatar valid22 commented on September 21, 2024

Yup

from timeline.

valid22 avatar valid22 commented on September 21, 2024

Marking this as fixed.

from timeline.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.