Search found 13 matches

by Connor
Fri Apr 06, 2018 4:29 am
Forum: Project Showoff Tier I
Topic: Vortex
Replies: -1
Views: 5077

Vortex

deleted
by Connor
Fri Apr 06, 2018 4:05 am
Forum: General
Topic: Main Empire Special
Replies: -1
Views: 4714

Re: Main Empire Special

Just signed up and had a look around Points to make : The UI isn't very nice at all (I know you have addressed that, thought I would say anyway) As i'm from the United Kingdom it is "Defence", not "Defense" ;) Suggestions : The 'next turn' would be nicer if it was in done in java...
by Connor
Wed Apr 19, 2017 2:27 am
Forum: Project Showoff Tier I
Topic: Staff System for my game
Replies: -1
Views: 5480

Re: Staff System for my game

Thank you both!
It still needs A LOT of work done to it (styling mostly). But it is so helpful to have as i'm making it to do everything. It's a lot more secure than the usual /admin.php/ as this goes through a different login & session than the main game!:)
by Connor
Sun Apr 16, 2017 1:15 am
Forum: Project Showoff Tier I
Topic: Staff System for my game
Replies: -1
Views: 5480

Staff System for my game

*deleted*
by Connor
Tue Jan 24, 2017 1:23 am
Forum: Beginner Help and Support
Topic: Stuck on ticket system
Replies: -1
Views: 1334

Stuck on ticket system

I've been trying to build a really basic ticket system for hours and i am really stuck on what to do next The following code is what i have so far, it displays my category and ticket priories from my mysql table, which is great! Buuuttt, i do not have a clue to how i would fill it in (As a user) and...
by Connor
Fri Jan 20, 2017 5:57 am
Forum: Advanced Help and Support
Topic: Character design
Replies: -1
Views: 4168

Character design

How would i go about creating a "character design" script?
For example, you chose a male or female body with the default clothing, and then as you progress in the game you will be able to changs their eyes, hair, coat, t-shirt etc

Is something like this hard to do?

Thanks!
by Connor
Thu Jan 19, 2017 5:05 pm
Forum: Beginner Help and Support
Topic: login problem (solved)
Replies: -1
Views: 3327

Re: login problem

hallsofvallhalla wrote:sorry my bad. It is only suppose to be 1 = not ==

$_SESSION['signed_in'] = true

I kept getting a notice when i added it, so i added 'id' (the line that had the error) into my authenticate as well and it works.
Thank you!!
by Connor
Thu Jan 19, 2017 4:42 pm
Forum: Beginner Help and Support
Topic: login problem (solved)
Replies: -1
Views: 3327

Re: login problem

Sorry I meant session. Your game uses session 'player' while your forums use 'signed_in' add this to you game authentication script after they successfully login. $_SESSION['signed_in'] == true That makes sense! But, i tried that and Notice: Undefined index: .. The line is : " . $_SESSION['id'...
by Connor
Thu Jan 19, 2017 2:28 pm
Forum: Beginner Help and Support
Topic: login problem (solved)
Replies: -1
Views: 3327

Re: login problem

hallsofvallhalla wrote:Its a cookie most likely. The forum is creating it and looking for it while your login is not.

How would i do that? I'm clueless
by Connor
Thu Jan 19, 2017 2:27 am
Forum: Beginner Help and Support
Topic: login problem (solved)
Replies: -1
Views: 3327

Re: login problem

I would say the best course of action is to likely plug into the forum with the game. Have people log into the forum first, and then feed off of this for the game. The forum likely has a much more complex login and authorization feature, or at least the game likely will be more flexible in how it h...

Go to advanced search