Re: Bot Maker for UberCMS!
uh, thanks! If I get time I'll convert it to BoostCMS. :):
Re: Bot Maker for UberCMS!
Good for the people that still run on phoenix or butterfly.
Pretty useless for R63b
Re: Bot Maker for UberCMS!
Quote:
Originally Posted by
HillBilly
Good for the people that still run on phoenix or butterfly.
Pretty useless for R63b
Umm... I haven't tested this on R63B but it works fine with Phoenix! It's SQL Magic! :)
Quote:
Originally Posted by
PRIZM
uh, thanks! If I get time I'll convert it to BoostCMS. :):
Alright, Good Luck! :thumbup:
Re: Bot Maker for UberCMS!
Who the hell need's bots? XD
Re: Bot Maker for UberCMS!
Quote:
Originally Posted by
Mush
Who the hell need's bots? XD
LMFAOO... People do for their retro, I heard some people wanted this on their hotel even my friends so :/
Re: Bot Maker for UberCMS!
Nice release! Can you make this for phoenixphp also please?
Re: Bot Maker for UberCMS!
Quote:
Originally Posted by
Fenturr
Nice release! Can you make this for phoenixphp also please?
Umm, I haven't seen a PhoenixPHP CMS so idk, I'm only in to UberCMS, Illunima and Revcms! :)
Quote:
Originally Posted by
Fenturr
Nice release! Can you make this for phoenixphp also please?
Also, Welcome to rageZone Fenturr! :thumbup:
Re: Bot Maker for UberCMS!
Quote:
Originally Posted by
JerryCool
LMFAOO... People do for their retro, I heard some people wanted this on their hotel even my friends so :/
Are you stupid Jerry? So... People need them? Yet most use RevCMS for their hotel(s), lmao
Re: Bot Maker for UberCMS!
Quote:
Originally Posted by
SYST3M
Are you stupid Jerry? So... People need them? Yet most use RevCMS for their hotel(s), lmao
Actually a few people do still use UberCMS, and he said "Even my friends" which means his friends obviously run off ubercms, Jerry was a dedicated player on my hotel and I run off Uber CMS so before you join a website less than 3 days ago and call someone stupid learn your facts kid.
Re: Bot Maker for UberCMS!
Quote:
Originally Posted by
JayEcho
Actually a few people do still use UberCMS, and he said "Even my friends" which means his friends obviously run off ubercms, Jerry was a dedicated player on my hotel and I run off Uber CMS so before you join a website less than 3 days ago and call someone stupid learn your facts kid.
Jay, it's funny how your backing him up. I really don't care if he was a "dedicated user" on your hotel. Plus it's also funny, how you think I care about if his friends run off UberCMS, of course some hotels still use UberCMS. Not many do now days. You run off UberCMS? Good for you bro!!! Let's see mate, I own a hotel so don't even start... Plus, if your trying to call me a noob or an idiot, saying I joined 3 days ago. It's called making a new account, you idiot.
Re: Bot Maker for UberCMS!
Im not sure if ubercms filters all posts by default but if not then you might want to filter them...
in insert.php
PHP Code:
$sql="INSERT INTO bots (room_id, id, name, motto, look , x , y , z , rotation , walk_mode)
VALUES
('$_POST[room_id]','$_POST[id]','$_POST[name]','$_POST[motto]','$_POST[look]','$_POST[x]','$_POST[y]','$_POST[z]','$_POST[rotation]','$_POST[walk_mode]')";
in insertresponce.php
PHP Code:
$sql="INSERT INTO bots_responces (id, bot_id, keywords, response_text, mode , serve_id)
VALUES
('$_POST[id]','$_POST[bot_id]','$_POST[keywords]','$_POST[response_text]','$_POST[mode]','$_POST[serve_id]')";
in insertspeech.php
PHP Code:
$sql="INSERT INTO bots_speech (bot_id, text, shout)
VALUES
('$_POST[bot_id]','$_POST[text]','$_POST[shout]')";
Re: Bot Maker for UberCMS!
Can someone mirror this? I'd like to check it out.
Re: Bot Maker for UberCMS!
Quote:
Originally Posted by
leenster
Im not sure if ubercms filters all posts by default but if not then you might want to filter them...
in insert.php
PHP Code:
$sql="INSERT INTO bots (room_id, id, name, motto, look , x , y , z , rotation , walk_mode)
VALUES
('$_POST[room_id]','$_POST[id]','$_POST[name]','$_POST[motto]','$_POST[look]','$_POST[x]','$_POST[y]','$_POST[z]','$_POST[rotation]','$_POST[walk_mode]')";
in insertresponce.php
PHP Code:
$sql="INSERT INTO bots_responces (id, bot_id, keywords, response_text, mode , serve_id)
VALUES
('$_POST[id]','$_POST[bot_id]','$_POST[keywords]','$_POST[response_text]','$_POST[mode]','$_POST[serve_id]')";
in insertspeech.php
PHP Code:
$sql="INSERT INTO bots_speech (bot_id, text, shout)
VALUES
('$_POST[bot_id]','$_POST[text]','$_POST[shout]')";
Seems like Leen saved the day. Again.
Dont use this unless you want to get hacked.
Re: Bot Maker for UberCMS!
Nice release, the looks of it isn't the nicest but it still creates Bots! well-done.