VM LiveView Lite for rFactor & rFactor2

Discussion in 'Plugins' started by Frank Geyer, Feb 20, 2012.

  1. Luc Devin

    Luc Devin Registered

    Joined:
    Jan 16, 2012
    Messages:
    1,133
    Likes Received:
    23
  2. gagipro

    gagipro Registered

    Joined:
    Feb 26, 2013
    Messages:
    473
    Likes Received:
    7
    Depuis la build 342, avant on a fait plein de championnat à 20 online et pendant 1 heure...
     
  3. Valbuena72

    Valbuena72 Registered

    Joined:
    Dec 23, 2011
    Messages:
    194
    Likes Received:
    0
    Merci pour la confirmation.
    Du coup, je retire la DLL par mesure de sécurité, je peux pas me permettre d'être derrière le serveur si il plante ou pas.
     
  4. Jean-christophe Pires

    Jean-christophe Pires Registered

    Joined:
    Nov 1, 2012
    Messages:
    34
    Likes Received:
    0
    Quelqu'un pense trouver une solution? Un nouveau DLL?
     
  5. racepat

    racepat Registered

    Joined:
    Apr 25, 2012
    Messages:
    16
    Likes Received:
    0
  6. Pascal Martin

    Pascal Martin Registered

    Joined:
    Apr 3, 2013
    Messages:
    46
    Likes Received:
    0
    Je ne peux pas trop vous aider, je n'utilise pas Rf2.
     
  7. Frank Geyer

    Frank Geyer Registered

    Joined:
    Oct 5, 2010
    Messages:
    222
    Likes Received:
    3
    Like I stated earlier, sadly I am not able to continue the work on this project. But if you guys want to continue, I can give you the sources (.dll C++ project for rF1 & rF2 and the .exe VB .NET project). Just let me known.

    Cheers
    Frank
     
  8. Valbuena72

    Valbuena72 Registered

    Joined:
    Dec 23, 2011
    Messages:
    194
    Likes Received:
    0
    I am always ready to work on it with GagiPro
    Thank's Franck
     
  9. Frank Geyer

    Frank Geyer Registered

    Joined:
    Oct 5, 2010
    Messages:
    222
    Likes Received:
    3
    I like to hear that and there u go. Quick and dirty weeded out roughly!

    Download: http://ftgx.de/vortex/VMLiveViewSources.rar
    MD5: bd1c26a2392882fe1df8af15983fb251

    Looking forward already what u guys are making out of it :)

    Cheers
    Frank

    Edit: If something is missing, just let me know. The projects were edited with Microsoft Visual C++ 2008 Express Edition and Microsoft Visual Basic 2008 Express Edition.
     
    Last edited by a moderator: Dec 10, 2013
  10. Valbuena72

    Valbuena72 Registered

    Joined:
    Dec 23, 2011
    Messages:
    194
    Likes Received:
    0
    Thank's Franck
     
  11. LCCMarc

    LCCMarc Registered

    Joined:
    May 16, 2012
    Messages:
    56
    Likes Received:
    0
    Thank's Frank
    :)
     
  12. gagipro

    gagipro Registered

    Joined:
    Feb 26, 2013
    Messages:
    473
    Likes Received:
    7
    Frank : you rule dude !!!

    You got an idea what part of the code can make the dedicated server hang?
     
    Last edited by a moderator: Dec 12, 2013
  13. gagipro

    gagipro Registered

    Joined:
    Feb 26, 2013
    Messages:
    473
    Likes Received:
    7
    Salut Lucky, tu as quoi comme version de windows?

    ce serait ptet lié à une version de windows. Tu as toujours le liveview sur ton serveur????

    thanks
     
  14. Luc Devin

    Luc Devin Registered

    Joined:
    Jan 16, 2012
    Messages:
    1,133
    Likes Received:
    23
    Windows 7 64 bits mais j'ai réinstaller windows et bloqué les mise a jour.
    Le serveur sera en route des que je rentre :) la j'ai essayer autre chose et pas remis en route ...enfin je crois lol
    Et le liveview marche bien maintenant
     
  15. Tirex

    Tirex Registered

    Joined:
    Dec 7, 2013
    Messages:
    37
    Likes Received:
    0
    hey Lucky06..you solved the problem? the last post is an older one, but now Build B382 is released
    we deleted the vmliveview from our system
     
  16. Luc Devin

    Luc Devin Registered

    Joined:
    Jan 16, 2012
    Messages:
    1,133
    Likes Received:
    23
    Last edited by a moderator: Dec 25, 2013
  17. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    4,006
    Likes Received:
    2,875
    I need some help.
    At first i have to say that the Plugin runs great. We use it for all our rF1 and rF2 Servers.

    But now i have a little "problem".
    If a mod has 6 classes for example and a driver takes a car of every class and drives some laps, he is listed with a laptime for every class in the hotlaps, when the value ALL in classes-dropdown is chosen.

    What i want to have is, that only the fastest of all his laps and no matter which class, is shown.
    So that even when he drove with cars of all 6 classes, only the fastest lap is listed and so his name shows up only one time in the hotlaps.

    I tried to customize the php-code but i failed.

    Anybody any idea how to make that?
    Any help would be great!
     
  18. Luc Devin

    Luc Devin Registered

    Joined:
    Jan 16, 2012
    Messages:
    1,133
    Likes Received:
    23
    SELECT DISTINCT DriverName...
     
  19. Valbuena72

    Valbuena72 Registered

    Joined:
    Dec 23, 2011
    Messages:
    194
    Likes Received:
    0
    Hi,

    I do it for you, this is my gift for 2014 :D


    For Developer :
    I added line 110 this code:
    Code:
     GROUP BY DriverName DESC   
    For beginners
    Replace line 110 (in the file hotlaps.php) with this:
    Code:
    $SelectHotlaps = "SELECT SQL_CACHE * FROM `hotlaps` WHERE `TrackName` = '" . $mySQLiConn->real_escape_string($TrackName) . "' AND `VehicleClass` LIKE '" . $mySQLiConn->real_escape_string($VehicleClass) . "' GROUP BY DriverName DESC   ORDER BY `TrackName` ASC, `LapTime`, `LastUpdate`";
    I expect returns if a problem occurs
    :) Happy New Year
     
  20. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    4,006
    Likes Received:
    2,875
    You get a return anyway :)

    Thank you very much!
    Works fine!

    Happy new Year for you and all Simracers too.

    best regards
     

Share This Page