Author Topic: MegaGlest Website  (Read 35831 times)

ElimiNator

  • Airship
  • ********
  • Posts: 3,391
  • The MegaGlest Moder.
    • View Profile
Re: MegaGlest Website
« Reply #175 on: 19 March 2011, 04:12:52 »
Then have "MegaGlest - The free, open source RTS".
Get the Vbros': Packs 1, 2, 3, 4, and 5!

ultifd

  • Airship
  • ********
  • Posts: 4,443
  • The Glest Video Guy :) The one and only. :P
    • View Profile
    • My Youtube Channel
Re: MegaGlest Website
« Reply #176 on: 8 May 2011, 06:56:33 »
3D RTS, the 3D part is important.  ;D

Does anyone have problems with the website? Currently it shows this error for me, and I have cleared my cache and etc.
Code: [Select]
Warning: include([redacted]/megaglest/website/config.php) [function.include]: failed to open stream: Permission denied in[redacted]/megaglest/website/lib/config.functions.php on line 88

Warning: include() [function.include]: Failed opening '[redacted]/megaglest/website/config.php' for inclusion (include_path='[redacted]') in [redacted]/megaglest/website/lib/config.functions.php on line 88
Database Connection Failed
Error: Access denied for user '[redacted]'@'[redacted]' (using password: YES) (1045)
Function Performed: CONNECT
Host/DB: [redacted]/[redacted]
Database Type: mysql

Fatal error: Attempt to connect to database [redacted] on [redacted]@[redacted] failed in [redacted]/megaglest/website/lib/adodb.functions.php on line 85

Edit (tomreyn): Edited out some sensitive information on the host, as disclosed by this error message.

tomreyn

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
Re: MegaGlest Website
« Reply #177 on: 8 May 2011, 07:04:47 »
This should now been fixed. Thans for reporting.
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

ultifd

  • Airship
  • ********
  • Posts: 4,443
  • The Glest Video Guy :) The one and only. :P
    • View Profile
    • My Youtube Channel
Re: MegaGlest Website
« Reply #178 on: 28 July 2011, 07:40:39 »
Hmm...Somethings wrong with the Forum Post times at the site.

Coldfusionstorm

  • Golem
  • ******
  • Posts: 868
    • View Profile
Re: MegaGlest Website
« Reply #179 on: 28 July 2011, 09:47:13 »
And have been for quite some time :S
WiP Game developer.
I do danish translations.
"i break stuff"

Omega

  • MegaGlest Team
  • Dragon
  • ********
  • Posts: 6,167
  • Professional bug writer
    • View Profile
    • Personal site
Re: MegaGlest Website
« Reply #180 on: 29 July 2011, 03:42:24 »
Not entirely sure what you refer to, though it could be a timezone issue. The glest servers are located in USA, but the server timezone is UTC, and being called as it is, it would always return server time, not any set time, though that shouldn't be an issue the relative times it uses there. It may be something to do with caching, or the way that the server gets the information from the Glest Board.

In another topic, you should consider updating the images. The simple animated GIFs could be replaced a better quality Javascript controlled PNG "slider". For example, changing the opacity of two overlapping elements with a timer can allow for some very nice image fading, and PNG will give a massive quality boost (GIF fails for images that should be true color, and should never be used for such). Actually, since your images do not contain transparency, you could reduce the filesize further with JPG. You could combine this with image sprites (a "slider" of this kind is best done with setting the images as backgrounds on overlapping divs anyway) for faster loading (of all images in whole, though, not the in-order loading that GIFs have).
Edit the MegaGlest wiki: http://docs.megaglest.org/

My personal projects: http://github.com/KatrinaHoffert

tomreyn

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
Re: MegaGlest Website
« Reply #181 on: 29 July 2011, 10:02:36 »
Thanks for the hint on the forums module on the MegaGlest website displaying outdated information. I do not visit the web page too regularly so it's good when someone actually reports such issues.
Cygal and I discussed this a little on IRC today - on first sight it seems that this issue is related to the forum upgrade and API changes. I've commented out the forum module in the HTML code for now (it is still getting produced, though).

Omega: Thanks for your suggestions on how to improve the website. If you can provide these optimisations and they do not exclude more people than we already do (think accessibility, think noscript) and do not look worse than what we have now then I'll be happy to use those to replace the current contents.
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·