ULX

Author Topic: ULX Motd Broken  (Read 6286 times)

0 Members and 1 Guest are viewing this topic.

Offline PAL-18

  • Full Member
  • ***
  • Posts: 142
  • Karma: 1
ULX Motd Broken
« on: September 16, 2014, 09:34:38 PM »
I'm using a recent SVN (downloaded 1 week ago) and the motd doesnt work.  It isnt appearing on connection to the server.

Here's what i have for my settings:

ulx showMotd 1
motdfile motd.ftwgamer.com/cr-rules.php

Did a Gmod update break something or is the svn broken?

Offline Caustic Soda-Senpai

  • Sr. Member
  • ****
  • Posts: 469
  • Karma: 54
  • <Insert something clever here>
    • Steam Page
Re: ULX Motd Broken
« Reply #1 on: September 16, 2014, 10:15:39 PM »
try http://motdfile motd.ftwgamer.com/cr-rules.php
Once you get to know me, you'll find you'll have never met me at all.

Offline Neku

  • Hero Member
  • *****
  • Posts: 549
  • Karma: 27
Re: ULX Motd Broken
« Reply #2 on: September 16, 2014, 11:10:45 PM »
That's not a complete URL.

Use http://motd.ftwgamer.com/cr-rules.php

EDIT:
Quote
3) NO sick/nude sprays - keep them PG-13.
darn
Out of the Garry's Mod business.

Offline PAL-18

  • Full Member
  • ***
  • Posts: 142
  • Karma: 1
