JNET AI CHAT BOT LINUX WEB SERVER
Page 1 of 1
JNET AI CHAT BOT LINUX WEB SERVER
JNET AI CHAT BOT LINUX WEB SERVER
Tweaking
https://jnet.forumotion.com/t1163-jnet-ai-chat-bot-linux-web-server
Feel like tweaking your own bot?
Some Tips:
if your building upon your bot the best thing to keep in mind is the order you do things
start off small backup work as you go restore when it fails and start again where needed until you
work out what parts of your script that make up your bot gets used but what commands.
find the script that is most powerful to get the job done and make a function there or place conditions on existing code to fit your needs or display text in divs placed by css (for example).
when your happy with it backup and carry on perfecting and make it even better and faster more reliable and more functional!
add normal functions like time, date, alarm, weather, etc!
Tweaking
https://jnet.forumotion.com/t1163-jnet-ai-chat-bot-linux-web-server
Feel like tweaking your own bot?
Some Tips:
if your building upon your bot the best thing to keep in mind is the order you do things
start off small backup work as you go restore when it fails and start again where needed until you
work out what parts of your script that make up your bot gets used but what commands.
find the script that is most powerful to get the job done and make a function there or place conditions on existing code to fit your needs or display text in divs placed by css (for example).
when your happy with it backup and carry on perfecting and make it even better and faster more reliable and more functional!
add normal functions like time, date, alarm, weather, etc!
Re: JNET AI CHAT BOT LINUX WEB SERVER
Help Part 2
This can come in handy when you have things in deep places and wish to make it work elsewhere
htaccess files can also do a mod rewrite!
This can come in handy when you have things in deep places and wish to make it work elsewhere
- Code:
<iframe src="http://yoursite.com"></iframe>
htaccess files can also do a mod rewrite!
Re: JNET AI CHAT BOT LINUX WEB SERVER
- Code:
<style>
iframe:focus {
outline: none;
}
iframe[seamless] {
display: block;
}
</style>
<html style="height: 100%">
<body style="height: 100%">
<div style="width:100%; height:100%; background-color:transparent;">
<iframe src="http://yoursite.com" width="100%" height="100%"
frameborder="0" scrolling="no"></iframe>
</div>
</body>
</html>
Last edited by jamied_uk on 30th April 2016, 22:06; edited 1 time in total
Re: JNET AI CHAT BOT LINUX WEB SERVER
CSS Method
- Code:
html, body {
height: 100%; }
iframe {
width: 100%; height: 100%;
}
- Code:
html, body { height: 100%; overflow: hidden; }
iframe { width: 100%; height: 100%; border: none; overflow: hidden; }
Last edited by jamied_uk on 30th April 2016, 21:47; edited 1 time in total
Re: JNET AI CHAT BOT LINUX WEB SERVER
Type things in the bot like time
date
alarrm
things like that and make functions and for other things you can teach a response!
http://jnet.sytes.net/AI
date
alarrm
things like that and make functions and for other things you can teach a response!
http://jnet.sytes.net/AI
Similar topics
» Connect to JNet Chat Server
» Secure Chat Server For Linux Bash
» Linux Web Server Jquery Auto Scroll Down For Chat AI Bot & Other Windows
» JNET Chat And Multiplayer TicTacToe Game Online
» Python Chat Server And Client Example
» Secure Chat Server For Linux Bash
» Linux Web Server Jquery Auto Scroll Down For Chat AI Bot & Other Windows
» JNET Chat And Multiplayer TicTacToe Game Online
» Python Chat Server And Client Example
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum