Search results

  1. JoshuaLuke

    [HELP] Need name to display work?

    Hello, I'm not too good with names, but I need a sort of "company" name to showcase my work. Such as Jian has hydr.in etc. There i'll be displaying stuff like Zinim and the other stuff I develop so I need ideaz. :) PS. If this is in the wrong section, move it pls.
  2. JoshuaLuke

    Zinim [MySQLi][PHP][CMS]

    About Me Hey, some people may know me as Josh Priestley. I'm a PHP developer. Although in the past i've developed CMS's and ended the development half way through. However, this time it won't be like that. In DevBest i've lost alot of respect and this is my chance to regain it. Overview of...
  3. JoshuaLuke

    Mac OSX Bootcamp - Windows 8 Desktop is tiny!

    Hi, I installed win8 via bootcamp on my MacBook Pro 15" retina. And my desktop is tiny! How can I fix this?: I also attempted to ajust the screen resolution on Windows but it turned out all blurry and was letterbox'd.
  4. JoshuaLuke

    well hello there

    bored so hi x]
  5. JoshuaLuke

    Apache: Mac OS X Help Needed

    Okay, so Tuesday I got a MacBook pro, I installed Xampp as my local webserver and now when I use require_once it's throwing this error: Warning: require_once(/Applications/XAMPP/xamppfiles/htdocs/hotel/includes/config/config.php) [function.require-once]: failed to open stream: Permission...
  6. JoshuaLuke

    $_GET template system example please

    Hey, So i'm making a template system using $_GET['p'], here's it so far: <?php ## Deny any access if(!defined('ALLOWED')){exit();} ## Begin the class class template { public function initiate() { global $CONF; if(!isset($_GET['p'])) { header('Location: index.php?p=index'); } else {...
  7. JoshuaLuke

    Ideas for a Logo/Favicon?

    Hey Okay so my site name is Zinim and its basically a free, file uploading service. I need ideas for a logo/favicon, I guess the logo could be the favicon. Ideas please? Thanks
  8. JoshuaLuke

    Introduction I'm Back!

    Hi, A couple of months ago, I took some time off to get my priorities straight and focus on school. Since then i've gotten more into developing and am no longer interested in Habbo etc. Just wanted to say hi since it's fun so.. HELLO THERE
  9. JoshuaLuke

    Delete my accounts

    Dwight, I cant start a convo with you so: Can you delete all my accounts which are, Zeus, Joshuwar, JoshuaLuke, and TheNamesAaron. Just delete all the accounts please, I won't be back since the majority of you don't like me. No wonder why to be honest, i'll admit im a stupid twat who copy's...
  10. JoshuaLuke

    MySQL and PHP help please. How to show multiple data entries?

    Hey, I've made a homes sytem and i'm wanting to show my guestbook entries on my page, but the issue is, it's only showing one entry and no more, heres my code: <?php $homeid = (mysql_result(dbquery("SELECT `home_id` FROM `homes` WHERE `username` = '".$row['username']."'"), 0)); $getentries...
  11. JoshuaLuke

    How to convert a Unix timestamp to GMT +1 in PHP?

    I'm wanting to display a last signed in, and currently the date is a Unix timestamp, how would I convert that timestamp into a real date to display to the user? Also, i'm wanting to display the hours played too, that too is a Unix Timestamp, how would I convert that to hours, minutes and...
  12. JoshuaLuke

    [PHP] URL Coding Help (/USERNAME)

    Hello, I'm currently making homes for my CMS and i'm unsure about how to make my URL without using a $_GET variable. I want the url to be like {url}/home/USERNAME but i can't use a $_GET in order to do that, is it possible to do this, if so, how? Cheers Josh
  13. JoshuaLuke

    [Request][Paying] PHP Coder, news and homes

    Hey, I'm wanting a news comments system and homes system like the below: I'm willing to pay a small amount of cash from PayPal if someone can code them both. Cheers, Josh
  14. JoshuaLuke

    [PHP Help] Checking for a username in the database

    Hey there developers, I'm creating a referal system for my CMS (Uber) and i'm wanting it to throw an error if the value inputted in a text box isn't a username in the database, heres my code: $checkRef = (mysql_result(mysql_query("SELECT `username` FROM `users` WHERE `username` =...
  15. JoshuaLuke

    [HELP] Phoenix Exception When Calling Guide Bot

    User DC: System.NullReferenceException: Object reference not set to an instance of an object. at Phoenix.HabboHotel.Rooms.xefa913121c70e125.x0ed8773417e36787(x6eba3a694576efe3 x645d0371e45b7db5, x3c086f4c0ce15b97 xe61a2b7da94430d1) at...
  16. JoshuaLuke

    How to get picture in badge icon? [Phoenix Help]

    Hey, When you click yourself on my hotel the Group Badge shows a swirly black thing, is it possible to make it an actual badge, if so how? I tried inputting something into the db but failed :[
  17. JoshuaLuke

    How to make a certain username a certain colour with PHP [HELP]

    Hey, I have a users online page and it displays all the users online. I'm wanting to make my username bold and red so it stands out since im the owner (my username is Josh) but I can't figure out how to do it. Heres my code: <div class="habblet-container "> <div class="cbb...
  18. JoshuaLuke

    PHP Error Handling Help

    Hey, I'm making staff apps for Uber, the data from the POST vars insert fine, but they all have to be set according to my PHP, but when they're not set the data still inserts into the database. Also, i'm unsure about how to display a message if a field isn't set. Here's my code: if...
  19. JoshuaLuke

    Phoenix Exception [Help]

    Hey, When I get to my hotel view my client disconnects and gets this exception: System.InvalidCastException: Specified cast is not valid. at Phoenix.HabboHotel.xf174b6b774db7993..ctor(String pSSOTicket, String pIPAddress, Boolean LoadFull) at...
  20. JoshuaLuke

    PHP MySQL_Result help

    Heeey, I'm making a UberCMS lottery and i'm using a $check variable to see if a user has already entered, this is my check param: $check = (mysql_result(mysql_query("SELECT `username` FROM `lottery` WHERE `username` = '" . USER_NAME . "'"), 0)); it works fine when a user has their name in...
Top