-
Posts
419 -
Joined
-
Last visited
-
Days Won
39
Content Type
Profiles
Forums
Events
Everything posted by Canjucks
-
I like these changes nice work @Dayo... I'll be having a play around with this one later tonight.
-
Thanks thats some sound advice. I'm bummed out a little because we did this game together a decade ago and hoped we could make it bigger this time. Its now very much a learning development environment for me. If I can get it to release then awesome! (I'm not worried about climbing the mountain again) . If not, I've been able to get my r/l work boss interested in my new updated skills. Hopefully that can be a good thing.
-
Need a bit of a feedback. I've been developing a game that was of Ninja related. The ideas man has got himself caught up in breaking his promise to help me with it (r/l i know!). Anyway, the game was being developed once done would have some pretty complex things in it that would make it unique to other games going around using Gangster Legend engine - mafia style. Now I am at the cross roads of do I keep going (i can finish it without him and really he only offered limited help as it was) to make this thing or should I go with another idea? I'm not 100% on the game theme for accuracy but maybe that can work when it could potentially snag me with copyright if it went too close to what its being made around. I know I am being a bit vague on the ninja theme but is needed. So, I was developing this game pretty much daily and since this guy fell away its slowed me down and my motivation. I really want to get this done for hitting an achievement but I'm also not hell bent on releasing another game, particularly if I change theme now and go simple with Mafia as the market will be flooded and I feel nothing will be really unique. Perhaps I keep developing the game and move more to Ninja but keep elements of the original idea. Hmmm it does help write these things out if anyone can make sense of it I will offer a free cyber beer lol I'd love to finish a game that I can say is mine and I programmed it (maybe with a bit of help but still mine given the level I'm at currently).
-
I think thats it as that has changed since. I'll check that now.. Checked it and works now lol....I didn't realize you had an update @Sim oh well fixed now thanks bud
-
@Sim I found the issue it was the User Actions mod but first before I report it back to you officially I'm going to try and reinstall just in case something went astray in my changing of development environments. I did that changed the config file so I could get the errors on the screen did the trick thanks @sniko
-
This is the standard approach taken in original code. O hope that @Chris Davies will update the core.... but I will try and update myself if I can
-
I'm getting errors in the header with no From being present. I'm not sure how to add that. Can someone help? $url = $_SERVER["HTTP_ORIGIN"] . $_SERVER["SCRIPT_NAME"] . "?page=forgotPassword&action=resetPassword&auth=" . $user["U_password"] . "&id=" . $user["U_id"] . ""; $body = "To reset your password please follow the link below: \r\n " . $url; mail($user["U_email"], "Password Reset", $body); } hours later I find the answer ... well I thought of it just couldn't do it ... this computer geek does competitive sports lol Anyway just needs a $from line and added to mail() problem solved
-
I'm getting some odd behaviour logging in. Its really strange its just started happening today. When I login , use the correct username and password the page just flashes and just returns to the login again. If I remove ?page=login&action=login then I go to the loggedin state. When i logout I go to a white screen and if I refresh it returns back to login screen. I have cleared browser cache and cookies with issue still remaining. So here I am posting seeing if anyone has the same issue? or has had the same and perhaps could present a solution to try as I am a bit lost to why its only now happening. update -> in part have fixed the logout issue. I still don't know what is happening with the login. It will be an unplayable game if players have to edit the address just to login.
-
Looks good @Sim well done on another module!
-
I haven't found an answer yet. i emptied my minor error log and its filling up each time you click with both those errors. It was upto a 2 meg + file....
-
IOS emulator for Windows
Canjucks replied to Canjucks's topic in Programming Tools, Software and much more
we went with that in the end. -
I need some recommendations (kindly) of any IOS emulators peoples use for testing your web system out?
-
I do a hosting business also. Please PM me with your requirements.
-
I vouch for all these mentioned (along with @URBANZand throw in @Sim as he tries hard 😜
-
These errors - the exp and name appear at anytime no mod in particular
-
It's not my code I can say lol ... maybe the creator can shed the light on it @Dayo?
-
Thank you 🙂 bit of a belated one though only doing the intro 10 years later better late than never lol
-
Hey all just looking to see if someone can enlighten me to the solution here. I have found thebelow errors and trying to understand how to fix it but also know how to in the future when these pop up again: ["E_RECOVERABLE_ERROR","Undefined property: stdClass::$R_exp","/modules\/installed\/levels\/levels.hooks.php",7,"2021-01-24 11:15:37"] ["E_RECOVERABLE_ERROR","Undefined property: stdClass::$R_name","\/class\/user.php",342,"2021-01-24 11:15:37"] Code in question - levels.hooks.php: <?php new Hook("userInformation", function ($user) { global $page; if ($user) { $nextRank = $user->nextRank(); if ($user->info->US_exp > $nextRank->R_exp) { <-- line has issue $page->addToTemplate("levelUp", true); } else { $page->addToTemplate("levelUp", false); } } }); User,php: $page->addToTemplate('maxRank', $this->info->maxRank); $page->addToTemplate('rank', $rank->R_name); @$page->addToTemplate('exp_perc', $expperc); $page->addToTemplate('gang', $gang); $page->addToTemplate('weapon', $weapon->I_name); $page->addToTemplate('armor', $armor->I_name); $page->addToTemplate('nextRank', $this->nextRank->R_name); <-- line has issue } TIA *** UPDATED *** So now getting the below issue with the effected lines. I don't think I had this locally though so probably not unexpected I suppose: ["E_RECOVERABLE_ERROR","Undefined property: home::$allowedMethods","/class\/module.php",72,"2021-01-24 11:37:09"] ["E_RECOVERABLE_ERROR","Invalid argument supplied for foreach()","/class\/module.php",86,"2021-01-24 11:37:09"] Line 72 of Module private function buildMethodData() { $data = $this->allowedMethods; <-- line has issue Line 86 of Module: foreach ($data as $key => $val) {
-
Hey all I haven't done this before (disclaimer I was here about 10 years ago so could have but doubt doing it though) so Howdy! I go by the gamer tag Canjucks. My name has two meanings for me, it has reference to my favourite item in Command and Conquer to Chinook and the NHL Vancouver Canucks which is 95% of the name lol Anyway, I am here to learn how to code and do something more than I did the first time I made a game and use these skills for good - actually learn good programming methods that I can apply anywhere not just in a game engine sense. So, if you see me sign up for your game take it as a complement as I am studying it to see how things work and making notes to how it could be built and maybe having a go myself not to rip it off but to learn.
-
I do Torn also. I like to get around on a few games its good to see how they work etc and try to do similar things in my own just for the learning point of view and to say I can do it also. I am around and on Discord GL group
-
thanks guys. I was trying to get a string to = a string and was put in the right direction on discord. It was quite a head scratcher for me particularly when you're trying to learn this .... now to get a function together and understand the #each so I get this in the categories the way I wish to have them
-
I want to use an sql query where the column has text I want to sort my rows I display for each. I need some help in getting the syntax correct. I might be going about it the wrong way as in a better way is probably there I just don't know that way. $Offensive = $this->db->prepare("SELECT * FROM `some table` WHERE SC_desc = 'some text'");
-
Did you end up posting this @Dayo?
-
working with dayo's FAQ. On the payer screen how can I sort so it outputs as by faq_title? UPDATED: Fixed. I added ORDER BY FAQ_title ASC to the query. Tis late enough for me to miss the fact I had it working as I wanted lol
-
- 1
-