1666
Elimination / Re: Tips for designing FPS levels?
« on: September 16, 2011, 12:03:18 am »
This is basically the only tip I can give for design help
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. 1666
Elimination / Re: Tips for designing FPS levels?« on: September 16, 2011, 12:03:18 am »
This is basically the only tip I can give for design help
1667
General Calculator Help / Re: transferring data between calc and PC« on: September 16, 2011, 12:00:11 am »If by variable types you mean the file types like .8X, .8XP and stuff like that, I have.Yes that is what I meant. I do not know what modify my certificate means, I am not that smart.Have you added your name to the about screen or anything like that? Also, all you need to know about the certificate and probably more: link 1668
Other / Re: What computer OS do you use?« on: September 15, 2011, 11:51:00 pm »
Hopefully soon I'll be able to say CP/M but that is all dependent on if my dad has enough free time to mess around on the old Osborn 1 with me sometime soon.
1669
General Calculator Help / Re: transferring data between calc and PC« on: September 15, 2011, 08:37:58 pm »I am using a TI 84+ SE, OS 2.43, my PC is Windows XP, and I am using TI connect.Have you ever been able to send data between your calc and comp? What exactly happens when you try to send a program between your comp and your calc ( both to and from )? Have you tried all variable types? Have you modified your certificate in any way recently? Have you installed anything on your calc that modifies the OS too? 1670
Miscellaneous / Re: What is your avatar?« on: September 15, 2011, 08:35:07 pm »
My new avatar is a more recent picture of me
1671
General Calculator Help / Re: transferring data between calc and PC« on: September 15, 2011, 08:20:00 pm »Whenever I try to send stuff to my calc I get a "Access is denied" message.What calculator are you using? Are you using tilp or ti-connect? What OS are you using? ( Both calc and comp ). Whatever other information you can think of to give us will help us help you. 1672
ASM / Re: Sprite Rendering« on: September 15, 2011, 03:30:30 pm »I code like this:Heh, that's how I code too 1674
Graviter / Re: Graviter« on: September 15, 2011, 12:55:08 am »
Is it just me, or do the physics with zedd seem a little smoother then the older engine?
1676
Axe / Re: Online Axe command index« on: September 14, 2011, 03:08:14 pm »*bump* URL changed. Any admins want to change it to http://eeems.omnimaga.org/Files/Resources/program%20readmes/Axe/Commands.htm?forgot about this Which reminds me I need to update it don't I... Hey, can you explain me how to use exactly the link port please, to send variable. Thank youI don't think this thread is the best place to ask that question. How about starting a new thread so it's more noticeable. 1677
News / Re: Omnimaga Rules Update« on: September 13, 2011, 01:55:28 pm »The new rule is good.Why the dutch rules weren't updated is probably because non of us admins speak dutch 1678
Web Programming and Design / Re: [PHP] Get the URL of the html file that called it« on: September 12, 2011, 01:47:48 am »Actually, a more fail-proof method to do that (without Javascript) would be to use an <input type="hidden" name="url" value="CURRENT_URL" /> or something similar.That's actually what I was talking about, have the javascript grab it. Although hard coding it in would work better. Yes, I managed to do it in another way, but er, thanks everyone!Np, glad to be able to give you some options. How did you actually go about doing it might I ask? 1679
Web Programming and Design / Re: [PHP] Get the URL of the html file that called it« on: September 11, 2011, 02:58:33 pm »It all depends on whether the client's browser decides to give that information to your script. The variable $_SERVER['HTTP_REFERER'], if set, refers to the page that led the user there. Unfortunately, browsers aren't obligated to set it in any way, so you can never be sure.Yeah I just found that. You would probably want to use the passing the url mehod ephan since it will work 100% of the time as opposed to the other method. 1680
Web Programming and Design / Re: [PHP] Get the URL of the html file that called it« on: September 11, 2011, 02:54:26 pm »
$_SERVER['HTTP_REFERER']; I think will work.
Try passing it as a parameter if that doesn't work ( you can figure out the url dynamically using window.location ( JavaScript ) ) |
|