You have to purchase a $25 off $75 coupon on ejunkie. They're only about 1 - 3 dollars each.
http://www.e-junkie.com/ej/search.php?q=staples§ion=shop&e=more:marketplace&Search= Search
If you apply the coupon and it says it worked but doesn't take off $25 then go ahead and pay for it...
Just showing off my dual monitors that I just got hooked up.
$170 for 2 23" Acer LCD Monitors
$45 for Zotact GeForce GT 220 Video card
$20 for a dvi cable
Total: $235
I'm happy with it :]
$300
24" LED TV (for me and my gf).. returning in tomorrow though to get a 32"
2 hoodies
various clothes
movie tickets
west 49 gift card
various other little things
It's good to see that DevBest will be giving to a charity. I plan on donating 10 - 20% of HabboME's vip sales after Christmas to charity. I think any charity would be great to donate to, just make sure you know where the money is going.
No the force client isn't working. Right now I'm using a plugin Elo made to force votes. I tried using the force client that comes with the api but its not working.
Find in class.users.php
if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") ==
and change the number after ==
So something like this
if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 3)
There is an updated version now, 1.9.9.9
Also I've used zCMS and someone exploited it.. That was months ago, so I don't know if he has updated it at all.
Feels good to be done with school/college and move out :3
Did you put the effort into your work and still get bad grades? Or did you just not try? Sorry just curious :p
I've tried getting force.client.php to work but haven't had luck. I've added
<?php
define('IN_CLIENT', 1);
require_once 'thehabbos_api/force.client.php';
?>
to my client page and I can still just go to /client without having to vote.
Can anyone help?
Thanks,
HabboME
This might work but I'm not for sure as I haven't tested it.
In class.core.php of RevCMS find:
final public function hashed($password)
{
return md5($password);
}
and replace with:
final public function hashed($password)
{
return sha1($password);
}...