Cirkus Serveri Forum
    • CoD4xAdmin
    • Recent
    • Popular
    • Groups
    • Users
    • Register
    • Login

    Where to download julia plugin and screenshot sender

    Scheduled Pinned Locked Moved
    Support
    4
    35
    6.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User
      last edited by A Former User

      I will try that link. But its still confusing.

      You say in tutorial Download and install CoD4 server files (only once) after first Application install

      I have four servers. What am I doing?

      3599f488-4180-4486-a061-5aa67b810962-image.png

      This is one of my directories. Should i copy all of that? to ? Why do i need another folder main-server-files?

      @NeHo said in Where to download julia plugin and screenshot sender:

      @FMJ-Smiley You have probably 4 times uploaded 4gb files for every server, I use symlinks, I only upload once the cod4 server files to main-server-files folder and then symlink every new server what I create with those files

      Thats fine I have the space and no problem for me.

      NeHoN 2 Replies Last reply Reply Quote 0
      • NeHoN
        NeHo Administrators @A Former User
        last edited by

        @FMJ-Smiley You have probably 4 times uploaded 4gb files for every server, I use symlinks, I only upload once the cod4 server files to main-server-files folder and then symlink every new server what I create with those files

        I keep hitting the 'Escape' key - but I'm still here. ...

        1 Reply Last reply Reply Quote 0
        • R
          ravindu2500
          last edited by

          @NeHo Hello if I have already installed COD4 server, How to add that to web admin application.? how to give path for the cod4 server files. because my cod4 installed path is /var/www/html/cod4/

          NeHoN 1 Reply Last reply Reply Quote 0
          • NeHoN
            NeHo Administrators @A Former User
            last edited by

            @FMJ-Smiley If you would like to use my application then you have to use my logic, I like to save space and time when I work. So lets say I want to update my plugins, or my main cod4x bin file, I have to update it only once in my main-server-files folder and thats it, since all my servers are symlinked with that main-server-files folder they are also all updated.

            my application works only if you use my logic because that's how I wrote it and that's how it will work

            I keep hitting the 'Escape' key - but I'm still here. ...

            ? 1 Reply Last reply Reply Quote 0
            • ?
              A Former User @NeHo
              last edited by

              @NeHo said in Where to download julia plugin and screenshot sender:

              @FMJ-Smiley If you would like to use my application then you have to use my logic, I like to save space and time when I work. So lets say I want to update my plugins, or my main cod4x bin file, I have to update it only once in my main-server-files folder and thats it, since all my servers are symlinked with that main-server-files folder they are also all updated.

              my application works only if you use my logic because that's how I wrote it and that's how it will work

              I totally understand that and in time i would use that same logic of saving space. But for now I just want to add at least one server to your application. I cant. My question about can your application point/see my already installed directories has got hidden in this thread. 🙂

              So shall i create that main-server-files folder and put my 4 installations in there? How will webadmin see that

              1 Reply Last reply Reply Quote 0
              • NeHoN
                NeHo Administrators @ravindu2500
                last edited by NeHo

                @ravindu2500 said in Where to download julia plugin and screenshot sender:

                @NeHo Hello if I have already installed COD4 server, How to add that to web admin application.? how to give path for the cod4 server files. because my cod4 installed path is /var/www/html/cod4/

                Lets make this your main-server-files (make sure that this belongs to your linux user)

                /var/www/html/cod4/
                

                To make it main-server files you would need to rename cod4 to main-server-files

                So now that we know where your main server files will be we can change the config.json file to fit it

                Change this line to https://github.com/byNeHo/CoD4x-WebAdmin/blob/master/app/config/config.json#L55

                "servers_root" : "/var/www/html"
                

                This line to (Later on if you want to compile cod4x bin file you can do it with 1 click) https://github.com/byNeHo/CoD4x-WebAdmin/blob/master/app/config/config.json#L59

                "dir_root" : "/var/www/html/CoD4x_Server-master",
                

                make sure that this var/www/html folder belongs to this sudo user

                https://github.com/byNeHo/CoD4x-WebAdmin/blob/master/app/config/config.json#L48

                If you made all this changes navigate on the website to the admin panel and create a new local server. if it works as it should then you will have a new cod4 server here /var/www/html/cod4-your_port_for_this_server

                I keep hitting the 'Escape' key - but I'm still here. ...

                R 1 Reply Last reply Reply Quote 0
                • R
                  ravindu2500 @NeHo
                  last edited by

                  @NeHo Thanks ❤ i i will try that

                  1 Reply Last reply Reply Quote 0
                  • NeHoN
                    NeHo Administrators
                    last edited by

                    If it doesn't work let me know, you can always see the errors with runing command

                    pm2 log all
                    

                    When that server is created, you have to manually change the server.cfg file with yours, change server_name add plugin julia 3 lines etc ...

                    If you have main_shared folder with some gsc scripts for the new server what you have just created upload it there.

                    If you use mod, then upload the mod to main-server-files folder

                    But I can help you with that part when you manage to add and start the newly created server

                    I keep hitting the 'Escape' key - but I'm still here. ...

                    1 Reply Last reply Reply Quote 0
                    • ?
                      A Former User
                      last edited by

                      Ok, In my public html folder i have directory main-server-files. Inside there I have cod_28970. Inside there i have full cod4x installation copied form my other installs. What am I doing wrong. Whilst i FULLY appreciate all the help I am not getting anywhere. Its as clear as mud to me 🙂

                      Servers root is changed to reflect the change. I went to add local server and see nothing when i attempt to add one. Going crazy 😇

                      NeHoN 1 Reply Last reply Reply Quote 0
                      • NeHoN
                        NeHo Administrators @A Former User
                        last edited by

                        @FMJ-Smiley

                        • delete cod_28970
                        • copy required cod4 files to run the game server to main-server-files
                        • create a new server via website (when doing this run on putty pm2 log all to see if there is any error)
                        • if there is no error you should have the new server in public html folder

                        I keep hitting the 'Escape' key - but I'm still here. ...

                        1 Reply Last reply Reply Quote 0
                        • R
                          ravindu2500
                          last edited by

                          @NeHo 404 error for download files

                          7df3ecfc-8b8a-4d3e-9aa1-91f2950e236b-image.png

                          I don't know how to create a cod server using the panel. I tried this button. Am I right?

                          2ca13f49-cf41-446f-b383-851637e488d1-image.png

                          1 Reply Last reply Reply Quote 0
                          • R
                            ravindu2500
                            last edited by

                            @NeHo and another issue are how to add an external server correctly. when I typed fake Julia identity key and try to add but results are

                            b0c00268-6093-41df-82c0-70b52eb2da80-image.png

                            85b97a25-7ddc-461e-89d3-80469102abf7-image.png

                            1 Reply Last reply Reply Quote 0
                            • NeHoN
                              NeHo Administrators
                              last edited by

                              • 404 error for download files

                              This will compile a cod4x binary file, before you start please make sure you install everything what you need to do it

                              Screenshot_2020-05-02 Admin CoD4x Binary Files - Cirkus Serveri.png

                              Make sure that you activate plugin "Download cod4x files from Github". Go to settings and read the instructions for plugin configuration. You can find the plugins on Admin page.

                              Screenshot_2020-05-02 Plugins - Cirkus Serveri.png

                              404 error for download files happens when something went wrong in the background.

                              First make sure that you have the cod4x server files downloaded on your machine (the above mentioned plugin do it every day at x time), same place where you have folder "main-server-files" there should be also a new folder "CoD4x_Server-master", if you don't have "CoD4x_Server-master" then wait 24 hours until plugin "Download cod4x files from Github" do it for you.

                              For the button Get Latest Server files make sure that you have GitHub installed (we use command "git pull" here) and that you have folder "CoD4x_Server-master"

                              • how to add an external server correctly

                              You can not add non-existing servers, the IP and port need to be real, you can see the error SS what you have sent, it dont know the country for that server, that server probably doesn't exist

                              I keep hitting the 'Escape' key - but I'm still here. ...

                              1 Reply Last reply Reply Quote 0
                              • NeHoN
                                NeHo Administrators
                                last edited by

                                And please start a new topic when you have issues, this way others will also find answers on the forum if they have similar issues. Create some god title, how to compile binary files or similar, thnx

                                I keep hitting the 'Escape' key - but I'm still here. ...

                                R 1 Reply Last reply Reply Quote 0
                                • R
                                  ravindu2500 @NeHo
                                  last edited by

                                  @NeHo yeah that's great I will create new topic now 🙂

                                  1 Reply Last reply Reply Quote 0
                                  • First post
                                    Last post

                                  0

                                  Online

                                  191

                                  Users

                                  268

                                  Topics

                                  1.2k

                                  Posts
                                  Powered & Designed by NeHo