Welcome to the RaGEZONE - MMORPG development forums.

[REL] Phoenix Bot Maker v1 [REL]

This is a discussion on [REL] Phoenix Bot Maker v1 [REL] within the Habbo Releases forums, part of the Habbo Hotel category; HEY! Hello, I'm Steve From Habbz Team This is My first release.I'm Want release A Phoenix Bot Maker v1..I very ...

LyncusMU
Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Alpha
    Rank
    Member
    Join Date
    Nov 2011
    Posts
    136
    Liked
    6

    thumbs up [REL] Phoenix Bot Maker v1 [REL]

    Tabo Hotel
    HEY!

    Hello, I'm Steve From Habbz Team This is My first release.I'm Want release A Phoenix Bot Maker v1..I very boring on 19/12 5:49a.m So I make Phoenix Bot Maker v1..It not really nice but I rate 5/10 .


    So The download link is here Phoenix Bot Maker v1

    Emmmm....Just put it on htdocs file and it work...Please read the Readme.txt . Sorry no Screenies..If you not like, Just tell...I will make new that v1.5. Have fun and enjoy.!

    Sorry For my bad english I'm Malaysian.
    Last edited by Stevehabbz; 18-12-11 at 10:40 PM.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Newbie
    Rank
    Newbie
    Join Date
    Nov 2011
    Location
    England
    Posts
    24
    Liked
    3

    Re: [REL] Phoenix Bot Maker v1 [REL]

    I will test this... looks good though <3

  4. #3
    GreenMaX
    Rank
    Member +
    Join Date
    Jul 2008
    Location
    The Netherlands
    Posts
    246
    Liked
    14

    Re: [REL] Phoenix Bot Maker v1 [REL]

    Looks nice, good job

  5. #4
    Alpha
    Rank
    Member
    Join Date
    Nov 2011
    Posts
    136
    Liked
    6

    Re: [REL] Phoenix Bot Maker v1 [REL]

    Quote Originally Posted by keven007 View Post
    Looks nice, good job
    Thank :D

    Quote Originally Posted by KieeranxD View Post
    I will test this... looks good though <3
    Thank too...

  6. #5
    PHP, HTML5, CSS3, JS, C#
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    The Netherlands
    Posts
    1,814
    Liked
    1013

    Re: [REL] Phoenix Bot Maker v1 [REL]

    Cool stuff bro:

    Code:
    type="enum('stand', 'freeroam', 'specified_range')"
    Learned something today LOL..

    Also, Maby make a roomlist and if you click on it then you can see the bots of that room and edited it.
    Maby make a small hight map and then you can click on the tiles for the walk positions that the bot may walk?

    :D

    --

    Also did you test it?
    PHP Code:
    <?php
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <
    html xmlns="http://www.w3.org/1999/xhtml">
    <
    head>
        <
    meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <
    title><?php echo $sitename?></title>
            <link type="text/css" rel="stylesheet" href="../Bots/main.css" />

    <head>

    include('config.php');
    ?>
    <?php
    $con 
    mysql_connect("$dbhost","$dbusername","$dbpassword");
    if (!
    $con)
      {
      die(
    'Kan niet verbinden: ' mysql_error());
      }

    mysql_select_db("$dbname"$con);

    $sql="INSERT INTO bots_responses (id, bot_id, keywords, response_text)
    VALUES
    ('
    $_POST[id]','$_POST[bot_id]','$_POST[keywords]','$_POST[response_text]')";

    if (!
    mysql_query($sql,$con))
      {
      die(
    'Error: ' mysql_error());
      }
    echo 
    "Bot Response is succesfully added!";

    mysql_close($con)
    ?>
    You can't place html in php tags? XD

  7. #6
    Alpha
    Rank
    Member
    Join Date
    Nov 2011
    Posts
    136
    Liked
    6

    Re: [REL] Phoenix Bot Maker v1 [REL]

    lol...you want work with me??

  8. #7
    PHP, HTML5, CSS3, JS, C#
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    The Netherlands
    Posts
    1,814
    Liked
    1013

    Re: [REL] Phoenix Bot Maker v1 [REL]

    Quote Originally Posted by Stevehabbz View Post
    lol...you want work with me??
    No thank you.
    Got my own project, just giving you some tips

  9. #8
    Alpha
    Rank
    Member
    Join Date
    Nov 2011
    Posts
    136
    Liked
    6

    Re: [REL] Phoenix Bot Maker v1 [REL]

    :o what you project??

    I want download

  10. #9
    Newbie
    Rank
    Newbie
    Join Date
    Nov 2011
    Location
    England
    Posts
    24
    Liked
    3

    Re: [REL] Phoenix Bot Maker v1 [REL]

    Quote Originally Posted by joopie View Post
    No thank you.
    Got my own project, just giving you some tips
    Well, I know your project will be good

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

    Re: [REL] Phoenix Bot Maker v1 [REL]

    Great. Thanks.

  12. #11
    Alpha
    Rank
    Member
    Join Date
    Nov 2011
    Posts
    136
    Liked
    6

    Re: [REL] Phoenix Bot Maker v1 [REL]

    Quote Originally Posted by Decoma View Post
    Great. Thanks.
    Thank you

  13. #12
    Average Member
    Rank
    Newbie
    Join Date
    Nov 2011
    Location
    Sweden
    Posts
    62
    Liked
    2

    Re: [REL] Phoenix Bot Maker v1 [REL]

    Any screens? :D

  14. #13
    Azure subscription
    Rank
    Subscriber
    Join Date
    Dec 2011
    Location
    єαятн
    Posts
    1,734
    Liked
    263

    Re: [REL] Phoenix Bot Maker v1 [REL]

    I have to come straight out, this is poorly coded. All it is is MySQL queries, it's not safe, and any user can create the BOTs. I suggest that if you make another version, you give it some sort of security... Because anyone can just google MySQL queries and PHP Form posts. This is constructive criticism. But I hope you learn by your mistakes.

  15. #14
    Alpha
    Rank
    Member
    Join Date
    Nov 2011
    Posts
    136
    Liked
    6

    Re: [REL] Phoenix Bot Maker v1 [REL]

    Yeah, I want make a new that name HabbzPanel....With full security.....And I want make VIPPanel

  16. #15
    Azure subscription
    Rank
    Subscriber
    Join Date
    Dec 2011
    Location
    єαятн
    Posts
    1,734
    Liked
    263

    Re: [REL] Phoenix Bot Maker v1 [REL]

    Quote Originally Posted by Stevehabbz View Post
    Yeah, I want make a new that name HabbzPanel....With full security.....And I want make VIPPanel
    You're bluffing? 'HabbzPanel'...

    If you're going to name something, make it like a housekeeping. Just saying.

 

 
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
  •