Search found 73 matches

by Zyviel
Thu Dec 15, 2011 3:56 pm
Forum: Coding
Topic: PVP in php is it possible(non turn based)?
Replies: -1
Views: 612

Re: PVP in php is it possible(non turn based)?

Good point fash. I would recommend you make your own cron that runs on your home computer. This homemade cron would resubmit the php web page every second to check the database to see if anyone is near to its target and if so carry out the attack that they asked to be readied. You could also keep tr...
by Zyviel
Thu Dec 15, 2011 3:06 pm
Forum: Coding
Topic: PVP in php is it possible(non turn based)?
Replies: -1
Views: 612

Re: PVP in php is it possible(non turn based)?

You might could use ajax/javascript. There are tutorials on W3Schools web site on how to use ajax. I made a chat box that uses a java timer to call the ajax function to check once a second for any new chat messages. You could also use the java timer to submit a php web page once a second to check a ...
by Zyviel
Sun Nov 27, 2011 10:31 pm
Forum: Beginner Help and Support
Topic: Multiple mysqli queries[solved]
Replies: -1
Views: 433

Re: Multiple mysqli queries

I think the mysqli query function will only run one query because its designed to only run one query. I think it is that way to protect against sql injection exploits. I think you can just do mysql without the i if you want to run multiple queries in the same string.
by Zyviel
Wed Nov 23, 2011 2:22 pm
Forum: Announcements and Site Discussion
Topic: THANKS!!!!!
Replies: -1
Views: 642

Re: THANKS!!!!!

I agree. Thanks to the smart and helpful people who share their knowledge on this site. And special thanks to Halls for creating a site geared to helping people learn how to make games and forming such a nice community.
by Zyviel
Thu Nov 17, 2011 9:30 pm
Forum: Off-Topic
Topic: 0/0 = 1?
Replies: -1
Views: 1556

Re: 0/0 = 1?

This reminds me of how frustrating it is for the science shows to talk about the big bang theory but then say nothing of where the materials for the big bang came from. It appears that scientist theorize that the ingredients of the big bang sprang into being from nothing or from an alternate univers...
by Zyviel
Tue Nov 15, 2011 10:06 pm
Forum: General Development
Topic: Putting a + or - in front of a number in a table
Replies: -1
Views: 474

Re: Putting a + or - in front of a number in a table

Thanks for the reply Jackolantern. I checked out the pre tag but it looks like I still have to put what I want to create inside the pre tags. I can do that or I can just concatenate the + onto the number. Was just curious if there was a html or css tag that would make numbers show up with a plus aut...
by Zyviel
Tue Nov 15, 2011 9:57 pm
Forum: Project Showoff Tier I
Topic: Online Wrestling
Replies: -1
Views: 1620

Re: Online Wrestling

website under review. It seems to be back up :) Hopefully that means it didn't look game-related enough when they reviewed it to take it down. I have a web site hosted on Godaddy (the unlimited bandwidth choice) which I pay for. But I have wondered if one of the games I put on my site was heavily p...
by Zyviel
Tue Nov 15, 2011 9:31 pm
Forum: General Development
Topic: Putting a + or - in front of a number in a table
Replies: -1
Views: 474

Putting a + or - in front of a number in a table

I am putting numbers into a html table to display the pluses or minuses on a players inventory item. The negative numbers show up with a minus but the positive numbers are just showing up with the number and no plus sign. I'm just curious if there is an html or css formatting command that I can use ...
by Zyviel
Fri Dec 03, 2010 7:31 pm
Forum: General Development
Topic: Questions on putting sound on a web game
Replies: -1
Views: 237

Questions on putting sound on a web game

I was looking at putting sound in a game that I am making but based on what I have read there seems to be differences between how to get browsers to use sound. I was wanting to have sound effects when an attack hits, misses, is blocked or parried. Is there a css, html, or javascript commad that will...
by Zyviel
Tue Nov 23, 2010 3:27 pm
Forum: Project Showoff Tier I
Topic: My Game [Dark Assassinz] With Link To Game
Replies: -1
Views: 1397

Re: My Game [Dark Assassinz] With Link To Game

I know, especially when you see how little actually encrypt your password. Are you referring to encrypting in the database or do you mean the transmission from the client to the server? Do most games encrypt the data that is transmitted from the client to the server? If so what methods are preferre...

Go to advanced search