On Topic:
Just make a beta script so they need a valid key in order to signup.
Or just comment out register function until you launch your site.
Off Topic:
Thanks for ignoring me on kik :)
Just try the direct link?
<?php
if ($handle = opendir('app/tpl/skins/Habbo/images/web_promo')) // Or whatever CMS you use change to the direct URL
{
while (false !== ($file = readdir($handle)))
{...
I am sure it's todo with the set header, needing to be changed to another type(check below).
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Or in your code try do it by $_SERVER['HTTP_X_REAL_IP'].
I am working on my own CDN scripts at...
You don't have to have a cdn to use a SSL certificate, you can get HTTP Proxies and setup an SSL certificate with them.(Or even just set them up directly with your server).
Who would accept a position if they aren't even getting access?
Going on teamviewer every time and could be fired after wasting their time doing things for you?
Just add this in a box and do the styling yourself.
<?php
$user = 'TheUserOfTheWeekHere';
$userinfo= mysql_fetch_assoc(mysql_query("SELECT * FROM users WHERE username = '{$user}'"));
?>
<img src = "https://www.habbo.nl/habbo-imaging/avatarimage?figure=<?php echo $userinfo['look']; ?>"><br>...
They closed on the 28th of august, the owner Elliot posted a status on facebook saying don't pay your invoices as all services will be shutdown on the 28th.
I haven't seen any posts in this thread mentioning code, you are an idiotic cunt who used Liam for users and begged him to come back to you.
"You can't code" really? What a great comeback! not.
Piss off, you aren't wanted here.
Go to navicat and go to wherever the 'referer'(probably users) colum is and give it a default value, this query should work.
ALTER TABLE `users`
MODIFY COLUMN `referer` varchar(100) NOT NULL DEFAULT '0';
Just briefly read what @Each and @zJoey have been posting, I think you are both total idiots he didn't ask for your opinion on Habbi. He simply asked if someone wants to do graphics work for his hotel.
For Joey:
If you want to argue somewhere why don't you take it to a skype conversation? You...
Set it up as a cron, best thing to do I guess.
<?php
$select = mysql_fetch_assoc(mysql_query("SELECT * FROM users WHERE rank >= 2"));
mysql_query("UPDATE user_stats SET DailyRespectPoints = '5' WHERE id = '{$select['id']}'");
echo 'Done.';
?>
I don't know if this will work, but that is...