Welcome to the RaGEZONE - MMORPG development forums.

Travian P-Alpha 2.03 (All bases support)

This is a discussion on Travian P-Alpha 2.03 (All bases support) within the Travian Releases forums, part of the Travian category; Originally Posted by akakori As i said there will be an installation script.. and dude.. if u have a singular ...

Page 5 of 55 FirstFirst 1234567891011121315 ... LastLast
Results 61 to 75 of 817
  1. #61
    aka Sparkly
    Rank
    Subscriber
    Join Date
    Dec 2007
    Location
    Portugal ~
    Posts
    1,680
    Liked
    138

    Re: Actual Working Project on Travian

    Quote Originally Posted by akakori View Post
    As i said there will be an installation script.. and dude.. if u have a singular serverID,
    it would defeat the purpose.. just so that u know.. > > you are able to make accounts of the same name and email. in all servers... the passwords can be different.. i personally tried it.. i have accounts using same email and username in both s5 and s10.. zzz if u have tried it.. go ahead.. else just get off this thread and work on ur own version of the source... > >
    you didn't see my point, but k np :P
    I am working on my version of the game, I just don't take it seriously at all.
    I'm just trying to help out man, nothing against you or your project :p It was about time someone less-lazy than me to take over this area. I'll keep an eye on your progress, gl bro

  2. #62
    akakori
    Rank
    Member +
    Join Date
    Apr 2008
    Posts
    606
    Liked
    124

    Re: Actual Working Project on Travian

    Quote Originally Posted by Sparkly View Post
    you didn't see my point, but k np :P
    I am working on my version of the game, I just don't take it seriously at all.
    I'm just trying to help out man, nothing against you or your project :p It was about time someone less-lazy than me to take over this area. I'll keep an eye on your progress, gl bro

    i got your point... if it was a shared database defined by a serverid access.. u would only need 1 table.. but there comes a problem..

    each server has 640k village (officially)
    if u pack 10 servers in 1 database.. it would consist of 6.4m lines of sql.. and thats just the world data.. although it would be easier to calculate the active users..
    but freat not.. i have already thought about how to keep track of them..

    ---------- Post added at 10:31 AM ---------- Previous post was at 09:53 AM ----------

    if anyone has the time.. can someone grab the whole manual.php down? lol..

    as in page by page.. i have uploaded a few sample in the svn.. create a patch for me.. credits will be given of course.. its really simple just get what ever is between body to body..

  3. #63
    [snɹıʌ˙ʇuǝɾoɹʇ]
    Rank
    Member +
    Join Date
    Jun 2008
    Location
    LocalHost
    Posts
    511
    Liked
    2

    Re: Travian P-Alpha 2.03 (All bases support)

    i have problem on page Register & Login. [ Hosting ]
    Code:
    Fatal error: Call to undefined function mysqli_connect() in /home/r0ck/public_html/s1/include/database.php on line 8
    constant.php
    Code:
    //SQL Server Defination
    define("SQL_SERVER", "localhost");
    define("SQL_USER", "r0ck_test");
    define("SQL_PASS", "testing");
    define("SQL_DB", "r0ck_test");
    define("TB_PREFIX", "s1_");
    maybe my database.php problem :
    Code:
    		$this->connection = mysqli_connect(SQL_SERVER, SQL_USER, SQL_PASS, SQL_DB) or die(mysqli_error());
    user vertrigoserv work. but in register completed got problem :
    Code:
    Fatal error: Call to undefined method mysqli_result::fetch_all() in C:\Program Files\VertrigoServ\www\2\s1\include\functions.php on line 59
    then can't login account :|
    this script not working for hosting ?
    Last edited by wanbotak; 11-12-09 at 12:39 PM.

  4. #64
    iNewLegend , Leo123
    Rank
    Member +
    Join Date
    Apr 2006
    Location
    Холон, Isr
    Posts
    735
    Liked
    199

    Re: Travian P-Alpha 2.03 (All bases support)

    SVN
    http://194.213.4.83:55924/svn/travian/
    infos for everyone download able
    user : _all
    pass : _all

    ---------- Post added at 07:22 AM ---------- Previous post was at 07:17 AM ----------

    i update me edtttion Legend_Ed login overlay fixed from sql now working on signup

    ---------- Post added at 07:27 AM ---------- Previous post was at 07:22 AM ----------

    web http://194.213.4.83/project/

    demo of my ED
    http://194.213.4.83/demo/
    soon i will make a demo of akroki eddtion bcoz he not online now.
    Last edited by zolamu; 11-12-09 at 02:32 PM.
    My msn : iNewLegend@gmail.com

    i leave ragezone for most imported things in universe
    LINK : https://www.facebook.com/goldnumber777
    My team history: [LST] , [CzF], [UCD], [BoR]
    Leo123[BoR]

  5. #65
    Registered
    Rank
    Member
    Join Date
    Sep 2008
    Posts
    23
    Liked
    0

    Re: Travian P-Alpha 2.03 (All bases support)

    when i reg i get this
    Fatal error: Call to undefined method mysqli_result::fetch_all() in D:\xampp\htdocs\s1\include\functions.php on line 59
    why?

  6. #66
    [snɹıʌ˙ʇuǝɾoɹʇ]
    Rank
    Member +
    Join Date
    Jun 2008
    Location
    LocalHost
    Posts
    511
    Liked
    2

    Re: Travian P-Alpha 2.03 (All bases support)

    need more fix :|

  7. #67
    akakori
    Rank
    Member +
    Join Date
    Apr 2008
    Posts
    606
    Liked
    124

    Re: Travian P-Alpha 2.03 (All bases support)

    Quote Originally Posted by wanbotak View Post
    i have problem on page Register & Login. [ Hosting ]
    Code:
    Fatal error: Call to undefined function mysqli_connect() in /home/r0ck/public_html/s1/include/database.php on line 8
    constant.php
    Code:
    //SQL Server Defination
    define("SQL_SERVER", "localhost");
    define("SQL_USER", "r0ck_test");
    define("SQL_PASS", "testing");
    define("SQL_DB", "r0ck_test");
    define("TB_PREFIX", "s1_");
    maybe my database.php problem :
    Code:
            $this->connection = mysqli_connect(SQL_SERVER, SQL_USER, SQL_PASS, SQL_DB) or die(mysqli_error());
    user vertrigoserv work. but in register completed got problem :
    Code:
    Fatal error: Call to undefined method mysqli_result::fetch_all() in C:\Program Files\VertrigoServ\www\2\s1\include\functions.php on line 59
    then can't login account :|
    this script not working for hosting ?

    Your php server never have mysqli enabled? = ="

  8. #68
    Member
    Rank
    Member
    Join Date
    Dec 2003
    Location
    ARGENTINA
    Posts
    26
    Liked
    0

    Re: Travian P-Alpha 2.03 (All bases support)

    Akakori, can u give me, a README.txt ?
    I dont know how to install it, or how to do for test it.
    I got Mysql and Apache, but i dont know how to do... Can help me ?

  9. #69
    [snɹıʌ˙ʇuǝɾoɹʇ]
    Rank
    Member +
    Join Date
    Jun 2008
    Location
    LocalHost
    Posts
    511
    Liked
    2

    Re: Travian P-Alpha 2.03 (All bases support)

    Quote Originally Posted by akakori View Post
    Your php server never have mysqli enabled? = ="
    OMG! hosting server not support mysqli T.T

  10. #70
    Banned
    Rank
    Banned
    Join Date
    Jan 2007
    Location
    Perth, Western
    Posts
    2,456
    Liked
    74
    Gamertag: Maxtraxv3 PSN ID: maxtraxv3 Steam ID: maxtraxv3

    Re: Travian P-Alpha 2.03 (All bases support)

    lol both dont work atm

    akakori_ED: dorf2.php not done but it is a work in progress(as in farms work but not vilage yet)

    Legend_ED: wont let ya register
    Code:
    Warning: include(Server/Signup/Big/s10-signup-big.tpl) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\Travian_LED\template\overlay-signup.tpl on line 6
    
    Warning: include() [function.include]: Failed opening 'Server/Signup/Big/s10-signup-big.tpl' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\Travian_LED\template\overlay-signup.tpl on line 6
    
    Warning: include(Server/Signup/Big/s5-signup-big.tpl) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\Travian_LED\template\overlay-signup.tpl on line 7
    
    Warning: include() [function.include]: Failed opening 'Server/Signup/Big/s5-signup-big.tpl' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\Travian_LED\template\overlay-signup.tpl on line 7
    
    Warning: include(Server/Signup/Small/s3-signup-small.tpl) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\Travian_LED\template\overlay-signup.tpl on line 8
    
    Warning: include() [function.include]: Failed opening 'Server/Signup/Small/s3-signup-small.tpl' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\Travian_LED\template\overlay-signup.tpl on line 8
    
    Warning: include(Server/Signup/Small/s4-signup-small.tpl) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\Travian_LED\template\overlay-signup.tpl on line 9
    
    Warning: include() [function.include]: Failed opening 'Server/Signup/Small/s4-signup-small.tpl' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\Travian_LED\template\overlay-signup.tpl on line 9
    tho the files are there
    Last edited by MAXTRAXv3; 12-12-09 at 10:58 AM.

  11. #71
    akakori
    Rank
    Member +
    Join Date
    Apr 2008
    Posts
    606
    Liked
    124

    Re: Travian P-Alpha 2.03 (All bases support)

    dorf2.php the village building is really shitty.. i cant get all the buildings build unless i play the game for a while.. lol... i am fixing the avaliable building... other than that there are more work to be done on dorf2.. marjority of the supportive code are there.. just need the buildings to be fully supported

    ---------- Post added at 10:37 PM ---------- Previous post was at 10:31 PM ----------

    oh yea.. legend ed is still being work on by him for optimization.. well.. thats what i know.. if ur hosting doesnt have mysqli.. i cant do much abt it for now.. there isnt much time for me to fix it.. right now

  12. #72
    Omega
    Rank
    Omega
    Join Date
    Dec 2006
    Posts
    6,842
    Liked
    95

    Re: Travian P-Alpha 2.03 (All bases support)

    no karte.php?

  13. #73
    akakori
    Rank
    Member +
    Join Date
    Apr 2008
    Posts
    606
    Liked
    124

    Re: Travian P-Alpha 2.03 (All bases support)

    karte would be the map right... i am working on it.. cause i am combining it with the alliance and the enemies.. etc.. =) i already got the message system down..

  14. #74
    Omega
    Rank
    Omega
    Join Date
    Dec 2006
    Posts
    6,842
    Liked
    95

    Re: Travian P-Alpha 2.03 (All bases support)

    I hope u can do it, i got a smilair game, with x-y but could never think how to make map shit.

  15. #75
    Banned
    Rank
    Banned
    Join Date
    Sep 2006
    Location
    127.0.0.1
    Posts
    691
    Liked
    21
    Gamertag: Lynerus

    Re: Travian P-Alpha 2.03 (All bases support)

    Quote Originally Posted by akakori View Post
    Your php server never have mysqli enabled? = ="
    i have mysqli and im getting the same error soon as you register it says it and when you try to login it reloads the page and that's it :P

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •