Results 1 to 13 of 13

Thread: css update

  1. #1
    Member
    Join Date
    May 2011
    Posts
    18

    Default css update & error page

    hi !
    This night a new update of counter strike source !
    it principaly rename the folder called "orangebox" to "css" ,,,
    i start now my servers with putty ,,,cpgs don't work anymore ,,

    I edit,
    I've since the update , an error page when trying to acces the "game server management" -->"Error of encoding of contents"
    i've tryed to change the gzip compression but nothing change ! an idea ?
    Last edited by skalp; 10-15-2011 at 01:16 AM.

  2. #2
    cPanel Staff
    Join Date
    Dec 2001
    Location
    Houston, TX
    Posts
    1,957

    Default Re: css update

    I'll release a new cPGS asap to fix this. Immediately you can edit /var/cpanel/cpgs/games/cstrikesrc/cstrikesrc.pm and substitute orangebox with css and save it, then restarted cPGSD with /var/cpanel/cpgsd.pl . It also needs a new cstrike.cpgs package for new installs which I'll update soon as well. I'll take a look at other Steam based games as well to see if the change happened with all of them as well. This change will problably break a lot of configured servers that have mods and such set up, if so, you'll need to check with the mod's community to see how they are handling it.
    Need to put in a support ticket for cPGS ? Click on the url below and follow the bottom most link "Submit a Support Request without Logging In"
    https://tickets.cpanel.net/submit/index.cgi?support=1

  3. #3
    Member
    Join Date
    May 2011
    Posts
    18

    Default Re: css update

    Hi!
    Darren thank you for your response, I will try this!
    I hope one day Steam will explain us, what's wrong with them and their updates
    Anyway good luck and thank you in advance for all your efforts!

  4. #4
    cPanel Staff
    Join Date
    Dec 2001
    Location
    Houston, TX
    Posts
    1,957

    Default Re: css update

    I've got a partial 0.7.7-0.0.1 release up, it should work with updated cs:s servers but does not move orangebox to css before hand. I was planning on finishing up tonight but found out my internet at home is down and all I've got is my cell phone. I've got 0.8.0 almost done as well, just ironing out some details with specific servers. And yes, what advantage Valve got out of renaming the orangebox directory to css was hopefully worth it.
    Need to put in a support ticket for cPGS ? Click on the url below and follow the bottom most link "Submit a Support Request without Logging In"
    https://tickets.cpanel.net/submit/index.cgi?support=1

  5. #5
    cPanel Staff
    Join Date
    Dec 2001
    Location
    Houston, TX
    Posts
    1,957

    Default Re: css update

    Just a quick update, cPGS v0.8.0 should be coming out Thursday morning with a fix for the CS:S update and sporting the new start/stop/console controls for all games that can use it as well.
    Need to put in a support ticket for cPGS ? Click on the url below and follow the bottom most link "Submit a Support Request without Logging In"
    https://tickets.cpanel.net/submit/index.cgi?support=1

  6. #6
    Member
    Join Date
    May 2011
    Posts
    18

    Default Re: css update

    Ok thanks,,, (i still have some probleme) i 'll wait you're update
    -1 mail / 3 minutes
    -can't acces the main gameserver configuration in cpanel admin manager--->error encoding content
    -with force install on putty --->cpgsd version 0.7.6-0.1.2
    -cstrikesrc.pm modified and cpgsd.pl restarted

    i'll tell you later if i can force install(or not) the 0.8 and if everythings ok

    thanks you for you're work

  7. #7
    cPanel Staff
    Join Date
    Dec 2001
    Location
    Houston, TX
    Posts
    1,957

    Default Re: css update

    skalp - it sounds like you've got some other issues going on. Try doing a forced update in WHM to 0.8.0, then via SSH(putty) as root run `/var/cpanel/cpgsd.pl update` and then `/var/cpanel/cpgsd.pl` again it restart it. CS:S should be ok, just make sure you enable autoupdate and update the servers first. If you update to 0.8.0 and find it doesn't detect the CSS install, update the server manually like the following example for the user "joebob" on his CSS #0 install:

    ssh root@your.server.com

    # su joebob -s /bin/bash
    $ cd ~/.gameservers/cstrikesrc_0
    $ rm -rf css
    $ mv orangebox css
    $ ./steam -command update -game "Counter-Strike Source" -dir . -verify_all

    After that it should show up in cPGS 0.8.0 and be useable.

    What's the 1 mail every 3 minutes saying ?

    If you still have issues with the gameserver config in WHM, put in a ticket for me about it so I can take a look. I suspect you may be on a version of cPGS that had it's update mechanism broken, in which case uninstalling cPGS and reinstalling it via WHM would be the fastest fix.
    Need to put in a support ticket for cPGS ? Click on the url below and follow the bottom most link "Submit a Support Request without Logging In"
    https://tickets.cpanel.net/submit/index.cgi?support=1

  8. #8
    Member
    Join Date
    May 2011
    Posts
    18

    Default Re: css update

    Ok,,
    i tryed a force install but the version is still cPGSD 0.7.6-0.1.2
    before i put a ticket,,,
    if i uninstall gameserver,,,will it remove everythings in the .gameservers folder (3 folder in each,,, css/orangebox/hl2) or only hl2and orangebox folder ?

  9. #9
    cPanel Staff
    Join Date
    Dec 2001
    Location
    Houston, TX
    Posts
    1,957

    Default Re: css update

    By uninstall and reinstall I mean uninstalling cPGS itself from WHM on the "manage plugins" page, it won't remove the configs, just the cPGS files themselves.
    If you uninstall a gameserver, it will remove everything in ~/.gameservers/game_install#/ .
    Need to put in a support ticket for cPGS ? Click on the url below and follow the bottom most link "Submit a Support Request without Logging In"
    https://tickets.cpanel.net/submit/index.cgi?support=1

  10. #10
    Member
    Join Date
    May 2011
    Posts
    18

    Default Re: css update

    ok,,,i'll first test this,,,

  11. #11
    Member
    Join Date
    May 2011
    Posts
    18

    Default Re: css update

    well,,
    0.8 is now installed but error in the gameserver management in WHM
    no more mail send by the server
    i put a ticket -_-
    Last edited by skalp; 10-20-2011 at 11:58 AM.

  12. #12
    cPanel Staff
    Join Date
    Dec 2001
    Location
    Houston, TX
    Posts
    1,957

    Default Re: css update

    What's the ticket number, I don't see it in the system yet ?
    Need to put in a support ticket for cPGS ? Click on the url below and follow the bottom most link "Submit a Support Request without Logging In"
    https://tickets.cpanel.net/submit/index.cgi?support=1

  13. #13
    Member
    Join Date
    May 2011
    Posts
    18

    Default Re: css update

    request id -->1946186
    (just dont remove css folder please for plugin configuration )
    thanks

Similar Threads

  1. Sept 30th CSS update
    By BigBangTheory in forum cPGS Discussions
    Replies: 11
    Last Post: 10-04-2010, 11:50 AM
  2. combined_optimized.css
    By nshreders in forum cPanel Developers
    Replies: 1
    Last Post: 04-24-2008, 01:46 PM
  3. CSS Question
    By DavidNelson in forum Themes and Branding
    Replies: 7
    Last Post: 02-04-2008, 12:38 PM
  4. CSS gone?
    By darkshadow604 in forum cPanel & WHM Discussions
    Replies: 5
    Last Post: 10-22-2007, 12:41 PM
  5. CSS styles
    By powerhouse in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 09-12-2002, 03:03 PM