• Print

Author Topic: ULX don't work  (Read 4950 times)

0 Members and 1 Guest are viewing this topic.

Offline yanis92160

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
ULX don't work
« on: March 07, 2016, 10:03:17 am »
Hey!

 I just buy a dedicated servers running with ubuntu and i am now making my servers but something is wrong, everythink work except ULX and ULIB: no "!menu" and no message appaers i don't know what to do ... I copied ULIX and ULIB files inside the addons folder but nothing work.
I would like to know if you can help me .

Thanx,

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: ULX don't work
« Reply #1 on: March 07, 2016, 11:53:47 am »
You say this is a dedicated server? So hopefully you know your way around a shell prompt.

Could you change directories to the addons/ directory in your server and run this command, then paste its output?
Code: Bash
  1. ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/   /' -e 's/-/|/'

I'm sorry it's so long, but it's platform independent. Alternatively, please run this in the same directory if you want it to be simpler:
Code: Bash
  1. sudo apt-get update && \
  2.   sudo apt-get install tree && \
  3.   tree -d
« Last Edit: March 07, 2016, 11:55:45 am by Bytewave »
bw81@ulysses-forums ~ % whoami
Homepage

Offline roastchicken

  • Respected Community Member
  • Sr. Member
  • *****
  • Posts: 476
  • Karma: 84
  • I write code
Re: ULX don't work
« Reply #2 on: March 07, 2016, 02:53:54 pm »
Bytewave, would you mind explaining what those commands do? I'm not sure about other people, but I certainly wouldn't run some command on my server if I didn't know what it did.

I know they're not malicious since they just use ls, grep, and sed, but someone who didn't know what those commands did might not.

Also: you say it's so long because it's platform independent? I'm not sure if you just mean linux distros, but ls is not a command on windows. I don't believe grep or sed are, either.
« Last Edit: March 07, 2016, 03:00:56 pm by roastchicken »
Give a man some code and you help him for a day; teach a man to code and you help him for a lifetime.

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: ULX don't work
« Reply #3 on: March 07, 2016, 06:14:15 pm »
Bytewave, would you mind explaining what those commands do? I'm not sure about other people, but I certainly wouldn't run some command on my server if I didn't know what it did.

I know they're not malicious since they just use ls, grep, and sed, but someone who didn't know what those commands did might not.

Also: you say it's so long because it's platform independent? I'm not sure if you just mean linux distros, but ls is not a command on windows. I don't believe grep or sed are, either.
I suppose I meant environment independent. He said he was on a Ubuntu server, so I'm assuming Linux here.

The above command will generate a tree-based structure of the current directory layout, much like tree on Windows. It'll look something like this:
Code: [Select]
/directory
|-- subdirectory1
|-- subdirectory2
|   `-- subdirectory2-1
|-- etc
« Last Edit: March 08, 2016, 08:09:59 am by Bytewave »
bw81@ulysses-forums ~ % whoami
Homepage

Offline Conner Josh

  • Newbie
  • *
  • Posts: 5
  • Karma: -7
Re: ULX don't work
« Reply #4 on: March 31, 2016, 12:48:33 am »
Reinstall Ulx

And make sure it in flie path to server
 >:(

  • Print