1637 shaares
145 liens privés
145 liens privés
<html>
<body>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="http://domaineJappix.tld/php/get.php?l=en&t=js&g=mini.xml"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
// Define groupchats here
MINI_GROUPCHATS = [];
MINI_PASSWORDS = [];
// Define chats here
MINI_CHATS = [];
// Add an animation
MINI_ANIMATE = true;
// Define the user nickname
MINI_NICKNAME = "";
// Random user nickname (if no nickname)
MINI_RANDNICK = true;
// Override the default session resource
MINI_RESOURCE = "MyOwnResource";
// Connect the user (autoconnect, show_pane, domain, username, password)
// Notice: put true/false to autoconnect and show_pane
// Notice: exclude "user" and "password" if using anonymous login
launchMini(false, true, "domaine.tld", "login", "motdepasse");
});
</script>
</body>
</html>