Author Topic: Complaint  (Read 3359 times)

0 Members and 1 Guest are viewing this topic.

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
If you like images, you could just make the front page a really big render containing all the news and stuff... :D

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
Don't tempt me. :D

That said, I'll keep this in mind. I'll probably just have a bunch of much, much smaller thumbnails in the following news posts. :)
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Bah! Just make a Hard and Light version... :nod:
-C

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
Hah! Talk about a well-placed pun. Nice one. ;)
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
It's not such a bad idea actually... ;7
-C

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
I agree. :nod: I'll talk to Cobalt about it.
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Might be able to be done with XML, or just 2 versions of the news. Should be easy to have two versions of the news...
-C

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
Could do. Darn you, now you've got my head thinking about how to implement this! :D
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Have some sort of form such as below, then the PHP in the top of the page, then the php where the news goes.

[color=orange]//The form[/color]
[color=pink]

Layout:
[/color]

[color=orange]//The code that goes at the top of the page[/color]
if($submitlayout)
{
setcookie("HLPLayout",$chlayout,time()+1892160000,"/~freespace/","dynamic.gamespy.com");
}
?>

[color=orange]//The code that goes where the news goes[/color]
if($HLPLayout=="Hard"){include("hardnews.inc");}
else{include("lightnews.inc");}
?>

Of course, if register_globals isn't turned on, you might have a problem with the script... :doubt:
-C

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
Nah, dynamic files need to be on the dynamic server... it won't work. :)
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Well, I'd post a link to Homeworld Universe as an example of how making the site on the Dynamic server isn't that bad of an idea...
BUT THE DYNAMIC2 SERVER IS DOWN! :sigh:
How about a good old-fashioned splash page? With a render, of course
-C

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
I definitely wouldn't discount the possibility - I didn't for the Array, you'll notice. :)

But, the dynamics do go down a lot more often than the main servers. :doubt:
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.