Recent content by HostingItAll

  1. H

    PHP to convert IPv4 to Xenforo storable format

    Hello! I am able to pull IP's out of the Xenforo database using $iparray[] = long2ip(hexdec(bin2hex($row['ip']))); I want to be able to store IP addresses using my API, this uses PHP and MYSQL queries. How can I do the reverse of above to convert the IP to the correct format to store...
  2. H

    [DBTech] DragonByte Shout [Lite]

    Very interesting, we cannot edit instances on our install due to Undefined index: shoutping_interval 21 minutes ago - packages/DBTech/Shout/Action/Admin/Instance.php:412 Delete... Undefined index: shoutping_interval 21 minutes ago - packages/DBTech/Shout/Action/Admin/Instance.php:412 If it...
  3. H

    Tagging users in shoutbox [Deleted]

    I have updated this resource for the latest Taigachat 1.4.2 and 1.4.5 xenforo, are you OK with me uploading it to share?
  4. H

    XF 1.3 Custom Avatar size

    Nevermind found what I needed. Thanks.
  5. H

    XF 1.3 Custom Avatar size

    Happen to have an example of this? Or what file contains the code to these sizes. Thanks.
  6. H

    XF 1.3 Custom Avatar size

    <a {$player.profileLink} class="MinecraftAvatar avatar"><img width="4" height="4" data-offsetx="-8px" class="Tooltip" title="{$player.username}" src="<xen:avatar user="$user" size="s" img="true" class="_plainImage" /></a> I am using this... I'd like to add an xs class for size to properly size...
Back
Top Bottom