Welcome to the RaGEZONE - MMORPG development forums.

Rogue Universe 0.7.3 *UPDATED*

This is a discussion on Rogue Universe 0.7.3 *UPDATED* within the OGame Releases forums, part of the OGame category; Originally Posted by UndergroundMan ACS???? Great :) But ... i have problem with left menu :( ... don't have admin ...

Page 5 of 29 FirstFirst 1234567891011121315 ... LastLast
Results 61 to 75 of 427
  1. #61
    Member
    Rank
    Member
    Join Date
    Dec 2008
    Posts
    96
    Liked
    7

    Re: Rogue Universe 0.7 *UPDATED*

    Click
    Quote Originally Posted by UndergroundMan View Post
    ACS???? Great :)

    But ... i have problem with left menu :( ... don't have admin link at all ... last thing in menu is "Chat".

    How to fix this? :)
    looks like you're not showing the bottom portion of the menu
    you can change your screen resolution to show it, or you can change the frames.php to allow scrolling of the left menu..
    change
    scrolling=\"no\"
    to
    scrolling=\"auto\"

    the scrollbar looks pretty awful there in the middle of your screen, so I would recommend changing your resolution...

  2. #62
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2007
    Posts
    119
    Liked
    0

    Re: Rogue Universe 0.7 *UPDATED*

    yup.. needed to say, i've optimised my version for firefox and a resolution of 1280x1024...

  3. #63
    Registered
    Rank
    Member
    Join Date
    Mar 2008
    Posts
    8
    Liked
    0

    Re: Rogue Universe 0.7.1 *NEW*

    Super script!!!!!!!!!!!!!!!!!!!!!!!!!!
    СПАСИБО ОГРОМНОЕ!!!!!!

  4. #64
    Registered
    Rank
    Member
    Join Date
    Dec 2008
    Posts
    8
    Liked
    0

    Re: Rogue Universe 0.7.1 *NEW*

    Quote Originally Posted by PDude View Post
    Ive removed ACS again.. it sucks bigtime..BUT without ACS...
    Buuuuuuuuuuuu

    Just kidding, I've notice that ACS dosn't work at all

    Quote Originally Posted by PDude View Post
    yup.. needed to say, i've optimised my version for firefox and a resolution of 1280x1024...
    Buuuuuuuuuuuuu again

    What about us ... a normal people


    Keep good work man

  5. #65
    Member
    Rank
    Member
    Join Date
    Mar 2008
    Posts
    44
    Liked
    0

    Re: Rogue Universe 0.7.1 *NEW*

    and as I can for the server's error in freehostia.com it on port 80 and the problem and to HTCACCESS
    Last edited by killerzone; 14-01-09 at 07:53 PM.

  6. #66
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2007
    Posts
    119
    Liked
    0

    Re: Rogue Universe 0.7.2 *NEW Release*

    the latest version works.. just got some design flaws im working on right now..
    freehostia.com sucks... i tried using it last night and it just doesnt work.
    dont know about paid webhosting they got but the free hosting is to restricted i guess...
    Last edited by PDude; 15-01-09 at 08:59 AM.

  7. #67
    Member
    Rank
    Member
    Join Date
    Mar 2008
    Posts
    44
    Liked
    0

    Re: Rogue Universe 0.7.2 *NEW Release*

    Quote Originally Posted by PDude View Post
    the latest version works.. just got some design flaws im working on right now..
    freehostia.com sucks... i tried using it last night and it just doesnt work.
    dont know about paid webhosting they got but the free hosting is to restricted i guess...
    Goin to try new host to test .





    Hello now the Alliance is working but when it goes to accept the application does not appear anything
    Last edited by killerzone; 15-01-09 at 08:28 PM.

  8. #68
    Registered
    Rank
    Member
    Join Date
    Oct 2008
    Posts
    7
    Liked
    0

    Cool Re: Rogue Universe 0.7.3 *UPDATED*

    well everything works except for the registration page :/ hmmph

  9. #69
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2007
    Posts
    119
    Liked
    0

    Re: Rogue Universe 0.7.3 *UPDATED*

    guess u cant get the captcha to work...
    u can disable it if u dont want it tho..
    In reg.php find:
    PHP Code:
    if ($securimage->check($_POST['captcha_code']) == false) {
      die(
    'The code you entered was incorrect.  Go back and try again.');

    Change it to:
    PHP Code:
    /*
    if ($securimage->check($_POST['captcha_code']) == false) {
      die('The code you entered was incorrect.  Go back and try again.');
    }
    */ 
    And in registry_form.tpl find:
    PHP Code:
    <tr>
    <
    th><img id="captcha" src="/securimage/securimage_show.php" alt="CAPTCHA Image" /><br><a href="#" onclick="document.getElementById('captcha').src = '/securimage/securimage_show.php?' + Math.random(); return false">Reload Image</a></th>
    <
    th><input type="text" name="captcha_code" size="10" maxlength="6" /></th>

    </
    tr
    And change it to:
    PHP Code:
    /*
    <tr>
    <th><img id="captcha" src="/securimage/securimage_show.php" alt="CAPTCHA Image" /><br><a href="#" onclick="document.getElementById('captcha').src = '/securimage/securimage_show.php?' + Math.random(); return false">Reload Image</a></th>
    <th><input type="text" name="captcha_code" size="10" maxlength="6" /></th>

    </tr>
    */ 
    Why just comment it out? You never know if u want it later on...
    If u run your own webserver i'd say enable gd2 module in php.ini.
    Its called extension=php_gd2.dll and prolly got a ";" infront of it..

    Or u can wait til tomorrow when im getting a new release out with some additional fixes and new content.
    Incl. ABR. ;)

  10. #70
    Registered
    Rank
    Member
    Join Date
    Oct 2008
    Posts
    7
    Liked
    0

    Cool Re: Rogue Universe 0.7.3 *UPDATED*

    I will do that, looking forward to it. Very nice released so far, keep it up man! :)

  11. #71
    Siberian Snow
    Rank
    Member +
    Join Date
    Feb 2008
    Location
    Russia
    Posts
    246
    Liked
    0

    Re: Rogue Universe 0.7.3 *UPDATED*

    thank you! great release. waiting for 0.7.4

  12. #72
    Registered
    Rank
    Member
    Join Date
    Dec 2008
    Posts
    8
    Liked
    0

    Talking Re: Rogue Universe 0.7.3 *UPDATED*

    Look PDude, MadnessRed is here ... you can ask him about ACS



    Am I evil or what

  13. #73
    Member
    Rank
    Member
    Join Date
    Mar 2008
    Posts
    44
    Liked
    0

    Re: Rogue Universe 0.7.3 *UPDATED*

    Hello need that file and switch to the star's off death function.

    and the time of construction of ships this very rapid change as??


  14. #74
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2007
    Posts
    119
    Liked
    0

    Re: Rogue Universe 0.7.3 *UPDATED*

    building times depends on speed server settings and if u got 10+ in robotics, 10+ in nanite factory and all officers, waiting time is almost none...

  15. #75
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2007
    Posts
    119
    Liked
    0

    Re: Rogue Universe 0.7.3 *UPDATED*

    Quote Originally Posted by UndergroundMan View Post
    Look PDude, MadnessRed is here ... you can ask him about ACS



    Am I evil or what
    I might.. but as of now im not sure about if i want to include it just yet anyways...
    Ive chosen to prioritize design and alot of other features...
    IF i do change my mind on adding it i'll prolly give MadnessRed a holler...

 

 

Posting Permissions

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