Jump to content
xisto Community

Raidation

Members
  • Content Count

    18
  • Joined

  • Last visited

Everything posted by Raidation

  1. No offense, but what exactly is the point of this? Wouldn't it be easier to mess with the internals of Linux as least as possible? A background program would be much safer, right?and I DO have a Linux, if you're going to say I understand nothing about Linux.
  2. Yes I have made games before. ( Offense taken. ) Mission Control So... why do you want to know? If I haven't gone through this painful process before, why would I post it?
  3. Well, as the topic says, you can make money by making Flash games. The way this works is: 1. You make a really good game. 2. You send it to a sponsor for approval. 3. Register your games on MochiAds. 4. $) 1. You make a really good game. I think this is simple. Make a really good Flash game. It has to be Flash. It cannot be C++, DirectX, Java, etc... Try to add as many elements as possible. Once again, make it really good. 2. You send it to a sponsor for approval. [sarcasm]This is possibly the most complicated part of the process.[/sarcasm] Examples of sponsors are AddictingGames, Miniclip, and Doppler. You send them an email, they approve of the game, and they send you money to put their ad in your game. Then, they host your game. 3. Register your games on MochiAds. This part is optional. It's only for additional money. Visit http://forums.xisto.com/no_longer_exists/ Basically, you register for a developer account, post your game on there, and they send you money for every ad that's viewed. 4. $) Really? Have you really gotten far enough to learn what "$)" means?
  4. Flash is part of CS4...O.oAdobe bought Macromedia a long time ago.
  5. Well, if you want to make games, I would really suggest Game Maker and Flash.Game Maker is a simple, easy to learn program. You could make commercial games with it, too. Even an MMORPG. I remember working on one, but both team members kind of got lost in other things.Flash is good if you want to make real money. If you can make a really good game and get it sponsored, you can earn somewhere around $5000 to $7000 a month.I use both. GM (Game Maker) for prototypes, and Flash for the final versions.
  6. I use Game Maker for prototypes, then use Flash to make the actual games.I use Flash so I can get the game sponsored...$)
  7. well, I don't know of any that can give you a free domain + hosting.However, Frihost does give you a free subdomain and POP3+SMTP email.
  8. yes, they're basically the same, but just different companies. WAMP, however, is only for Windows.I prefer to use my method because it provides more freedom.
  9. Raidation

    PHP Games

    Actually, a better alternative of Java would be Flash, although it's not compatible with Linux. :PFlash is a lot easier to program than Java, and it's more lightweight.
  10. I wrote this tutorial a long time ago, but it still works, and is still useful. Have fun.
  11. No it's not "INSERT INTO tb_customers ( `prod_id`, `prod_serial`, `brand_id` , `model_id`, `capacity_id`, `certificate_no`, `description`, `class`, `accuracy`, `added_date`, `price`, `maximum`, `minimum`, `bill_no` )VALUES(SELECT `prod_id`, `prod_serial`, `brand_id` , `model_id`, `capacity_id`, `certificate_no`, `description`, `class`, `accuracy`, `added_date`, `price`, `maximum`, `minimum`FROM tb_productsWHERE `prod_id`='$serialid')"; As you can see, I added an INTO
  12. You might want to use an iframe. You can use javascript to refresh that iframe. document.getElementById("iframeid").src=document.getElementById("iframeid").src;
  13. The only true way to get php to understand javascript is with ajax.You make javascript send an ajax request to your php script.Your problem is because php is a server-sided code. Javascript is client-sided.So php will act the same way on all computers. Javascript won't.
  14. Raidation

    PHP Games

    PHP isn't the only language you need to know.You also need to know a big chunk of javascript so you can execute Ajax scripts.
  15. The problem is that you're sending headers after they've already been sent. :PThe headers are sent at the end of the <head> tag. get the pattern?You need to put your php code before or in the head tags.
  16. You're all mistaken.Chrome OS is not a PC operating system.It's a netbook OS.
  17. So...I've looked for a long time for a host other than Frihost, which apparently, has DNS problems right now.I hope this is a good host and I can settle with it.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.