Search found 573 matches

by KyleMassacre
Mon Apr 24, 2017 5:35 pm
Forum: General
Topic: Handy edit to login > public.php while game is new
Replies: -1
Views: 6323

Re: Handy edit to login > public.php while game is new

Actually, it would probably be best to add that to a file called after_register.php
by KyleMassacre
Mon Apr 24, 2017 2:12 am
Forum: General
Topic: Handy edit to login > public.php while game is new
Replies: -1
Views: 6323

Re: Handy edit to login > public.php while game is new

I like to use Slack so if this script is for a small amount of people (not every player in the game) then you could utilize the Slack API and just send a message to your Slack channel of your choice.
by KyleMassacre
Sun Apr 23, 2017 7:31 pm
Forum: Announcements
Topic: Releasing Neab's Engine ver6.0 and Neab's Market
Replies: -1
Views: 6142

Re: Releasing Neab's Engine ver6.0 and Neab's Market

If you want to look at a pretty decent hook system, check this out: https://github.com/bainternet/PHP-Hooks Usage: <?php // filename= user_stats.php $hook->do_action('pre_stats_load'); // code to load all the stats $hook->do_action('post_stats_load'); <?php //filename= custom_user_stats.php function...
by KyleMassacre
Sat Apr 22, 2017 1:18 am
Forum: Beginner Help and Support
Topic: Stuck on ticket system
Replies: -1
Views: 1439

Re: Stuck on ticket system

First things first. Get rid of MySQL and look into at a minimum MySQLi. It's 2017 which means your nearing the end of support for that. Now that is settled, I am going to assume you at least know what $_GET and $_POST is right? $_POST is data that you would normally send through a form. I noticed yo...
by KyleMassacre
Sat Apr 22, 2017 1:03 am
Forum: General Development
Topic: Text Editors
Replies: -1
Views: 2105

Re: Text Editors

JetBrains is great. I use PHPStorm for my development and it has a pretty decent developer base to create plugins to help your flow. I really enjoy the templating feature so I can set up a template for a Laravel class and upon creation I just fill in the blanks and the structure is completed. It has...
by KyleMassacre
Thu Dec 29, 2016 1:30 am
Forum: Announcements and Site Discussion
Topic: Account Suspension
Replies: -1
Views: 2579

Re: Account Suspension

I don't know exactly what you are paying but a couple suggestions I have are interserver and digital ocean. Digital ocean is a little bit cheaper but it doesn't have a control panel so if you need one you would have to get one. If you need a reseller then you can probably go with DO and Virtualizer ...
by KyleMassacre
Thu Dec 08, 2016 6:57 pm
Forum: Coding
Topic: [PHP] Multi Language File or DB?
Replies: -1
Views: 8750

Re: [PHP] Multi Language File or DB?

I like the way like Jack stated where you have language resource files. /resources -/lang --/en ---message.php --/pt ---message.php Then in you message.phps you can just have an array like: return [ "message" => "Hello World" ]; And then you can create some form of method to grab...
by KyleMassacre
Mon Nov 28, 2016 5:00 am
Forum: Off-Topic
Topic: 1 year
Replies: -1
Views: 1153

1 year

So today sadly marks the 1 year of my stepfathers passing during a Comp Jet boat race in Parker Arizona so this past weekend at the Thanksgiving Regatta they held a memorial race with a prize cup for the winners in his name. I don't know how many people here are into performance racing so if you are...
by KyleMassacre
Thu Nov 24, 2016 2:19 pm
Forum: Off-Topic
Topic: Zorin OS
Replies: -1
Views: 1591

Re: Zorin OS

a_bertrand wrote:quote: "You won't need to worry about malware or spyware when using Zorin OS. This is thanks to Linux's advanced security features which help make it immune to PC viruses."

Come on... What a joke.
Do they think they are OSX? :roll: haha
by KyleMassacre
Wed Nov 23, 2016 4:31 pm
Forum: Off-Topic
Topic: Really Apple?!
Replies: -1
Views: 3558

Re: Really Apple?!

hallsofvallhalla wrote:There is no second mouse button!!! WTF Sorry that has always been an issue with me, and of course having to hit cmd + F5 + L + F3+ Spacebar + click just to copy or some other stupid combination to do something.
There is one button but it acts as multiple buttons. It is a little tricky I know lol

Go to advanced search