Hosted by 2WDH.com .:. Professional and affordable web hosting...
 Home | Forums | Donate
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

My leg is bleeding...
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    Twisted Mind Games Forums Forum Index -> Random Discussion
View previous topic :: View next topic  
Author Message
monkey_05_06
Level 6: The Experiment
Level 6: The Experiment


Joined: 18 Apr 2004
Posts: 155
Location: USA

PostPosted: Wed Jul 21, 2004 7:41 pm    Post subject: Reply with quote

I got most of the files uploaded, I just have some images that are too big. All my HTML files are up. And, I don't know any programs other than SmartFTP, then I haven't looked either, that work like SmartFTP, so I don't know...
_________________
Signature:
This is a block of text that can be added to posts you make. There is a 500 character limit.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
James
3run
3run


Joined: 19 May 2003
Posts: 3756

PostPosted: Thu Jul 22, 2004 6:49 am    Post subject: Reply with quote

What sort of an error is it? Does it say there's an error, or does it just freeze up when uploading.

And again, you could send them to me to upload Wink
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website
monkey_05_06
Level 6: The Experiment
Level 6: The Experiment


Joined: 18 Apr 2004
Posts: 155
Location: USA

PostPosted: Fri Jul 23, 2004 2:43 am    Post subject: Reply with quote

Well, I got most of the files uploaded. I just have a few images that I can't upload. I guess I could send those to you later. I thought I already replied to this. I don't know.
_________________
Signature:
This is a block of text that can be added to posts you make. There is a 500 character limit.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
James
3run
3run


Joined: 19 May 2003
Posts: 3756

PostPosted: Fri Aug 06, 2004 9:00 pm    Post subject: Reply with quote

OK, here is my simple tutorial on the basic features of php:

As you will know, when you are coding normal html page, it can get annoying having to type the code for the menus that come about the content on every page over and over again. And if you want to change something, like add an item to the menu, you have to go to every page and change it. There is a way to solve this. Frames would work, but they have problems, and aren't very neat. The solution is through php.

Just get the code that comes about the project in ever page, and put it in a php file called 'header.php' or something similar, then do the same with all the code below the content, and put it in 'footer.php'. Then, you can make a content page, and do this:

Code:
<?PHP
include './header.php';
?>

Type your content here just like you would with normal html

<?PHP
include './footer.php';
?>


And remember to save that page as a php file, eg. 'example.php'. And that's it. A whole page done, with very few lines of code. Now, if you want to change something on every page, you only have to edit header.php.

I hope you understood that, and it helped make your site easier to manage Smile
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website
monkey_05_06
Level 6: The Experiment
Level 6: The Experiment


Joined: 18 Apr 2004
Posts: 155
Location: USA

PostPosted: Sun Aug 08, 2004 11:36 pm    Post subject: Reply with quote

It helped? Did you change something? Yes, I'm back. I haven't been here in a while. How was I supposed to know that I was going to actually start learning AGS, get a lot done with it, find out that I can't use Alt-X to turn on my quit gui, get mad, and start using [censored], er... something else? I have learned a lot about making games, and now I'm having to do some more learning. But, the switch in engines has slowed down production a lot. And now, I'm going to get to work on that script. I just have to wait till I can get some quiet time. I have to be pretty loud to get picked up by my headset, and it picks up background sounds great. How convenient. It can hardly hear me when I yell into it, but it can pick up on the TV which I can barely hear in here... So, as soon as I get my parents out of the house, I'll get to work. And, I'm officially building a team for my game. Game #2 that is. TMI my team will consist of me and LucasArts. But, my untitled second game, already has a beta-tester, and a voice actor lined up. I'm learning a lot of good techniques for semi-realistic computer art and so I'll be the artist. And the scripter person... (scripter person?? WTF!!! You are retarded. Scripter person????) Um... Yes. Thank you for that code you gave me. It will help a lot. Especially as I only recently found that a lot of my HTML is fake. Such as, the shadow effect in my CSS, the fixed background feature, the exclusion of the alt="" code from my image tags. I have soooo much to learn. I hate IE. It allows fake code to work. It should be illegal.
_________________
Signature:
This is a block of text that can be added to posts you make. There is a 500 character limit.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Twisted Mind Games Forums Forum Index -> Random Discussion All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group