Jump to content

YeYeJuice

Advanced members
  • Content Count

    18
  • Joined

  • Last visited

Posts posted by YeYeJuice


  1. On 2/1/2024 at 8:08 AM, kyleflow said:

    Step to do ?

    Using VS 2022 Community to open the TOP.sln.

    Compile Utility

    Compile AudioSDL

    Compile Engine

    Compile Client

    Is that all? where do I find the compiled files?

     

    Hi bro, were you able to find out the exact steps to have all the client and server files working? I would like to test it with some friends.

     

    Would any DB work with these files?


  2. EDIT: PROBLEM SOLVED

     

    Hello people of this wonderful community. I am testing the CO files. After compiling the client, i notice the city music isn't playing but i have all the music files in the folder. Are CO files meant to be used without music or am i missing something?

     

    TY!

    • Thanks 1

  3. What's up yall?

     

    My chaos Argent map isn't working. The files i am using  have the lua extension for CA and the ctrl.lua is including it.

     

    This is the log the server is throwing: "/resource/garner2\ctrl.lua:3: attempt to index global 'chaospk' (a nil value)" and the same for line 13.

     

    This is how ChaosArgent.lua looks like at the start:

     

    local Notice,SystemNotice = Notice,SystemNotice

    chaospk    = chaospk or {}
    chaospk.conf    = { mapName   = 'garner2',
              saveSpawn   = 0,
              canPk       = 1,
              canTeam     = 0,
              mapType     = 3,
              mapCopy     = 1,
              chaAllow    = 100,
              canStall    = 0 }
    chaospk.entry         = { mapName   = 'Chaos Argent',
              closeTime   = 30,
              shutdown    = 45,
              hoursOpen   = 1,
              closeShow   = {60,45,30,15,10,9,8,7,6,5,4,3,2,1} }

    chaospk.pos           = { mapName   = 'Icicle Castle',
              x           = 1370,
              y           = 532,
              map         = 'darkblue' }
    chaospk.entryFee      = {
              level       = 41,
              gold        = 20000,
              rep         = 0,
              honor       = 0 }

     

    Maybe the gameserver.exe is missing an integration?

     


  4. 1 hour ago, MonkeyCode said:

    Why? SQL management studio is only a client for the DB Server. If your SSMS and exes can connect to SQL, then it is likely a configuration issue in your php files.

     

    Some common configurations I see:

    (localhost)

    .

    .\SQLEXPRESS

    127.0.0.1

    <User>\SQLEXPRESS

     

    AND WATCH OUT FOR THOSE BACK-SLASH

     

    Tried all of those but still won't connect. I also tried Perseus Web and it isn't connecting to the db as well, also some other extensions that use php aren't connecting. Somehow mssql is blocking the php connections but idk how.


  5. On 6/3/2020 at 6:16 AM, V3ct0r said:

    Hello @YeYeJuice!

     

    You can specify in config.php the full name of the instance of your MSSQL Server. You can see it in MSSQL Manager Studio program. 

    12v.png

     

    You can configure Apache + PHP. They are free and there are many guides in Google. No need to use heavy stacks like Zend or XAMPP.

    Hiya @V3ct0r, i triple checked that sql host + user + password were correct but i still get the error. It is rare because my server exes connect without any problem but php still can't connect. Also, i have all the sqlsrv drivers installed. Might there be a specific config inside sql management studio that i need to edit?


  6. 46 minutes ago, Perseus said:

    In SQL Configuration Manager, check the `SQL Server Network Configuration` Tab. Is TCP/IP Enabled there?

    image.png.c7c8cfed542ea7c8d1acb647ab4dd175.png

     

    If not, enable it.

    If it is enabled, double click the TCP/IP protocol and go to the "IP Addresses" tab.

    Look for the entry which has IP Address as your local IP (127.0.0.1) and make sure that's enabled as well.

    image.png.27fd3e35b95d6a298c943363059da387.png

    Hi!, yeah, all that was enabled already, but still getting the error 😞


  7. Whats up yall? I am trying to set up my website with xampp. I've been already setting up simple websites before, but now i am getting this Errors (depending if i use the IP directly or the SQL id name):

     

    If i use ./SQLEXPRESS, this pops up (it is the same i am using for gameserver, and gameserver has no problem when connecting to database):

    image.png.539dbfbd71ed7eb980a67429123331cd.png

     

    If i use the ip directly, i get this:

    image.png.22b6089714f50cc3d645b1e9033f0407.png

     

    Some additional information:

     

    • I am using SQL server 2014.
    • The xampp version i am using ia 1.6.8.
    • Tried this also with 5 different websites from the public archive.
    • Already opened ports 80 and 1433 and made sure no other application was using them.
    • Enabled all protocols in sql server configuration manager
    • Tried turning firewall off and it didn't work as wel.
    • Reinstalled xampp and tried different versions but it didn't work.
    • In the /SQLEXPRESS host, i also tried adding ,1433 and it didn't work

     

    Is there anything i am missing? A few weeks before i made another website and had no problems with it. Now that i am using a new vps i am getting thsi problem, kinda weird.

     

    THANKS

×
×
  • Create New...