Search found 55 matches

by Aleeious
Sat Sep 06, 2014 5:10 am
Forum: Members Games
Topic: Please Read: This section is still open!
Replies: -1
Views: 4817

Re: Please Read: This section is still open!

Jackolantern wrote:Oh crap! I missed Aleeious's request! Do you still want the forum section? And sorry about the delay!

And no problem, Halls :)
Sorry about that, been very busy with my game and stuff. Yes I still would like to have my own section on the forums.

Sincerely,

Aleeious
by Aleeious
Sat May 31, 2014 6:28 am
Forum: Members Games
Topic: Please Read: This section is still open!
Replies: -1
Views: 4817

Re: Please Read: This section is still open!

Please setup a forum for my game in the member games
forum.

Game Name: Aleeious
Developer name: Aleeious
Current stage: Pre-Alpha
Forum setup:
Announcements
Development
Media
Bug Bin

Sincerely,
Aleeious
by Aleeious
Sat May 10, 2014 4:27 am
Forum: Beginner Help and Support
Topic: Returns Wrong Defender
Replies: -1
Views: 366

Returns Wrong Defender

I am trying to update a column in a predetermined row. However when i put in any id it returns the wrong defender from the row. For example : id challenger defender status 1 admin logster897 0 2 pineapplelime admin 0 3 admin testuser 0 If i ask it to resurn the defender of match id 1 it returns blan...
by Aleeious
Sat Apr 05, 2014 5:56 pm
Forum: Beginner Help and Support
Topic: Returning 1 result
Replies: -1
Views: 448

Re: Returning 1 result

The screenshot link doesn't work. Not sure why, but this one works. That is a lot of code to pour over and understand (although I must say, you are structuring it nicely and I love the use of phpDoc). Have you nailed down the query that is causing the problem, and if so, which one is it? Sorry and ...
by Aleeious
Sun Mar 30, 2014 3:43 am
Forum: Beginner Help and Support
Topic: Returning 1 result
Replies: -1
Views: 448

Returning 1 result

This is returning 2 different results" <?php class Match { // constant for open Match const STATUS_OPEN = 0; // constant for completed Match const STATUS_COMPLETED = 1; // constant for cancelled Match const STATUS_CANCELLED = 2; // constant for match that was result of error const STATUS_ERROR ...
by Aleeious
Wed Mar 26, 2014 7:42 pm
Forum: Beginner Help and Support
Topic: Display Multiple Arrays in Smarty Template
Replies: -1
Views: 249

Display Multiple Arrays in Smarty Template

I am working on displaying the player's pending challenges using a smarty template. Here is how i am getting them(cut for brevity): class Match { // constant for open Match const STATUS_OPEN = 0; // constant for completed Match const STATUS_COMPLETED = 1; // constant for cancelled Match const STATUS...
by Aleeious
Sun Mar 09, 2014 6:01 am
Forum: Beginner Help and Support
Topic: Best Way To Handle Battle Records
Replies: -1
Views: 383

Re: Best Way To Handle Battle Records

I would go for a table that contains the unique id, players id, match id, status (int). then just index the player id and status. So if you use the player id and status in a where sentence, it doesn't have to do a full table scan. oh and status would go somehow like, 0 = Open, 1 = Completed. (and 2...
by Aleeious
Sat Mar 08, 2014 8:36 am
Forum: Beginner Help and Support
Topic: Best Way To Handle Battle Records
Replies: -1
Views: 383

Best Way To Handle Battle Records

Getting close to completing my battlemail script. Battles are handled as so: 1)user enters person to battle, 6 attack and 6 block moves 2)Defender responds by accepting the challenge and doing the same 3)Afterwards both are treated to some sweet kung fu action where the winner is shown based on the ...
by Aleeious
Sat Mar 01, 2014 9:54 am
Forum: Beginner Help and Support
Topic: Best Way To Get Select Values
Replies: -1
Views: 309

Best Way To Get Select Values

I have a form: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Aleeious - Initiate Challange</title> <meta http-equiv="co...
by Aleeious
Fri Feb 28, 2014 2:22 pm
Forum: Beginner Help and Support
Topic: Best Way To Handle Chanes
Replies: -1
Views: 678

Re: Best Way To Handle Chanes

And I was telling you I answered you on the first post of mine Email changes, can vary, from not possible, to send again an email to the email with an unique link, or directly accept a new email. That's all up to you. Sorry I missed that part. How do you current handle changing the email address in...

Go to advanced search