Search results

  1. St4nley

    R63B Help And BcStorm

    no client.php is useless i need your variables (done) your config.php and ur emu config
  2. St4nley

    Need help making Query for MYSQL

    thanks, im on it now i opened my table but how do i set default xD there is no design table option EDIT: THANK YOU I FIXED IT :)
  3. St4nley

    Need help making Query for MYSQL

    i dont have xampp... IIS
  4. St4nley

    Need help making Query for MYSQL

    navicat my friend, and when i went into design table found that column set it to '1' i hit save and it would fly back to 0. exact properties are : enum, (length) 0, (decimals) 0, allow null (not checked)
  5. St4nley

    Need help making Query for MYSQL

    mysql
  6. St4nley

    Need help making Query for MYSQL

    how? edit: i fixed all my current users via UPDATE 'users' SET 'accept_trading' = '1'; now how can i make new users have trading?
  7. St4nley

    Need help making Query for MYSQL

    how do i update a table "users" that has a column allow_trading that is set to 0 for every account, and i would like to set that to 1 also i need a query so that new users are set to 1 automatically, thanks! edit: i meant that the new users have their column allow_trading set to 1
  8. St4nley

    Trading Doesn't Work {Phoenix, UBERCMS}

    It's been a while since i've posted a help thread on Habbo Hotel, but here it is we all must gain help some times. I get this error on my hotel when attempting to trade. "trading has been disabled by this user" and yes i have tried :enabletrade if anybody knows what this is, please shoot me any...
  9. St4nley

    First montage

    Please take away that black border, its irritating my eyes hurt and i can't enjoy the montage Edit: also i don't know whether you are in FaZe but if you want people to talk you seriously don't lie about a clan you're in. (if you are in FaZe then my bad)
  10. St4nley

    PONG GAME (VB6)

    first off i forgot to thank you last night for your help, i apolgize and i sincerly appreciate it deeply, i was just busy and wanted to reply i did secondly, i figured it is way to hard, i do not have enough time or support. PONG is almost done, except the computer needs to follow the ball i...
  11. St4nley

    PONG GAME (VB6)

    Ok so i'm making pong, i got basically all collision start from space bar but, when it collides even if the paddle isnt there it'll still collide and go back the other way, heres my code Dim goodVel As Integer Dim goodvel1 As Integer Private Sub Form_Load() goodVel = 50...
  12. St4nley

    I am fucked and need you're help (VB6 CODERS)

    i simply set the BallHVel to 0 and i said if the ball collides with the other ball then ballhvel = ballhvel1 (which i set to like 50) * -1 so i solved that problem next problem: i don't know the function or event for how to move the ball with my mouse :( if i don't fix this then billiards...
  13. St4nley

    I am fucked and need you're help (VB6 CODERS)

    yeah exactly, they are floating and i dont want them to float, i had also added this in the meantime Private Sub Form_keydown(keycode As Integer, shift As Integer) If keycode = vbKeySpace Then goodVel = goodVel * 1 imgball.Top = imgball.Top - goodVel End If End...
  14. St4nley

    I am fucked and need you're help (VB6 CODERS)

    TO MAKE A LONG STORY SHORT, FINAL PROJECT DUE MONDAY, AND I CHOSE THE WRONG GAME so now i am making billards and right now, im fucking stuck and i feel like a noob because i am how do i make a shape that is a ball stay remaining in one spot untill it is hit (billiards) Private Sub...
  15. St4nley

    How To Setup Cloudflare For a Habbo Retro

    I haven't really seen any tutorials on this, so i thought i would post one. Its Simple 1. Make a Cloudflare Account 2.Set It Up The Same way i did Here 3.Delete any Extra Crap 4. Once Done take the name servers in the top right, and tell you're Domain Host to add them for you if they do not...
  16. St4nley

    Where do i get Phoenix 3.11.0 ?

    it could be a wonder of things, im not questioning you, you may be right i simply don't know but want to help you
  17. St4nley

    Where do i get Phoenix 3.11.0 ?

    how are you sure its swfs?
  18. St4nley

    someone spoon feed me

    [Err] 1265 - Data truncated for column 'visible' at row 1 i got that error while running db sql on zMagentas Bcstorm release can someone spoon feed me the fix i know my sql like i know my chinese (i dont know chinese)
  19. St4nley

    How do i do this properly?

    i have no idea what any of that means. aha i just started php a day ago.
Top