Welcome to the MMOtop - Arcemu, Mangos, Trinity.
+ Reply to Thread
Page 3 of 7 FirstFirst 1 2 3 4 5 ... LastLast
Results 21 to 30 of 65
  1. #21
    Joan's Avatar
    Status : Joan is offline
    Join Date : Feb 2010
    Location : Holland
    Posts : 348
    Thanks: 6
    Thanked 12 Times in 10 Posts
    Rep Power : 3
    Reputation:12Joan is on a distinguished road

    Default

    Are you running your webserver correctly? Have you also forwarded ports if you have any router?

    Also try the following things:

    1) does your ISP block port 80?
    2) try editing your httpd.conf file.

    Change Listen 80 to
    Listen *:80


    3) Use xampp-portcheck.exe, in your xampp's root folder, to verify your server is available on the correct ports after starting all your XAMPP components.

    4) For now you will need to change the ServerName, in the httpd.conf file, to your actual domain name:
    Servername woathena.no-ip.org:80 or woathena.no-ip.org which ever is the domain for your server now.

    (Normally this should be ServerName localhost:80 and then you would create a virtualhost container for your domain mgnyc.no-ip.biz in the httpd_vhost.conf file - by configuring your domain in the httpd.conf file you loose the XAMPP localhost Admin pages).

    DocumentRoot "C:/x/htdocs/yoursite"

    Your Directory should be where your mgnyc.no-ip.biz web site is located and the same as the docroot.
    <Directory "C:/x/htdocs/yoursite/>

    Also add this to your Windows HOSTS file:
    YOUR_WAN_IP woathena.no-ip.org

    You can find your WAN ip by going to: [Only registered and activated users can see links. ]

    And to edit your HOSTS file you have to go to c:\system 32\drivers\etc\
    In there you'll find a file named: hosts
    Right click it and edit it with any text editing program.

    To test your httpd.conf file for any errors open a command console in C:\mmopro\xampp\apache\bin folder then type in this command:
    apache -t

    It will return any errors it finds.

    Also look in the apache error.log file for any errors that may be happening at the server.
    Last edited by Joan; 03-07-2010 at 03:58 AM.

  2. The Following 2 Users Say Thank You to Joan For This Useful Post:

    hellrazor (03-09-2010), jeremi (03-07-2010)

  3. #22
    Status : jeremi is offline
    Join Date : Jul 2009
    Posts : 10
    Thanks: 1
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10jeremi is on a distinguished road

    Default

    but how can i got this web site without the donate,vote,etc... I just want acount registration

  4. #23
    Joan's Avatar
    Status : Joan is offline
    Join Date : Feb 2010
    Location : Holland
    Posts : 348
    Thanks: 6
    Thanked 12 Times in 10 Posts
    Rep Power : 3
    Reputation:12Joan is on a distinguished road

    Default

    Hmm, I'll add that feature to remove links from the menu, such as donate and vote, in my next release which will be soon

    and did you get it to work?

  5. #24
    Status : jeremi is offline
    Join Date : Jul 2009
    Posts : 10
    Thanks: 1
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10jeremi is on a distinguished road

    Default

    no i dont work, but if you make a next release thst perfect fo me.

  6. #25
    Status : hellrazor is offline
    Join Date : Jan 2010
    Posts : 29
    Thanks: 2
    Thanked 12 Times in 2 Posts
    Rep Power : 3
    Reputation:24hellrazor is on a distinguished road

    Default

    Joan very very very very very nice website its looks awsome gj on doing this website especilly for mangos since there arent many websites with those functions for mangos

    btw i wonder if you can help me i am running my host at vpsland.com windows 2003 and after downloading xampp i run apache it starts for 5seconds then it stopps :S without saying any error or something got any idea what the problem is?
    Last edited by hellrazor; 03-09-2010 at 05:43 PM.

  7. #26
    Jerry's Avatar
    Status : Jerry is offline
    Join Date : Mar 2009
    Location : Serbia
    Posts : 2,324
    Thanks: 223
    Thanked 497 Times in 284 Posts
    Rep Power : 10
    Reputation:2077Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute

    Default

    Quote Originally Posted by hellrazor View Post
    Joan very very very very very nice website its looks awsome gj on doing this website especilly for mangos since there arent many websites with those functions for mangos

    btw i wonder if you can help me i am running my host at vpsland.com windows 2003 and after downloading xampp i run apache it starts for 5seconds then it stopps :S without saying any error or something got any idea what the problem is?
    Go to your xampp folder and run xampp-portcheck and see if port 80 is in use by skype or any other program.
    If it's in use close that program and than run apache

  8. #27
    Status : hellrazor is offline
    Join Date : Jan 2010
    Posts : 29
    Thanks: 2
    Thanked 12 Times in 2 Posts
    Rep Power : 3
    Reputation:24hellrazor is on a distinguished road

    Default

    :S my mangosd.exe is running on that O.o when my mangosd.exe is off it dosnt close apache when its on it close apache :S

    it dosnt work to run in apache in an repack folder? got an apache their but dosnt seem that localhost/phpmyadmin dosnt showup
    Last edited by hellrazor; 03-09-2010 at 06:26 PM.

  9. #28
    Joan's Avatar
    Status : Joan is offline
    Join Date : Feb 2010
    Location : Holland
    Posts : 348
    Thanks: 6
    Thanked 12 Times in 10 Posts
    Rep Power : 3
    Reputation:12Joan is on a distinguished road

    Default

    Quote Originally Posted by hellrazor View Post
    :S my mangosd.exe is running on that O.o when my mangosd.exe is off it dosnt close apache when its on it close apache :S

    it dosnt work to run in apache in an repack folder? got an apache their but dosnt seem that localhost/phpmyadmin dosnt showup
    First run apache and then open mangosd.exe

    should work :P

  10. #29
    Status : hellrazor is offline
    Join Date : Jan 2010
    Posts : 29
    Thanks: 2
    Thanked 12 Times in 2 Posts
    Rep Power : 3
    Reputation:24hellrazor is on a distinguished road

    Default

    nop it dosnt if i have apache open then mangosd.exe stops loading after a while and closes

    and when i close apache it runs fine :S

    any idea how i can fix it

  11. #30
    Joan's Avatar
    Status : Joan is offline
    Join Date : Feb 2010
    Location : Holland
    Posts : 348
    Thanks: 6
    Thanked 12 Times in 10 Posts
    Rep Power : 3
    Reputation:12Joan is on a distinguished road

    Default

    Change Apache Port Number.

    1. We are going to set the apache number to 8080
    2. We have to edit the httpd.conf again.
    3. Search for "Listen 80"
    4. Change that to Listen *:8080
    5. Look for ServerName and change that whole line to ServerName woathena.no-ip.org:8080

    Now browse to [Only registered and activated users can see links. ]


 
+ Reply to Thread
Page 3 of 7 FirstFirst 1 2 3 4 5 ... LastLast

Visitors found this page by searching for:

cms mangos

mangos cms

cms wow mangos

mmotop cms

mmopromangosMaNGOS CMS Releaseдвижок для сайта mmotopmangos wow cmsSite Mangos CMSmangos cms wowinurl:mangos cmsarmory_sql_filescms mangos wowManogs CMSMaNGOS - CMSmangosCMSmmotop of USAmangos cms sitemangos tutorialmmotop internet explorermangos tortoisesvncms for mangoswow mangos cmdsmangos cms systeme
SEO Blog

Bookmarks

Posting Permissions

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