1. This error crashes my server. What does she thank you .
    Version oxide : (15:07:44) | [Oxide] 15:07 [Info] Oxide 2.0.2191 for Rust 947.38 (1475)
    Code:
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta http-equiv="Content-Script-Type" content="text/javascript">
    <script type="text/javascript">
    function getCookie(c_name) { // Local function for getting a cookie value
    if (document.cookie.length > 0) {
    c_start = document.cookie.indexOf(c_name + "=");
    if (c_start!=-1) {
    c_start=c_start + c_name.length + 1;
    c_end=document.cookie.indexOf(";", c_start);if (c_end==-1)
    c_end = document.cookie.length;return unescape(document.cookie.substring(c_start,c_end));
    }
    }
    return "";
    }
    function setCookie(c_name, value, expiredays) { // Local function for setting a value of a cookie
    var exdate = new Date();
    exdate.setDate(exdate.getDate()+expiredays);
    document.cookie = c_name + "=" + escape(value) + ((expiredays==null) ? "" : ";expires=" + exdate.toGMTString()) + ";path=/";
    }
    function getHostUri() {
    var loc = document.location;
    return loc.toString();
    }
    setCookie('YPF8827340282Jdskjhfiw_928937459182JAX666', '37.187.75.70', 10);
    try {
    location.reload(true);
    } catch (err1) {
    try {
    location.reload();
    } catch (err2) {
    location.href = getHostUri();
    }
    }
    </script>
    </head>
    <body>
    <noscript>This site requires JavaScript and Cookies to be enabled. Please change your browser settings or upgrade your browser.</noscript>
    </body>
    </html>
     
    Last edited by a moderator: Jul 21, 2016
  2. Wulf

    Wulf Community Admin

    When exactly are you seeing that? The only place that could be coming from would likely be a plugin using a webrequest.
     
  3. Starting the server and it appears that way. I do not understand what know. I did not install plugins other than on this products site. Can you do the research thank you. Sorry for my English . I am french
     
  4. Wulf

    Wulf Community Admin

    I'm not sure what it would come from aside from Rust or a plugin. Oxide itself doesn't do any webrequests, so there's no way for it to output the HTML like this. I'd try removing any plugins you have that do webrequests and see if it still happens. From there I'd try with just Rust if it continues.
     
  5. OK thanks
     
  6. I just saw the error appears each player connection. The Notifier must have a plugin problem

    (11:23:36) | [Oxide] 11:23 [Info] [Notifier] Tape /help pour connaƮtre les commandes disponibles.
    (11:23:56) | 195.66.65.86:40194/76561198182454355/Games/YouTube joined [windows/76561198182454355]
    (11:23:56) | [Oxide] 11:23 [Info] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     
    Last edited by a moderator: Jul 22, 2016
  7. Does anyone know what this is? It's coming up in my console a lot.


    [Oxide] 17:38 [Info] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Script-Type" content="text/javascript"> <script type="text/javascript"> function getCookie(c_name) { // Local function for getting a cookie value if (document.cookie.length > 0) { c_start = document.cookie.indexOf(c_name + "="); if (c_start!=-1) { c_start=c_start + c_name.length + 1; c_end=document.cookie.indexOf(";", c_start); if (c_end==-1) c_end = document.cookie.length; return unescape(document.cookie.substring(c_start,c_end)); } } return ""; } function setCookie(c_name, value, expiredays) { // Local function for setting a value of a cookie var exdate = new Date(); exdate.setDate(exdate.getDate()+expiredays); document.cookie = c_name + "=" + escape(value) + ((expiredays==null) ? "" : ";expires=" + exdate.toGMTString()) + ";path=/"; } function getHostUri() { var loc = document.location; return loc.toString(); } setCookie('YPF8827340282Jdskjhfiw_928937459182JAX666', '108.61.124.12', 10); try { location.reload(true); } catch (err1) { try { location.reload(); } catch (err2) { location.href = getHostUri(); } } </script> </head> <body> <noscript>This site requires JavaScript and Cookies to be enabled. Please change your browser settings or upgrade your browser.</noscript> </body> </html>
     
  8. Code:
    setCookie('YPF8827340282Jdskjhfiw_928937459182JAX666', '108.61.124.12', 10);
    108.61.124.12 => GameServers.com

    Really weird to have it in console :eek:
     
  9. Might be the callback of a webrequest being printed in the console, check plugins that make webrequests for the method Puts
     
  10. LOL...I have no idea what that means.