PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

JNET AI CHAT BOT LINUX WEB SERVER

Go down

JNET AI CHAT BOT LINUX WEB SERVER Empty JNET AI CHAT BOT LINUX WEB SERVER

Post by jamied_uk 30th April 2016, 12:09

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!
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

JNET AI CHAT BOT LINUX WEB SERVER Empty Re: JNET AI CHAT BOT LINUX WEB SERVER

Post by jamied_uk 30th April 2016, 21:38

Help Part 2

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!
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

JNET AI CHAT BOT LINUX WEB SERVER Empty Re: JNET AI CHAT BOT LINUX WEB SERVER

Post by jamied_uk 30th April 2016, 21:45

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
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

JNET AI CHAT BOT LINUX WEB SERVER Empty Re: JNET AI CHAT BOT LINUX WEB SERVER

Post by jamied_uk 30th April 2016, 21:46

CSS Method


Code:
html, body {
height: 100%; }

iframe {
width: 100%; height: 100%;

}
Or


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
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

JNET AI CHAT BOT LINUX WEB SERVER Empty Re: JNET AI CHAT BOT LINUX WEB SERVER

Post by jamied_uk 30th April 2016, 21:47

Change scrolling

Code:
scrolling="no">
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

JNET AI CHAT BOT LINUX WEB SERVER Empty Re: JNET AI CHAT BOT LINUX WEB SERVER

Post by jamied_uk 30th April 2016, 22:18

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
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

JNET AI CHAT BOT LINUX WEB SERVER Empty Re: JNET AI CHAT BOT LINUX WEB SERVER

Post by jamied_uk 30th April 2016, 22:22

jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

JNET AI CHAT BOT LINUX WEB SERVER Empty Re: JNET AI CHAT BOT LINUX WEB SERVER

Post by jamied_uk 1st May 2016, 11:22

jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

JNET AI CHAT BOT LINUX WEB SERVER Empty Re: JNET AI CHAT BOT LINUX WEB SERVER

Post by jamied_uk 1st May 2016, 13:21

Styling CSS & JQUERY with PHP Functions

jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

JNET AI CHAT BOT LINUX WEB SERVER Empty Re: JNET AI CHAT BOT LINUX WEB SERVER

Post by jamied_uk 1st May 2016, 14:46

AI Bot Learns E=MC2
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

JNET AI CHAT BOT LINUX WEB SERVER Empty Re: JNET AI CHAT BOT LINUX WEB SERVER

Post by jamied_uk 2nd May 2016, 02:05

FadeOut and FadeIn / Animate Jquery

jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

JNET AI CHAT BOT LINUX WEB SERVER Empty Re: JNET AI CHAT BOT LINUX WEB SERVER

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum