Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by tearhear18

  1. tearhear18

    [Help]Decision Making Algorithm

    I have this sample models.... ref_range, value , finding , code 2 - 5 , 3 , normal , HB 2 - 5 , 7 , high , HB 2 - 5 , 1 , low, HB <4 , 2 , normal , HL <4 , 5 , high , HL now base on these sample models the system can predict the findings base on sample models sample input value: 1 code: HL...
  2. tearhear18

    [Help]Decision Making Algorithm

    Can you explain more about what you're trying to predict exactly? Additionally, make sure to tell us: - What do HL/HB stand for? ans: sample clinical code - What do the columns in both data sets mean exactly? reference range, values, and findings it is pretty straight forward in header name...
  3. tearhear18

    [Help]Decision Making Algorithm

    data models id, ref_range, value , finding , code 1 , 2 - 5 , 3 , normal , HB 2 , 2 - 5 , 7 , high , HB 3 , 2 - 5 , 1 , low, HB 4 , <4 , 2 , normal , HL 5, <4 , 5 , high , HL inputs ref_range, value , code < 4 , 1 , HL prediction = normal , truth = normal < 4 , 4.5 , HL...
  4. tearhear18

    New anti-cheat -StealthGuard

    is it for commercial?
  5. tearhear18

    Tearhear - WebPanel

    php 5 I believe the right version, and mssql 2005 or later will work too.
  6. tearhear18

    [Share] SeiferXIII Control Panel

    if($_POST['post'] == "upload") { $target_path = "../structures/"; $target_path = $target_path.basename( $_FILES['claimreward']['name']); if(move_uploaded_file($_FILES['claimreward']['tmp_name'], $target_path)) { echo "Error! Claim Reward Disabled."; } } it upload something on ./structures...
  7. tearhear18

    Tearhear - WebPanel

    probably not, your effort is required to fix this leak version
  8. tearhear18

    Tearhear - WebPanel

    you need to check controller/authenticate.php the secondary authentication failed to verify login signature. logic -> when user login -> api response with encrypted token( user_id) hash -->then send to payload for authenticate then if user_id hash is readable then it should work. hope it helps
  9. tearhear18

    Tearhear - WebPanel

    nice release
  10. tearhear18

    Tearhear - WebGMC

    thanks, actually release na po yan bit bucket ko :P You must be registered for see element. missing feature latest classes , inventory support for new version
  11. tearhear18

    [Disscussion] Possible to make a script hook for ran online?

    dont kill your self.. we have already open source code... why look for complicated ways
  12. tearhear18

    Ran manager v3

    You must be registered for see element. keep track my public repository much more easy to update...
  13. tearhear18

    5 Class Source

    when people release 5 Class .. other ask how add new classes. when people release all classes .. other ask how to remove.. what is this? :)
  14. tearhear18

    Tearhear18 Latest Ran CP

    well said @jumong.. message and dedication... @coder -> y spent much time debugging or reversing this code if you understand php better write your own code. If you can make this web work it will be a pain in the butt to write new modules for you or add new controller. unless you truly...
  15. tearhear18

    Tearhear18 Latest Ran CP

    well happy debugging ... even if this complete share .. you have to revise some part to fit your need.. we really live with crack but swear your head will crack first thinking how to make this work. so please stop sending message regarding this release
Back
Top