I do not know the website address

Results 1 to 19 of 19
  1. #1
    Apprentice packman001 is offline
    MemberRank
    Dec 2013 Join Date
    15Posts

    ! I do not know the website address

    What other players can connect to my server? For me it is localhost, but for them which site?

    localhost - for me , and for other?

    I want to make public server, how can i do?
    Last edited by packman001; 27-12-13 at 05:48 PM.


  2. #2
    Valued Member zuikyys is offline
    MemberRank
    Dec 2011 Join Date
    LithuaniaLocation
    130Posts

    Re: I do not know the website address

    Just buy vps, or website and add files...

  3. #3
    Apprentice packman001 is offline
    MemberRank
    Dec 2013 Join Date
    15Posts

    Re: I do not know the website address

    I want to make the server on my PC. Please help me to make the server on my PC.
    Last edited by packman001; 28-12-13 at 10:56 AM.

  4. #4
    Member MisterPr0 is offline
    MemberRank
    Aug 2012 Join Date
    80Posts

    Re: I do not know the website address

    For other players it is also localhost or 127.0.0.1

  5. #5
    Apprentice packman001 is offline
    MemberRank
    Dec 2013 Join Date
    15Posts

    Re: I do not know the website address

    Don't work... localhost or 127.0.0.1
    Another ideaa, please?

  6. #6
    Member MisterPr0 is offline
    MemberRank
    Aug 2012 Join Date
    80Posts

    Re: I do not know the website address

    If it doesn't work your PC's are not connected in a local network

  7. #7
    Valued Member xAkira is offline
    MemberRank
    Feb 2013 Join Date
    DreamSKYLocation
    141Posts

    Re: I do not know the website address

    check your public IP
    http://www.cmyip.com/
    that address should be the one they use to connect. Also, check the port 80 and make sure it's open.
    http://www.canyouseeme.org/

  8. #8
    Apprentice packman001 is offline
    MemberRank
    Dec 2013 Join Date
    15Posts

    Re: I do not know the website address

    Thanks.
    on that site it says so:
    I could not see your service on 92.114.120.94 on port (80)

    how do I open it(port 80)?

  9. #9
    Apprentice SapphireHD is offline
    MemberRank
    Dec 2013 Join Date
    Ziri, SloveniaLocation
    10Posts

    Re: I do not know the website address

    you must port forward on your router

  10. #10
    Valued Member xAkira is offline
    MemberRank
    Feb 2013 Join Date
    DreamSKYLocation
    141Posts

    Re: I do not know the website address

    http://portforward.com/english/routers/port_forwarding/
    Take time searching around that site.

  11. #11
    Apprentice packman001 is offline
    MemberRank
    Dec 2013 Join Date
    15Posts

    Re: I do not know the website address

    I have this router: CABLE / DSL ROUTER
    Model No. TL-R402M

    how can i do port forward?
    like this?

  12. #12
    Apprentice SapphireHD is offline
    MemberRank
    Dec 2013 Join Date
    Ziri, SloveniaLocation
    10Posts

    Re: I do not know the website address

    for that u can use free domain, i have no-ip.biz check co-de :D

  13. #13
    Apprentice packman001 is offline
    MemberRank
    Dec 2013 Join Date
    15Posts

    Re: I do not know the website address

    it does not work with port forward :((, help please

  14. #14
    Apprentice SapphireHD is offline
    MemberRank
    Dec 2013 Join Date
    Ziri, SloveniaLocation
    10Posts

    Re: I do not know the website address

    I have like that


  15. #15
    Apprentice packman001 is offline
    MemberRank
    Dec 2013 Join Date
    15Posts

    Re: I do not know the website address

    We succeeded!!! THANKSSSS
    But now I have another problem!
    When you enter the ip, I have an error:
    Forbidden

    You don't have permission to access / on this server.
    Last edited by packman001; 28-12-13 at 02:59 PM.

  16. #16
    Apprentice SapphireHD is offline
    MemberRank
    Dec 2013 Join Date
    Ziri, SloveniaLocation
    10Posts

    Re: I do not know the website address

    Yes I recommend using XAMPP, but close skype because he uses the same port as xampp or wamp

  17. #17
    Apprentice packman001 is offline
    MemberRank
    Dec 2013 Join Date
    15Posts

    Re: I do not know the website address

    I have another problem: Fatal error: Maximum execution time of 30 seconds exceeded in

  18. #18
    Valued Member xAkira is offline
    MemberRank
    Feb 2013 Join Date
    DreamSKYLocation
    141Posts

    Re: I do not know the website address

    change php.ini setting.
    ]Find:
    Code:
    post_max_size = 8M
    upload_max_filesize = 2M
    max_execution_time = 30
    max_input_time = 60
    memory_limit = 8M
    
    Change to:
    post_max_size = 750M
    upload_max_filesize = 750M
    max_execution_time = 5000
    max_input_time = 5000
    memory_limit = 1000M

    You may only need to change the max_execution_time.
    Credit to yfastud
    http://forum.wampserver.com/read.php?2,28660,81982

  19. #19
    Apprentice packman001 is offline
    MemberRank
    Dec 2013 Join Date
    15Posts

    Re: I do not know the website address

    Thanksss.
    How can I edit the settings without starting from 0?



Advertisement