Search found 38 matches

by cyborg
Sat Jul 11, 2015 2:13 pm
Forum: General
Topic: Invalid Licence Key
Replies: -1
Views: 1033

Re: Invalid Licence Key

Yes mate.
by cyborg
Tue Jul 07, 2015 7:59 am
Forum: General
Topic: Invalid Licence Key
Replies: -1
Views: 1033

Re: Invalid Licence Key

It was a fresh install of 1.1.9 rather than an update.
by cyborg
Sun Jul 05, 2015 8:52 pm
Forum: General
Topic: Invalid Licence Key
Replies: -1
Views: 1033

Re: Invalid Licence Key

Did as you said but Update didn't work, but re-install did. Thanks mate!
by cyborg
Sun Jul 05, 2015 8:43 pm
Forum: General
Topic: Invalid Licence Key
Replies: -1
Views: 1033

Re: Invalid Licence Key

I'm actually using linux so very similar, but will give this a try. Thanks
by cyborg
Sun Jul 05, 2015 7:29 pm
Forum: General
Topic: Invalid Licence Key
Replies: -1
Views: 1033

Invalid Licence Key

Hi, I finally got some time to go back to developing my game idea, so I’ve downloaded the latest version and copy and pasted my licence key in config/license.php. However, I still get invalid license before I even start installing. :( What have I missed? I'm working offline if that makes a differenc...
by cyborg
Tue Jun 17, 2014 6:46 pm
Forum: General
Topic: Reset Game
Replies: -1
Views: 1786

Re: Reset Game

That didn't work. I remember now that was abit of code I was experimenting with, Thought I removed it. Thanks though
by cyborg
Mon Jun 16, 2014 10:15 pm
Forum: General
Topic: Reset Game
Replies: -1
Views: 1786

Reset Game

I finally got back working on my game, and I reset my game. oddly enough to find any errors in the code I had recently done. I got the following error which was wasn't expect with the original code Error: mysql_fetch_assoc() expects parameter 1 to be resource, object given Error in ../modules/stats/...
by cyborg
Tue Mar 25, 2014 9:50 pm
Forum: General
Topic: User Stats
Replies: -1
Views: 3763

Re: User Stats

I want to show XP, Health and AP in the forms of bars, so need the data to be able to produce those. I've tried a couple of while loops but not having much luck at the moment. Will battle on
by cyborg
Mon Mar 24, 2014 10:59 pm
Forum: General
Topic: User Stats
Replies: -1
Views: 3763

Re: User Stats

okay i've made a start: $search = $db->Execute("select user_stats.*,user_stat_types.* from user_stats left join user_stat_types on user_stat_types.id=user_stats.stat_type where user_id = ?", $userId); if ($search->EOF) return array(); $display = $search->fields['name']. " " . $se...
by cyborg
Mon Mar 24, 2014 6:21 am
Forum: General
Topic: User Stats
Replies: -1
Views: 3763

Re: User Stats

Sorry it's the stats at the top of the page; level, experience, AP etc with the maxValue as well. Edit - just had a thought about changing the for loop from outputting the data to putting it into an array. Could that work? I did try putting in an array but got an error but I think I didn't put it in...

Go to advanced search