Re: ULX Motd Broken
« Reply #3 on: September 16, 2014, 11:43:33 PM »
I tried that the first time and it didn't work either :S

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX Motd Broken
« Reply #4 on: September 16, 2014, 11:52:20 PM »
Define "not working"
Not opening for players?
Errors in server/player console? (Both?)
Tried placing your url in quotes? (Shouldn't have to do this, but who knows"
And yes, using full http is recommended.
Code: [Select]
motdfile "http://motd.ftwgamer.com/cr-rules.php"

EDIT. Corrected httpd:// to http://
« Last Edit: September 17, 2014, 07:23:37 AM by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline PAL-18

  • Full Member
  • ***
  • Posts: 142
  • Karma: 1
Re: ULX Motd Broken
« Reply #5 on: September 17, 2014, 12:28:29 AM »
No lua errors, motd window doesn't show up at all.

Oddly, in the startup log, motdmenu.lua isnt loading.

Code: [Select]
///////////////////////////////
//      Ulysses Library      //
///////////////////////////////
// Loading...                //
//  shared/defines.lua       //
//  shared/misc.lua          //
//  shared/util.lua          //
//  shared/hook.lua          //
//  shared/table.lua         //
//  shared/player.lua        //
//  server/player.lua        //
//  shared/messages.lua      //
//  shared/commands.lua      //
//  server/concommand.lua    //
//  server/util.lua          //
//  shared/sh_ucl.lua        //
//  server/ucl.lua           //
//  server/phys.lua          //
//  server/player_ext.lua    //
//  server/entity_ext.lua    //
// Load Complete!            //
///////////////////////////////
[ULIB] Loading SHARED module: ulx_init.lua
///////////////////////////////
//       ULX Admin Mod       //
///////////////////////////////
// Loading...                //
//  sh_defines.lua           //
//  lib.lua                  //
//  base.lua                 //
//  sh_base.lua              //
//  log.lua                  //
//  MODULE: slots.lua        //
//  MODULE: sourcebans_config.lua//
ServerLog: [09/17/14 03:25:57][SourceBans.lua] Starting the database.
[09/17/14 03:25:57][SourceBans.lua] Starting the database.
//  MODULE: uteam.lua        //
//  MODULE: votemap.lua      //
//  MODULE: xgui_server.lua  //
///////////////////////////////
// ULX GUI -- by Stickly Man //
///////////////////////////////
// Adding Main Modules..     //
//  bans.lua                 //
//  commands.lua             //
//  groups.lua               //
//  maps.lua                 //
//  settings.lua             //
// Adding Setting Modules..  //
//  client.lua               //
//  server.lua               //
// Adding Gamemode Modules.. //
//  sandbox.lua              //
// Loading Server Modules..  //
//  sv_bans.lua              //
//  sv_groups.lua            //
//  sv_maps.lua              //
//  sv_sandbox.lua           //
//  sv_settings.lua          //
// XGUI modules added!       //
///////////////////////////////
//  MODULE: aafk.lua         //
//  MODULE: chat.lua         //
//  MODULE: fun.lua          //
//  MODULE: menus.lua        //
//  MODULE: rcon.lua         //
//  MODULE: rocket.lua       //
//  MODULE: teleport.lua     //
//  MODULE: user.lua         //
//  MODULE: userhelp.lua     //
//  MODULE: util.lua         //
//  MODULE: vote.lua         //
//  MODULE: wordlist_kicker.lua//
//  MODULE: youtube_music_player_sh.lua//
ulx/songplayer_videos.txt
checking if exists
READING
//  end.lua                  //
// Load Complete!            //
///////////////////////////////

Offline Caustic Soda-Senpai

  • Sr. Member
  • ****
  • Posts: 469
  • Karma: 54
  • <Insert something clever here>
    • Steam Page
Re: ULX Motd Broken
« Reply #6 on: September 17, 2014, 05:14:23 AM »
That's not a complete URL.

Use http://motd.ftwgamer.com/cr-rules.php

EDIT:darn

oops I copy/pasted XD
Once you get to know me, you'll find you'll have never met me at all.

Offline Caustic Soda-Senpai

  • Sr. Member
  • ****
  • Posts: 469
  • Karma: 54
  • <Insert something clever here>
    • Steam Page
Re: ULX Motd Broken
« Reply #7 on: September 17, 2014, 05:16:59 AM »
Did you set the motd page through xgui or through the files?
Once you get to know me, you'll find you'll have never met me at all.

Offline PAL-18

  • Full Member
  • ***
  • Posts: 142
  • Karma: 1
Re: ULX Motd Broken
« Reply #8 on: September 17, 2014, 09:06:05 PM »
Through the file.  When i try setting through xgui i get permission denied error (despite having access to all commands).

Offline Caustic Soda-Senpai

  • Sr. Member
  • ****
  • Posts: 469
  • Karma: 54
  • <Insert something clever here>
    • Steam Page
Re: ULX Motd Broken
« Reply #9 on: September 17, 2014, 11:45:37 PM »
humour me and post a snapshot of the xgui menu's motd setting, make sure you're superadmin.
Once you get to know me, you'll find you'll have never met me at all.

Offline PAL-18

  • Full Member
  • ***
  • Posts: 142
  • Karma: 1
Re: ULX Motd Broken
« Reply #10 on: September 18, 2014, 12:35:55 AM »
In case its my html that's messing up the motd, i reverted to the default ulx motd.  It's still not showing up.  My usergroup does have "ulx motd" permission and the ulx_motd.txt is in the data folder of server.

http://steamcommunity.com/sharedfiles/filedetails/?id=315448171

I even tried running server in sandbox mode in case the gamemode is breaking the motd somehow.
« Last Edit: September 18, 2014, 12:42:12 AM by PAL-18 »

Offline Caustic Soda-Senpai

  • Sr. Member
  • ****
  • Posts: 469
  • Karma: 54
  • <Insert something clever here>
    • Steam Page
Re: ULX Motd Broken
« Reply #11 on: September 18, 2014, 02:58:14 AM »
Ok, in the xgui, go to groups>superadmin (assuming you're superadmin) Click Manage Permissions and go to Cmds-Menus. Make sure the check box IS infact checked. If it is solid green instead of the faded green, go to groups>user and enable it the same way.



Next, go to the MOTD Settings in Settings>Server>ULX General Settings. MAKE SURE the Second check box is selected, the first one is optional. Type in your MOTD URL: http://motd.ftwgamer.com/cr-rules.php into the box.



Finally, proceed to type "!motd" in the chat or type "ulx motd" in console or of course, navigate to motd through !menu

>

And as you can see on my screen, it works just fine.

« Last Edit: September 18, 2014, 02:59:48 AM by Archang3L »
Once you get to know me, you'll find you'll have never met me at all.

Offline Neku

  • Hero Member
  • *****
  • Posts: 549
  • Karma: 27
Re: ULX Motd Broken
« Reply #12 on: September 18, 2014, 07:55:47 AM »
I personally think that page is better as a loading screen, rather than an motd.
Out of the Garry's Mod business.

Offline PAL-18

  • Full Member
  • ***
  • Posts: 142
  • Karma: 1
Re: ULX Motd Broken
« Reply #13 on: September 18, 2014, 01:00:19 PM »
ulx_motd is selected for my superadmin group (inherted from user group), but when i try to change the URL, im given the following error:

You do not have access to this cvar (ulx_showmotd), *FTW* PAL-18.

I personally think that page is better as a loading screen, rather than an motd.

My loading screen is even better, a random logo displays with a random funny gif (one of a few hundred) with a changing funny one liner.  Most of the time, when people come in-game they discuss the funny weird thing they saw.  Here's what it looks like: http://motd.ftwgamer.com/gmod-load.php (copy/paste url into browser url bar, clicking it will display error).

« Last Edit: September 18, 2014, 01:02:22 PM by PAL-18 »

Offline Caustic Soda-Senpai

  • Sr. Member
  • ****
  • Posts: 469
  • Karma: 54
  • <Insert something clever here>
    • Steam Page
Re: ULX Motd Broken
« Reply #14 on: September 18, 2014, 08:17:38 PM »
Do you have the latest ULX? If so, try reinstalling a fresh copy.
Once you get to know me, you'll find you'll have never met me at all.