Search found 111 matches

by Hamilton
Thu Oct 03, 2013 9:27 pm
Forum: Beginner Help and Support
Topic: So.....Close.......
Replies: -1
Views: 1148

Re: So.....Close.......

Ok, make the Stock into a session like Harvest.
Remove the random function, unless you want to be used once; at which case use a IF True type of statement for it.
by Hamilton
Thu Oct 03, 2013 7:17 pm
Forum: Beginner Help and Support
Topic: So.....Close.......
Replies: -1
Views: 1148

Re: So.....Close.......

It is a bit confusing to follow... I believe there are some problems, which I came up with a modified form of your code below. If that works, you can remove the echos for the Tests and the variables. One potential problem is the ordering and formatting of the script. The other is the two Return comm...
by Hamilton
Thu Sep 26, 2013 10:31 pm
Forum: Beginner Help and Support
Topic: So.....Close.......
Replies: -1
Views: 1148

Re: So.....Close.......

Forgot, you will have to have the filename with a .php extension.
by Hamilton
Thu Sep 26, 2013 10:29 pm
Forum: Beginner Help and Support
Topic: So.....Close.......
Replies: -1
Views: 1148

Re: So.....Close.......

Ok, I think you need to have this code done this way... I have tested it and it works (and yes, I got the same problems as you did with your older code. Give this a shot: <?php echo '<!DOCTYPE HTML>'; echo '<form action = "fish.php" method = post>'; echo 'Input Harvest Rate'; echo '<input ...
by Hamilton
Thu Sep 26, 2013 5:43 pm
Forum: Beginner Help and Support
Topic: So.....Close.......
Replies: -1
Views: 1148

Re: So.....Close.......

I can't say of how to help with most of the items, but I may be able to help with the random situation. Try mt_rand() instead of rand(). It provides better randomization and performance. As for displaying it, just try: echo mt_rand(0,1000); And see if you get a result, if you don't then as you will ...
by Hamilton
Thu Sep 19, 2013 4:31 pm
Forum: General Development
Topic: IE 11 blow away everything else
Replies: -1
Views: 1096

Re: IE 11 blow away everything else

If IE 11 is no longer a core item of the O/S, then maybe.
But as so long as it is core, then it provides a direct vector of attack into the O/S.
by Hamilton
Thu Sep 19, 2013 1:37 am
Forum: Off-Topic
Topic: Neo's Land Kickstarter (*cough* shameless plug)
Replies: -1
Views: 566

Re: Neo's Land Kickstarter (*cough* shameless plug)

IndieGoGo is a good site, just not there yet at the same level in terms of marketing. But yes, I hope it does keep going with its momentum.
by Hamilton
Tue Sep 17, 2013 9:26 pm
Forum: Resources
Topic: Atavism Online (MMO Server for Unity3D)
Replies: -1
Views: 3323

Re: Atavism Online (MMO Server for Unity3D)

This is a video of showing how to integrate Unity's Bootcamp into the Atavism Server and of networking with other players.
Sorry, no combat or anything fancy...

[youtube]http://www.youtube.com/watch?v=H0xHmLUX5nY[/youtube]
by Hamilton
Tue Sep 17, 2013 2:28 am
Forum: Off-Topic
Topic: Neo's Land Kickstarter (*cough* shameless plug)
Replies: -1
Views: 566

Re: Neo's Land Kickstarter (*cough* shameless plug)

Thanks! Yeah for PayPal... well Kickstarter does not support PayPal which is a weakness. And some people have problems with either Amazon or the third parties credit card system, or just do not have a credit card. So PayPal becomes useful for those groups of people. But of course, that funding does ...
by Hamilton
Tue Sep 17, 2013 2:14 am
Forum: Development Related
Topic: Unity 4.2!!! BIG NEWS FREE PEOPLE!!
Replies: -1
Views: 3672

Re: Unity 4.2!!! BIG NEWS FREE PEOPLE!!

That is good to hear. I have looked at the Unreal engine as well, and pretty much what has been stated above. It is not really suited for Indies. Cheyenne Mountain tried making SG-Worlds with Unreal for the front end and Big World for the back end, as you can see what the results of that were... Uni...

Go to advanced search