Welcome to the RaGEZONE - MMORPG development forums.

Automatic VIP for ubercms

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 ...

LyncusMU
Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    In the Habbo Section
    Rank
    Member +
    Join Date
    Sep 2011
    Location
    Liverpool, UK
    Posts
    458
    Liked
    44

    Automatic VIP for ubercms

    Tabo Hotel
    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

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    MEHHREKHwhgfkehrkgthregir
    Rank
    Member +
    Join Date
    Sep 2011
    Location
    υηιтє∂
    Posts
    925
    Liked
    303

    Re: Automatic VIP for ubercms

    Anyone can just go to that page and then it will just give them VIP automatically without paying a dime.
    Near and djboetz like this.

  4. #3
    The Sex Addict
    Rank
    Member +
    Join Date
    Oct 2011
    Location
    UK
    Posts
    502
    Liked
    59

    Re: Automatic VIP for ubercms

    I like it good idea, Just 1 problem anybody can Just go to that page... "/

  5. #4
    /title
    Rank
    Member +
    Join Date
    Mar 2011
    Posts
    1,034
    Liked
    146

    Re: Automatic VIP for ubercms

    Quote Originally Posted by ησвяαιη View Post
    Anyone can just go to that page and then it will just give them VIP automatically without paying a dime.
    Agreed. lol.

  6. #5
    Habbo Section.
    Rank
    Subscriber
    Join Date
    Oct 2011
    Location
    New York
    Posts
    1,879
    Liked
    410

    Re: Automatic VIP for ubercms

    Thanks for this, i was looking for something like this.

  7. #6
    this is title
    Rank
    Member +
    Join Date
    May 2011
    Posts
    334
    Liked
    58

    Re: Automatic VIP for ubercms

    use a fucking ipn, it's not difficult.

  8. #7
    Habbo helper
    Rank
    Member +
    Join Date
    Sep 2009
    Location
    Under Your Bed
    Posts
    835
    Liked
    14

    Re: Automatic VIP for ubercms

    is this good or badd

  9. #8
    What you looking at?
    Rank
    Subscriber
    Join Date
    Oct 2009
    Location
    London
    Posts
    221
    Liked
    112

    thumbs up Re: Automatic VIP for ubercms

    Quote Originally Posted by ησвяαιη View Post
    Anyone can just go to that page and then it will just give them VIP automatically without paying a dime.
    Give the guy a break?

    Thanks for contributing, good effort!

  10. #9
    - MichaelMadman
    Rank
    Member +
    Join Date
    Aug 2011
    Posts
    219
    Liked
    52

    Re: Automatic VIP for ubercms

    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.

  11. #10
    Average Member
    Rank
    Newbie
    Join Date
    Aug 2011
    Location
    Australia
    Posts
    71
    Liked
    3

    Re: Automatic VIP for ubercms

    Fuck this, rofl, juse code a IPN, noob.

  12. #11
    No, Just no.
    Rank
    Subscriber
    Join Date
    Jul 2008
    Location
    United Kingdom
    Posts
    1,182
    Liked
    429

    Re: Automatic VIP for ubercms

    Quote Originally Posted by Colour View Post
    Fuck this, rofl, juse code a IPN, noob.
    hah. Like you can

  13. #12
    Now 35% cooler!
    Rank
    Alpha Member
    Join Date
    Oct 2008
    Location
    United Kingdom
    Posts
    2,071
    Liked
    353

    Re: Automatic VIP for ubercms

    Quote Originally Posted by ησвяαιη View Post
    Anyone can just go to that page and then it will just give them VIP automatically without paying a dime.
    This happened on HabRockz, pew pew. (:

  14. #13
    RaGEZONER
    Rank
    Newbie
    Join Date
    Sep 2010
    Posts
    76
    Liked
    9

    Re: Automatic VIP for ubercms

    Since when LIMIT is an update query?
    Learn MySQL.

  15. #14
    Newbie
    Rank
    Newbie
    Join Date
    Oct 2011
    Posts
    22
    Liked
    2

    Re: Automatic VIP for ubercms

    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.

  16. #15
    Law
    Garry's Mod is addictive!
    Rank
    Subscriber
    Join Date
    Dec 2009
    Location
    Norway
    Posts
    1,010
    Liked
    230

    Re: Automatic VIP for ubercms

    Quote Originally Posted by Imagician View Post
    Since when LIMIT is an update query?
    Learn MySQL.
    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:

    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");
    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.

 

 
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •