Lunia (CN) again

Page 9 of 18 FirstFirst 1234567891011121314151617 ... LastLast
Results 121 to 135 of 267
  1. #121
    Alpha Member terzo is offline
    MemberRank
    Sep 2007 Join Date
    BrazilLocation
    1,608Posts

    Re: Lunia (CN) again

    added, wop! fixed again the lobby error :)

  2. #122
    Enthusiast UncleWill is offline
    MemberRank
    Feb 2011 Join Date
    BrazilLocation
    28Posts

    Re: Lunia (CN) again

    Terzo, how you solved the Lobby Error?

    And about the problem with Auth Publisher, how you solved?

    You're able to run the server with the skills and shop work?

  3. #123
    Alpha Member terzo is offline
    MemberRank
    Sep 2007 Join Date
    BrazilLocation
    1,608Posts

    Re: Lunia (CN) again

    Im running a server with skills and items working, i dont have tryed to use the SHOP at time, i will try and post an update

  4. #124
    Member andirew is offline
    MemberRank
    Jan 2011 Join Date
    71Posts

    Re: Lunia (CN) again

    Has anyone figured out how the binaryconverter works?
    I have it but have no clue how it works.
    Or the commands

  5. #125
    Apprentice LuniaFreak is offline
    MemberRank
    Mar 2011 Join Date
    8Posts

    Re: Lunia (CN) again

    nevermind x: (ignore this post)
    Last edited by LuniaFreak; 06-04-11 at 11:35 AM.

  6. #126
    Member MadCatZA is offline
    MemberRank
    Aug 2009 Join Date
    South AfricaLocation
    51Posts

    Re: Lunia (CN) again

    When you guys are done. Could you please post a new thread (And possibly look at getting this games own section) with links partaining to all the fixes. I would like to test working files, and depending on that help further develop the game. Having to fix them again while someone else has allready done the deed is just retarded. Thanks.
    Last edited by MadCatZA; 07-04-11 at 01:30 PM.

  7. #127
    Apprentice LuniaFreak is offline
    MemberRank
    Mar 2011 Join Date
    8Posts

    Re: Lunia (CN) again

    Hey Guys,
    After fixing several errors in the Lobby, it seems to be unable to authorize properly. What am I doing wrong?
    nevermind fixed it^^
    Attached Thumbnails Attached Thumbnails screenshot-2011-04-07-at  
    Last edited by LuniaFreak; 07-04-11 at 03:06 PM.

  8. #128
    Enthusiast UncleWill is offline
    MemberRank
    Feb 2011 Join Date
    BrazilLocation
    28Posts

    Re: Lunia (CN) again

    When you guys are done. Could you please post a new thread (And possibly look at getting this games own section) with links partaining to all the fixes. I would like to test working files, and depending on that help further develop the game. Having to fix them again while someone else has allready done the deed is just retarded. Thanks.
    I agree, because I know several guys who could fix some problems with the server, but never shared the solution.

    Hey Guys,
    After fixing several errors in the Lobby, it seems to be unable to authorize properly. What am I doing wrong?
    nevermind fixed it^^
    I get this problem too and I learned of other cases with the same error, but do not know the solution. We could be solving other problems and further contributing to the development of a private Lunia, but some guys who know how to solve this problem, are not sharing the resolution ...

    Anyway, I have no time to test the server at the moment but if I can solve the problem, I'll post the solution.

  9. #129
    Apprentice Endreo is offline
    MemberRank
    Sep 2007 Join Date
    11Posts

    sad Re: Lunia (CN) again

    Help me please

    Error trying to enter the square.
    Attached Thumbnails Attached Thumbnails error.jpg   0408065331.jpg  

  10. #130
    Proficient Member hodias is offline
    MemberRank
    Apr 2009 Join Date
    BrazilLocation
    191Posts

    Re: Lunia (CN) again

    help me with a server files because the server is corrupted this stage (stage / data / database). who could help me?

  11. #131
    Apprentice Robotex is offline
    MemberRank
    Apr 2005 Join Date
    ItalyLocation
    13Posts

    Re: Lunia (CN) again

    I'm working on a MySQL porting if anyone is interested (not tied to microsoft's SQL cr*p)
    Posted via Mobile Device

  12. #132
    Proficient Member hodias is offline
    MemberRank
    Apr 2009 Join Date
    BrazilLocation
    191Posts

    Re: Lunia (CN) again

    help me, erro in logged square, post solution please

  13. #133
    Member andirew is offline
    MemberRank
    Jan 2011 Join Date
    71Posts

    Re: Lunia (CN) again

    Quote Originally Posted by Robotex View Post
    I'm working on a MySQL porting if anyone is interested (not tied to microsoft's SQL cr*p)
    Posted via Mobile Device
    Robotox
    Im interested, But in a different way.
    Add me up
    andirew_karate@Hotmail.com

  14. #134
    Apprentice Robotex is offline
    MemberRank
    Apr 2005 Join Date
    ItalyLocation
    13Posts

    Re: Lunia (CN) again

    Man, it's Robotex, not Robotox...
    Anyway it won't be a fast task, as every query/stored procedure has to be translated into its corresponding mysql version
    The mysql version would look something like this
    Code:
    CREATE TABLE Connections
    	(serverCode	smallint NOT NULL,
    	serverName	varchar(50) NOT NULL,
    	connectionCount int NOT NULL,
    	lastUpdated timestamp NOT NULL);
    	
    	
    ALTER TABLE Connections
    CHANGE lastUpdated lastUpdated timestamp DEFAULT CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
    DROP PRIMARY KEY,
    ADD PRIMARY KEY (serverCode, serverName);
    
    
    class DBOListSquareStatus extends DBProcedure
    {
    	public function __construct()
    	{
    		parent::__construct();
    		$this->query = 'SELECT a.squareName, a.connectionCount, a.capacity, a.accessLevel FROM SquareStages AS a  INNER JOIN StageServers AS b ON a.serverName = b.serverName ORDER BY a.squareName';
    		$this->ExecuteQuery();
    	}
    }
    Last edited by Robotex; 10-04-11 at 07:50 AM.

  15. #135
    Proficient Member hodias is offline
    MemberRank
    Apr 2009 Join Date
    BrazilLocation
    191Posts

    Re: Lunia (CN) again

    erro fixed, tnx



Advertisement