Anyone can just go to that page and then it will just give them VIP automatically without paying a dime.
This is a discussion on Automatic VIP for ubercms within the Habbo Releases forums, part of the Habbo Hotel category; Starting to get more traffic ? Well then here's a page you can use to redirect users to this page ...

Starting to get more traffic ? Well then here's a page you can use to redirect users to this page when they purchase vip. It will automatically give them rank 2 and vip.
Print Screen --Pretty Simple--:
Download:
The PHP file
The TPL file
Anyone can just go to that page and then it will just give them VIP automatically without paying a dime.
I like it good idea, Just 1 problem anybody can Just go to that page... "/
Thanks for this, i was looking for something like this.
use a fucking ipn, it's not difficult.
is this good or badd
Pages like this have been released time and time again. I need to go to your hotel buy VIP once then get the link. Distribute it to all your users and look. They all get VIP :D
I believe Zap was using something like this and someone gave the link to everyone resulting in everyone getting VIP. I also know that most VIP's give coins/pixels so if the user wanted more just keep refreshing the page and look they're the richest user :D
Not a good idea.
Fuck this, rofl, juse code a IPN, noob.
Since when LIMIT is an update query?
Learn MySQL.
Whats the link to your hotel? I wanna buy VIP so I can distribute the link. LOL, This is a bad idea. It also looks like you need to learn MySQL as said above.
It seems like Meth0d used LIMIT 1 several inside UberCMS, else it's the guy that edited the cms, but I believe he didn't edit the users class :p
the mysql update queries from ubercms:
Ontopic: This is a quite stupid thing, every user on your site could easily just go into there and click that little button and recieve VIP. I'd recommend you to use paypal's ipn if you're using paypal, and another ipn if you're using another online payment thingie.Code:dbquery("UPDATE users SET auth_ticket = '" . $core->generateTicket($this->getUserVar($id, 'username')) . "' WHERE id = '" . $id . "' LIMIT 1"); dbquery("UPDATE users SET credits = '" . $newAmount. "' WHERE id = '" . $id . "' LIMIT 1"); dbquery("UPDATE users SET credits = '" . $newAmount. "' WHERE id = '" . $id . "' LIMIT 1");