Raised This Month: $51 Target: $400
 12% 

[CS:GO] Web Shortcuts CS:GO version [Updated 11-May-2022]


Post New Thread Reply   
 
Thread Tools Display Modes
Bad Cold Man
Senior Member
Join Date: Apr 2014
Old 05-02-2017 , 09:55   Re: [CS:GO] Web Shortcuts CS:GO version
Reply With Quote #491

Not works for me.
__________________
Bad Cold Man is offline
Muvik
New Member
Join Date: May 2017
Old 05-05-2017 , 22:46   Re: [CS:GO] Web Shortcuts CS:GO version
Reply With Quote #492

not work, game: cs:go
Errors: no errors
All done,plugin not work please fix
Muvik is offline
wlsrhkd41
Member
Join Date: Oct 2015
Old 05-06-2017 , 03:22   Re: [CS:GO] Web Shortcuts CS:GO version
Reply With Quote #493

if i use !motd, Tried to look up command say as if it were a variable.
but another !motd2 is works fine whats problem to me ??
wlsrhkd41 is offline
Dreizehnt
Junior Member
Join Date: Jan 2016
Location: Russian Federation
Old 05-06-2017 , 21:27   Re: [CS:GO] Web Shortcuts CS:GO version
Reply With Quote #494

Humans, u must use cvar sm_webshortcutscsgo_url with ur sites, and site cola-team doesn`t work... If I have correctly understood updating not to do without it in any way. Yes?

__________________

Last edited by Dreizehnt; 05-06-2017 at 21:30. Reason: Add a pic.
Dreizehnt is offline
A_RM
AlliedModders Donor
Join Date: Oct 2016
Location: Canada
Old 05-09-2017 , 16:24   Re: [CS:GO] Web Shortcuts CS:GO version
Reply With Quote #495

Works very sporadically for me at best, compiled against .5992

No error logs
A_RM is offline
September
Senior Member
Join Date: Jul 2015
Location: Russian Federation
Old 05-13-2017 , 03:23   Re: [CS:GO] Web Shortcuts CS:GO version
Reply With Quote #496

does not work
September is offline
Send a message via Skype™ to September
Byte
Senior Member
Join Date: Jun 2010
Location: 📦 CCSPlayer
Old 05-13-2017 , 07:25   Re: [CS:GO] Web Shortcuts CS:GO version
Reply With Quote #497

How exactly is this not working for you guys?
Which web script are you using?
SM/Game Mod?
__________________
STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
Community: Invex Gaming | My Plugins: Click Me!


Last edited by Byte; 05-13-2017 at 07:55.
Byte is offline
Byte
Senior Member
Join Date: Jun 2010
Location: 📦 CCSPlayer
Old 05-14-2017 , 08:01   Re: [CS:GO] Web Shortcuts CS:GO version
Reply With Quote #498

An update to the web script I posted here:
https://forums.alliedmods.net/showpo...&postcount=480

This removes the spammed undefined height/width errors in your webservers PHP logs:
PHP Code:
<html>
    <head>
        <title>CSGO Webshortcuts</title>
    </head>
    <body>
        <script type="text/javascript" >
      //Default values
      var web = "about:blank";
      var fullsize = 0;
      var height = 720;
      var width = 960;
      
      //Set provided GET values if present
      <?php
        
if (isset($_GET["web"])) {
      
?>
        web = "<?php echo htmlspecialchars($_GET["web"]); ?>";
      <?php
        
}
      
?>
      
      <?php
        
if (isset($_GET["fullsize"])) {
      
?>
        fullsize = "<?php echo htmlspecialchars($_GET["fullsize"]); ?>";
      <?php
        
}
      
?>
      
      <?php
        
if (isset($_GET["height"])) {
      
?>
        height = "<?php echo htmlspecialchars($_GET["height"]); ?>";
      <?php
        
}
      
?>
      
      <?php
        
if (isset($_GET["width"])) {
      
?>
        width = "<?php echo htmlspecialchars($_GET["width"]); ?>"; 
      <?php
        
}
      
?>
            
      //Display page
            if (fullsize == 1)
                window.open(web, "_blank", "toolbar=yes, fullscreen=yes, scrollbars=yes, width=" + screen.width + ", height=" + (screen.height - 72));
            else    
                window.open(web, "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, fullscreen=no, width=" + width + ", height=" + height);
        </script>
    </body>
</html>
__________________
STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
Community: Invex Gaming | My Plugins: Click Me!


Last edited by Byte; 05-14-2017 at 08:04.
Byte is offline
abdulbakidrs
Junior Member
Join Date: Mar 2017
Location: Turkey
Old 05-20-2017 , 14:40   Re: [CS:GO] Web Shortcuts CS:GO version
Reply With Quote #499

Well, hello.
We are using Oyun Yöneticisi to run our CS:GO server. But some of our players can't see the htmlMOTD window. Me too.
__________________
abdulbakidrs is offline
Send a message via Skype™ to abdulbakidrs
Byte
Senior Member
Join Date: Jun 2010
Location: 📦 CCSPlayer
Old 05-20-2017 , 15:27   Re: [CS:GO] Web Shortcuts CS:GO version
Reply With Quote #500

Quote:
Originally Posted by abdulbakidrs View Post
Well, hello.
We are using Oyun Yöneticisi to run our CS:GO server. But some of our players can't see the htmlMOTD window. Me too.
Did you check cl_disablehtmlmotd 0?
__________________
STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
Community: Invex Gaming | My Plugins: Click Me!

Byte is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:50.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode