rFactor2 - LiveMonitor and Hotlaps Released

Discussion in 'Plugins' started by vyrush, Feb 18, 2012.

  1. nickbalti

    nickbalti Registered

    Joined:
    Jan 12, 2012
    Messages:
    383
    Likes Received:
    8
    Guy's I am so sorry, but I am so lost. I don't even know how to get my windows server IP!

    I have an FTP and I've created a MySQL database. Here are the details in my live.php (in the Connection tab)

    $hostname_live = "db410345214.db.1and1.com";
    $database_live = "db410345214";
    $username_live = "dbo410345214";
    $password_live = "Mypassword";

    According to my Hosting company (which is 1and1) they are my details.
     
  2. nickbalti

    nickbalti Registered

    Joined:
    Jan 12, 2012
    Messages:
    383
    Likes Received:
    8
    I've rung the company up who tell me that it's a shared hosting so I can't get access to SSH. So based on the info in the above post - can someone give me a tutorial with what I have to do. Please and thank you.
     
  3. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    Ok this is probably what you need to do:

    - The LiveMonitorWeb folder, i assume you have uploaded that on your webserver.
    - In the live.php file, the hostname doesn't need to be "db410345214.db.1and1.com", since the files are on the webserver, it has to be "localhost"
    the rest remains the same.

    - Then you need to get your external ip of the machine that is running the livemonitor.exe.
    - You need to go back to your webhosting and give this ip access to your webhosting mysql database. (MySQL Remote Connection Wildcard)
    - After that when you run the LiveMonitor.exe, the hostname has to be now = "db410345214.db.1and1.com" since its connecting to a different location other than your PC. and the rest will be same.

    Hope this helps.
     
    Last edited by a moderator: Apr 3, 2012
  4. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    Next Release :
    v2.0.0.0
    Features:
    AutoLoad - Doesn't require any User interaction for the LiveMonitor to run
    Fresh Setup/Installation for LiveMonitor Web folder
     
  5. nickbalti

    nickbalti Registered

    Joined:
    Jan 12, 2012
    Messages:
    383
    Likes Received:
    8
    All this makes sense apart from this -

    - You need to go back to your webhosting and give this ip access to your webhosting mysql database. (MySQL Remote Connection Wildcard)

    Can you elaborate? Thank you.
     
  6. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    Before you can connect to MySQL, You must enable your computer as an access host. It may sound confusing, but CPanel makes this ver simpe. First, login to cpanel using yourdomain.com/cpanel. Then, on the main menu of CPanel, click [MySQL]. Now, scroll down to about mid way through the page until you see "Access Hosts:"
    Under that, you will see a list of all the IPs that are permitted to connect to your mysql databases. As default, only "localhost" will be listed. Directly under that, you will see “Host (% wildcard is allowed):” with a text field next to it. In that text field you can enter your computers IP address.
    After you enter your IP address, click [Add Host] and your done. Your computer can now remotely connect to your mysql database(s). This is ofcourse for a fixedIP.

    But if you have a dynamicIP, then you need to use the "%" - the wildcard.
    The easiest way around its to enter the value "%", which means, any ip can connect to your MySQL, although this is not recommended. So what you should try to find out is that, which part of your dynamicIP changes.
    Lets say the first three parts of your IP never change. Then, you could enter 93.138.%.% , where the first two parts are your actual IP address numbers.

    I hope its clear to you now. If my explanation isn't clear. You can Google for MySQL Remote Connection.

    Hope this helps.
     
  7. nickbalti

    nickbalti Registered

    Joined:
    Jan 12, 2012
    Messages:
    383
    Likes Received:
    8
    My silly hosting company doesn't have the Cpanel. Only a rubbish version of it.

    It looks like your amazing mod might have beaten me :(
     
  8. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    @nickbalti - why don't you ask your provider to create on wildcard entry for your database?
     
  9. nickbalti

    nickbalti Registered

    Joined:
    Jan 12, 2012
    Messages:
    383
    Likes Received:
    8
    Someone came around and sorted it for me :)

    They had to turn my PC into a host as such. So it works now (but only if my PC is on)

    Either way thank you so much for the help and support. I'll play around and ask more questions if need be :)
     
  10. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    @nickbalti - glad that you got it sorted out..

    Ok the new version 2.0.0.0 is Ready

    Whats New?
    - Doesn't require any interaction from the user. Only the first setup.
    - So if you make is a startup, the logger will run without the need for it to be started.
    - Update Interval is now in sync with the LiveMonitor Plugin
    - A new LiveMonitor Web Installer. Options for creating database or entering into an existing database.

    I am currently creating installer. Should release it within this weekend.
     
  11. nickbalti

    nickbalti Registered

    Joined:
    Jan 12, 2012
    Messages:
    383
    Likes Received:
    8
    How are you so clever?

    Quick one, is it possible to change the speed trap to mph?
     
  12. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    Ok im adding that as a feature too.. thanks for suggesting nickbalti..
     
  13. juan_fr

    juan_fr Registered

    Joined:
    Mar 28, 2012
    Messages:
    10
    Likes Received:
    0
    Nice update !

    Can be an option to select between kmh an mph?

    Thanks !
     
  14. nickbalti

    nickbalti Registered

    Joined:
    Jan 12, 2012
    Messages:
    383
    Likes Received:
    8
    Thank you :D

    How do you change the font so it looks like a digital clock?
     
  15. B1gch0pper

    B1gch0pper Registered

    Joined:
    Jan 11, 2012
    Messages:
    32
    Likes Received:
    0
    Already implimented @ MSR Live Timing...
    Looking good :)
     
  16. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    aha B1gch0pper, i see you have already noticed it.. :D
    @nickbalti -
    if you wanna use the digital font..you need to edit the css file, where ever you want to change the font to lcd, you just have to use:
    font-family:lcd;
    and that particular section will be shown in the digital font..
     
  17. Luc Devin

    Luc Devin Registered

    Joined:
    Jan 16, 2012
    Messages:
    1,133
    Likes Received:
    23
    help e :)

    Hello,
    I can not at this hour if I like LiveMonitor
    I can not seem to get going.
    I am running XP Pro as seveur
    I think I correctememt install files.
    After you create the tables manually (impossible to install with the install file).
    So I come to you for assistance

    thank you

    Si un Français parmi ce post et que réussi votre installation merci de m'aider.

    translation y Google
     
  18. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    What is the problem you have?
    Do you have TeamViewer? I can try and see what is wrong
     
  19. Luc Devin

    Luc Devin Registered

    Joined:
    Jan 16, 2012
    Messages:
    1,133
    Likes Received:
    23
    Hi
    I have nothing that appears in the Livemonitor nor for the track.
    The database does not feed information she should recover.
    For this folder
    LiveMonitor Web Folder: You Need to copy all the files inside the folder to your webserver (wampp / XAMPP / IIS, etc.). You Need to Have MySQL, Apache, PHP enabled for the LiveMonitor to work.
    Is the root of the web server or another?
    The PC serves as a Web server and play for both rFactor.
    I'll try to see if the PC with Seven and see it works or is the problem.

    Step 3 does not happen I'm forced to do it manually
    Maybe is it the problem but it shows me no error
     
    Last edited by a moderator: Apr 7, 2012
  20. Valbuena72

    Valbuena72 Registered

    Joined:
    Dec 23, 2011
    Messages:
    194
    Likes Received:
    0
    Off Topic :
    Hi,
    There he the same plugin for rfactor version 1?
    thank you
     

Share This Page