• Welcome to Valhalla Legends Archive.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - GSX

#1
Uhm, I don't believe that Warden is active on USWest.

I have been logged on for several hours without any problem, but when I connect on East, I get fried.

Nevermind, it's because I haven't reconnected in over 5 days. O_o
#2
Web Development / Re: PHP Include question
December 04, 2006, 12:00 PM
Quote from: topaz on November 30, 2006, 12:26 AM

Yes, because purchasing a Mac will surely fix your server's PHP problems.


man, i hate people like you so much.

I was kidding... Don't get your panties all in a bundle...

And I installed and uninstalled PHP probably 15 times, and I never installed it with a webserver.

I tried to at school today, and I still have the same problem.
#3
Web Development / Re: PHP Include question
November 29, 2006, 11:59 PM
I've uninstalled it and reinstalled it about 6 times, chaning various things each time... And still no workey...

Maybe I should just go buy a Mac...
#4
Web Development / Re: PHP Include question
November 29, 2006, 10:47 PM
Newb Q's

    -     What is a "mimetype"?
    -     How do I fix my downloading PHP script problem?
#5
Web Development / Re: PHP Include question
November 29, 2006, 10:25 PM
Ok, I don't know what's going on with this now... But, whenever I try to view the PHP files index.php or menu.php, it says I have to download the file... Yeah... Which is funny, because the file is right there. It says it's downloading a PHP Script?

I'm viewing it via FireFox... Any ideas there?
#6
Web Development / Re: PHP Include question
November 29, 2006, 08:41 PM
None at the moment... I was thinking I didn't have PHP installed and it was messing it up, but I installed it (I think?) and it still doesn't work...
#7
Web Development / PHP Include question
November 29, 2006, 07:49 PM
Yeah, I'm back... I gave up on coding that one gaming site, switched it to CMS... (Hahaha I'm a quitter)

But I recently came across something where I have basically the same issue...

I've read about 10 PHP tutorials, and have little to no knowledge of it. Most say you don't need PHP knowledge to use the Include() function, but I can't seem to get it to work... Anyways, here's what I got, and yeah, I'm dumb, I just need another set of eyes to tell me what I'm doing wrong, because it's probably something very newb.


'\\ From "menu.php"
<HTML>
  <BODY>
     <A HREF="link1">Link 1</A><BR>
     <A HREF="link2">Link 2</A><BR>
     <A HREF="link3">Link 3</A><BR>
  </BODY>
</HTML>



'\\ From "index.php"
<HTML>
  <BODY>

<?php include("menu.php"); ?>


     <p>Yeah... examples suck!</p>
  </BODY>
</HTML>


Yeah, menu.php doesn't show up. I'm sure this is terrible code, as I _SUCK_ with PHP... So yeah, any help appreciated.
#8
Web Development / Re: [HTML] Frames question
October 08, 2006, 02:11 AM
All right, I'll give that a go. Thanks.
#9
Web Development / Re: [HTML] Frames question
October 07, 2006, 11:50 AM
Nope, my friend is hosting me. Not some gay free host bs.

PS - Here's the source of my index.html page with the frames... It's not the cleanest, but I'm pretty sure you can get the idea...

<! #index.html >
<TITLE>151</TITLE>
<HTML>

<frameset cols="13%,*">
<frame name="frmLeftNull" src="null.html" noresize scrolling="auto" frameborder="no" bordercolor="#050000">
<frameset cols="84%,*">
<frameset rows="19%,*">
<frame name="frmBanner" src="banner.html" noresize scrolling="auto" frameborder="no" bordercolor="#050000">
<frameset cols="19%,*">
<frame name="frmNav" src="nav.html" noresize scrolling="auto" frameborder="no" bordercolor="#050000">
<frame name="frmMain" src="news.html" noresize scrolling="no" frameborder="no" bordercolor="#050000">
</frameset>
</frameset>
<frame name="frmRightNull" src="null2.html" noresize scrolling="auto" frameborder="no" bordercolor="#050000">
</frameset>
</frameset>

</HTML>


I don't want scrolling in my news section, nor in any other, I just left them in auto because the page isn't done yet... I just want it to expand the browser window so that the ENTIRE page is visible. (As of now, it only shows about half of frmMain's content, which is a problem.)
#10
Visual Basic Programming / Re: API to get local IP?
October 06, 2006, 01:05 PM
This went on for a while... Hahaha.

Seriously, I just came to see what people were doing in Visual Basic these days, and this topic was still up there.

Spooky.
#11
Web Development / Re: [HTML] Frames question
October 06, 2006, 12:21 PM
I would, but my site is entirely HTML (because I'm a retarded dumbass and I only know HTML and some VB6), and I have to update news frequently, and there's a shitload of pages (It's a flash animation/game site). So frames make it easy for me to keep the site organized and shit. I had it in tables before, but every time I added a link to the navigation bar, I'd have to go through like 30 pages and add it which was a pain in the ass. Sooo, switched it to frames, which caused this issue, and that's about it.

Any other suggestions on how I can fix this? I tried putting the frames INTO a table so I could set the table height and shit, buuutttt that didn't work, the table just went over the frames.
#12
Web Development / [HTML] Frames question
October 06, 2006, 12:46 AM
I have a page set up in frames... Only issues being, is that one frame is larger than the page itself, and I want the page to stretch to fit the frame... I've googled about, and asked friends, and no anwers.

Any help would be appreciated.
#13
Visual Basic Programming / Re: API to get local IP?
September 21, 2006, 07:54 PM
Sweet, just what I was looking for. Thanks l2-Shadow and RealityRipple for all the help.
#14
Visual Basic Programming / Re: API to get local IP?
September 21, 2006, 07:35 PM
Thanks much.
#15
Visual Basic Programming / API to get local IP?
September 21, 2006, 07:01 PM
Errr, I need to know it and how to implement it.

I'm pretty rusty at Visual Basic, which is why I came here to ask, seeing as I haven't programmed for about 18 months.

Sorry that this is such a rediculous question, but any help would be appreciated.

Thanks.