What is InfiniCraft?
InfiniCraft is a Server I started roughly 2 months ago and it is a premium server which means you will need a valid Minecraft account to be able to play. It is mainly based around a Survival Server but if you're the kind of person that likes to PVP, that is also an option...
Heres the one for the characters such as . - etc
final public function validName($username)
{
return strlen($username) <= 25 && preg_match("/^[a-z0-9 .\-]+$/i", $username);
}
yeah it works fine but im on about searching chatlogs on housekeeping, Ill post the code for the whole file I have for it for my housekeeping
<?php
$searchResults = null;
if (isset($_GET['timeSearch']))
{
$_POST['searchQuery'] = $_GET['timeSearch'];
$_POST['searchType'] =...
Ive almost fixed my chatlogs to work with the azure structure but I'm stuck on this last bit for searching for the username, because in the azure chatlogs structure, it enters the user id and I cant think how to make it pull the username in this line of code,
<?php...
Im trying to make it show on my user homes every group that the current user is in with the group badge and the name etc, this is the code I have but its not working, can someone give some assistance?
<?php
$members1 = mysql_query("SELECT * FROM groups_members WHERE user_id = ''".$id."'")...
Would anyone have any idea how to make a command where you type for example, :offer 20 and when you trade someone, it offers that many amount of items?
I know fresh's emulator have it but would anyone know how to make this for GTE?
Would be greatly appreciated
Theres an issue with my friends client and we cant figure it out for the life of us
One day it was working fine but then suddenly it just died and when we load the client, the loading bars don't load at all
does anyone have any idea what the issue could be?