Jump to content

PU13

Newbie
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Language
    English
  • Software
    IPS4
  • Version
    4.4.*

PU13's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hello dear communtiy, Im trying to create custom pages keeping the IPS Wrapper and using IPS Pages. Well, one of them requieres of using an external data base, however, I don't know the basic command lines in IPS to make it works. I would like to get a tip about how to establish a connection. I have triied this one, but sadly it didn't work. $connection = \IPS\Db::i( 'external', array( 'sql_host' => 'localhost', 'sql_user' => 'username', 'sql_pass' => 'password', 'sql_database' => 'database_name', 'sql_port' => 3306, 'sql_socket' => '/var/lib/mysql.sock', 'sql_utf8mb4' => true, ) ); Best regards.
  2. Hello WebFlake community. I have a simple question. First of all, my main database called for example: forum_db Well, there are created all forum accounts, my question is. Can I create the same account in another data base, for example inside remote_db. I know I can do it via another php ...etc, but I really want to simply the process. Best regards.
  3. Hello dear community. Today I've realized that the newest IPS version has changed the system where you could check if the password was correct. About what am I talking ? $crypted = crypt( $password, '$2a$13$' . $salt ); if ($crypted == $hash){ //LOGIN SUCCESS } Some months ago you could check if the password was correct using the previous line. Sadly. Im have done a code that Im re-upgrading and it is not working due to password does not work with it anymore as far as I know. Thats why Im here. I would like to ask you, how do you check if the password is correct. I tried to find a post relationated with it but I couldn't find anything. Currently Im running IPS 4.4.3 Thanks for reading, I hope you can help me. Regards.
  4. I have already seen the previous season and I really don't want to see them again. SPOILER ALERT Respecting the new season, it is taking another way from the typical serie. I can see a happy end or something similar. I really apreciate it, however, many people hate it. I don't know why. Might they already got used to see a typical final with happy families ...etc Otherwise, I can't understand the way that they are taking to end with the story. It is so short and, I don't know, In my opinion the last fight needed to be against the white walkers (I don't know the right word in english, sorry)
  5. Sometimes rageMP is blocked for those players who haven't bought the game, So. fiveM is a good alternative for it due to it could bring you more players in the future. Might it has few players currently due to it isn't well known yet. Regards.
×
×
  • Create New...