CINXE.COM

Register

<!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" dir="ltr" id="min-width" lang="en"xml:lang="en" ><head><title>Register</title><meta http-equiv="content-type" content="text/html; charset=utf-8"/><meta http-equiv="content-script-type" content="text/javascript"/><meta http-equiv="content-style-type" content="text/css"/><link rel="shortcut icon" type="image/x-icon" href="https://2img.net/h/upload.wikimedia.org/wikipedia/commons/8/80/Ico_specie.png" /><meta name="robots" content="noindex, follow" /><link rel="apple-touch-icon" sizes="57x57" href="/images/icons-57.png"> <link rel="apple-touch-icon" href="/images/icons-180.png"> <link rel="apple-touch-icon" sizes="60x60" href="/images/icons-60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/images/icons-72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/images/icons-76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/images/icons-114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/images/icons-120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/images/icons-144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/images/icons-152.png"> <link rel="apple-touch-icon" sizes="167x167" href="/images/icons-167.png"> <link rel="apple-touch-icon" sizes="180x180" href="/images/icons-180.png"> <meta name="apple-mobile-web-app-title" content=""><link rel="manifest" href="/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/images/icons-144.png"><meta name="title" content="Register"/> <link rel="preconnect" href="https://map.sddan.com" > <link rel="preconnect" href="https://js.sddan.com" > <link rel="stylesheet" href="/8-ltr.css" type="text/css" /><link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title=""/><link rel="search" type="application/opensearchdescription+xml" href="https://www.board-directory.net/search/improvedsearch.xml" title="Search forums"/><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script><script src="https://illiweb.com/rs3/87/frm/lang/en.js" type="text/javascript"></script><script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https:\/\/happ.forumotion.com\/","name":"Forum"}},{"@type":"ListItem","position":2,"item":{"@id":"https:\/\/happ.forumotion.com\/register","name":"Register"}}]}</script><script type="text/javascript">//<![CDATA[ $(document).ready(function () {});//]]></script> <script type="text/javascript" src="https://illiweb.com/rs3/87/frm/jquery/formValidator/form-validator.js" ></script> <script type="text/javascript" src="https://cache.consentframework.com/js/pa/24697/c/IxWav/stub" ></script> <script type="text/javascript" src="https://choices.consentframework.com/js/pa/24697/c/IxWav/cmp?lang=en" async></script> <script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-144337024-1" ></script> <script type="text/javascript" src="https://illiweb.com/rs3/87/frm/jquery/cookie/jquery.cookie.js" ></script> <script type="text/javascript" src="https://illiweb.com/rs3/87/frm/mentions/tooltipster.js" ></script> <script type="text/javascript" src="https://illiweb.com/rs3/87/frm/mentions/init.js" ></script><script type="text/javascript"> //<![CDATA[ var validateConfig = { "modules": "date, security", "lang": "", "language":{ "lengthTooShortStart": "The input value is shorter than", "errorTitle": "An error was encountered while sending the form. Please try again.", "requiredField": "You must fill in the required fields.", "requiredFields": "", "badEmail": "Sorry, but this e-mail address is invalid.", "lengthBadEnd": " characters", "lengthBadStart": "Between ", "badCustomVal": "The field is incorrect", "badInt": "The password must contain at least 1 number", "badUrl": "The input value is not a correct URL", "notConfirmed": "The entries don't appear to match", "badStrength": "The password is not safe enough" }, "scrollToTopOnError": false }; var userlang_jqform = "";$(function(){ $.validate(validateConfig); }); window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-144337024-1'); var setScreen = function() { if (typeof document.documentElement !== "undefined"){ var w = document.documentElement.clientWidth; var h = document.documentElement.clientHeight; $.cookie("_fa-screen", '{"w":' + w + ',"h":' + h + '}', { expires: 15, domain: 'happ.forumotion.com' }); } }; setScreen(); window.Criteo = window.Criteo || {}; window.Criteo.events = window.Criteo.events || []; // Declare this above the adunits var width = window.screen.width||window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth; var isMobile = ( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) || width <= 768 ); var CriteoAdUnits = "" Criteo.events.push(function() { Criteo.Passback.RequestBids(CriteoAdUnits, 2000); }); function togglePassword(input, icon) { if (input.type === "password") { input.type = "text"; icon.src = "https://illiweb.com/fa/icon-eye-slash.svg"; icon.height = "14"; icon.width = "14"; } else { input.type = "password"; icon.src = "https://illiweb.com/fa/icon-eye.svg"; icon.height = "13"; icon.width = "13"; } } document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll("input[type=\"password\"]").forEach(function(passwordField) { const container = document.createElement("div"); container.classList.add("password-container"); passwordField.parentNode.insertBefore(container, passwordField); container.appendChild(passwordField); const eyeIcon = document.createElement("img"); eyeIcon.classList.add("show_hide_pwd"); eyeIcon.src = "https://illiweb.com/fa/icon-eye.svg"; eyeIcon.height = "13"; eyeIcon.width = "13"; eyeIcon.addEventListener("click", function() { togglePassword(passwordField, eyeIcon); }); container.appendChild(eyeIcon); }); }); if(typeof(_userdata) == "undefined") var _userdata = new Object(); _userdata["session_logged_in"] = 0; _userdata["username"] = "Anonymous"; _userdata["user_id"] = -1; _userdata["tpl_used"] = "subsilver"; _userdata["user_level"] = 0; _userdata["user_lang"] = "en"; _userdata["activate_toolbar"] = 0; _userdata["fix_toolbar"] = 0; _userdata["notifications"] = 1; _userdata["avatar"] = "<img loading=\"lazy\" src=\"https://2img.net/i/fa/invision/pp-blank-thumb.png\" alt=\"avatar\" />"; _userdata["avatar_link"] = "https://2img.net/i/fa/invision/pp-blank-thumb.png"; _userdata["user_posts"] = 1; _userdata["user_nb_privmsg"] = 14; _userdata["groupcolor"] = ""; _userdata["point_reputation"] = 0; _userdata["user_points"] = 3; if(typeof(_lang) == "undefined") var _lang = new Object(); _lang["Share"] = "Share"; _lang["Login"] = "Log in"; _lang["Register"] = "Register"; _lang["Welcome"] = "Welcome"; _lang["Notifications"] = "Notifications"; _lang["See_my_profile"] = "View profile"; _lang["Edit_profile"] = "Edit profile"; _lang["All_Topics"] = "My topics"; _lang["All_Messages"] = "My posts"; _lang["js_topics_followed"] = "Watched topics"; _lang["Admin_panel"] = "Administration Panel"; _lang["Logout"] = "Log out"; _lang["Follow"] = "Follow"; _lang["Unfollow"] = "Unfollow"; _lang["Notif_see_all"] = "See all the notifications"; _lang["Notif_priv_msg"] = "You have received a <a href=\"/privmsg?folder=inbox&amp;nid=%(nid)s\">private message</a> from <a href=\"/u%(id)d\">%(name)s</a>"; _lang["Notif_report"] = "<a href=\"/u%(id)d\">%(name)s</a> has created a <a href=\"/report?nid=%(nid)s\">message report</a>"; _lang["Notif_friend_req"] = "You have received a <a href=\"/profile?mode=editprofile&amp;nid=%(nid)s&amp;page_profil=friendsfoes\">friend request</a> from <a href=\"/u%(id)d\">%(name)s</a>"; _lang["Notif_group_req"] = "<a href=\"/u%(id)d\">%(name)s</a> has made a request to join the group <a href=\"/g%(group_id)d-%(group_url_name)s?nid=%(nid)s\">%(group_name)s</a>"; _lang["Notif_friend_con"] = "<a href=\"/u%(id)d\">%(name)s</a> has connected"; _lang["Notif_wall_msg"] = "<a href=\"/u%(id)d\">%(name)s</a> has just written a message on <a href=\"/u%(self)dwall?nid=%(nid)s\">your wall</a>"; _lang["Notif_abuse"] = "<a href=\"/admin/?mode=active&amp;nid=%(nid)s&amp;part=misc&amp;sub=support&amp;_tc=1732538163\">An abuse</a> was reported"; _lang["Notif_topic_watch2"] = "<a href=\"/u%(id)d\">%(name)s</a> wrote a message in <a href=\"/t%(topic_id)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">%(topic_title)s</a>"; _lang["Notif_topic_watch_p2"] = "<a href=\"/u%(id)d\">%(name)s</a> wrote a message in <a href=\"/t%(topic_id)dp%(start)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">%(topic_title)s</a>"; _lang["Notif_topic_watch_guest2"] = "A guest wrote a message in <a href=\"/t%(topic_id)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">%(topic_title)s</a>"; _lang["Notif_topic_watch_p_guest2"] = "A guest wrote a message in <a href=\"/t%(topic_id)dp%(start)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">%(topic_title)s</a>"; _lang["Notif_topic_watch"] = "<a href=\"/u%(id)d\">%(name)s</a> wrote a message <a href=\"/t%(topic_id)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">in a watched topic</a>"; _lang["Notif_topic_watch_p"] = "<a href=\"/u%(id)d\">%(name)s</a> wrote a message <a href=\"/t%(topic_id)dp%(start)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">in a watched topic</a>"; _lang["Notif_topic_watch_guest"] = "A guest wrote a message in <a href=\"/t%(topic_id)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">a topic you watch</a>"; _lang["Notif_topic_watch_p_guest"] = "A guest wrote a message in <a href=\"/t%(topic_id)dp%(start)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">a topic you watch</a>"; _lang["Notif_mention"] = "<a href=\"/u%(id)d\">%(name)s</a> tagged you in <a href=\"/t%(topic_id)dp%(start)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">%(topic_title)s</a>"; _lang["Notif_like"] = "<a href=\"/u%(id)d\">%(name)s</a> likes your post in <a href=\"/t%(topic_id)dp%(start)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">%(topic_display_name)s</a>"; _lang["Notif_dislike"] = "<a href=\"/u%(id)d\">%(name)s</a> dislikes your post in <a href=\"/t%(topic_id)dp%(start)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">%(topic_display_name)s</a>"; _lang["Notif_hashtag"] = "The keyword <a href=\"/tags/%(tag)s\">#%(tag)s</a> has been tagged in <a href=\"/t%(topic_id)dp%(start)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">a topic</a>"; _lang["Notif_forum_watch"] = "<a href=\"/u%(id)d\">%(name)s</a> published <a href=\"/t%(topic_id)d-%(topic_name)s?nid=%(nid)s\">%(topic_title)s</a> in the forum <a href=\"/f%(forum_id)d-%(forum_name)s?nid=%(nid)s\">%(forum_title)s</a>"; _lang["Notif_advert_validate"] = "Your ad \"%(ad_title)s\" has been approved. <a href=\"/d%(ad_id)d-%(ad_url)s?nid=%(nid)s\">See the ad</a>"; _lang["Notif_advert_delete"] = "Your ad\"%(ad_title)s\" has been removed."; _lang["Notif_advert_refuse"] = "Your ad \"%(ad_title)s\" has been denied. <a href=\"/post?d=%(ad_id)d&amp;f=%(forum_id)d&amp;nid=%(nid)s\">See the ad</a>"; _lang["Notif_advert_expired"] = "Your ad \"\" has reached its publication time. You can publish it again by <a href=\"/post?d=%(ad_id)d&amp;f=%(forum_id)d&amp;nid=%(nid)s\">clicking here</a>"; _lang["Notif_award"] = "<div class=\"notif_award\" style=\"--award-image:url('%(award_image)s')\"></div><div class=\"notif_award_text\">%(award_notif)s</div>"; _lang["Notif_followers_new_topic"] = "Followed member <a href=\"/u%(id)d\">%(name)s</a> published <a href=\"/t%(topic_id)d-%(topic_name)s?nid=%(nid)s\">%(topic_title)s</a>"; _lang["Notif_followers_new_post2"] = "Followed member <a href=\"/u%(id)d\">%(name)s</a> wrote a new message in <a href=\"/t%(topic_id)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">%(topic_title)s</a>"; _lang["Notif_followers_new_post_p2"] = "Followed member <a href=\"/u%(id)d\">%(name)s</a> wrote a new message in <a href=\"/t%(topic_id)dp%(start)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">%(topic_title)s</a>"; _lang["Notif_followers_new_post"] = "Followed member <a href=\"/u%(id)d\">%(name)s</a> wrote a new message <a href=\"/t%(topic_id)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">in a topic</a>"; _lang["Notif_followers_new_post_p"] = "Followed member <a href=\"/u%(id)d\">%(name)s</a> wrote a new message <a href=\"/t%(topic_id)dp%(start)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">in a topic</a>"; _lang["Notif_no_notifications"] = "No new notifications"; _lang["All_PMs"] = "My private messages"; _lang["rank_title"] = ""; _lang["No_assigned_rank"] ="No special rank assigned"; _lang["Posts"] = "Posts"; _lang["PMs"] = "PMs"; _lang["Reputation"] ="Reputation"; _lang["Twitter"] ="Forumotion"; _lang["copied_id"] ="Value copied"; if(typeof(_board) == "undefined") var _board = new Object(); _board["reputation_active"] = 1; _board["Forumotion"] = "Forumotion"; _board["toolbar_title_url"] = "https://www.forumotion.com"; _board["toolbar_logo"] = "https://2img.net/i/fa/i/toolbar/pa0.png"; if(typeof(_lang) == "undefined") { var _lang = new Object(); } _lang["Twitter"] ="Forumotion"; _lang["copied_id"] ="Value copied"; function open_award(elem) { $(elem).prev('.dd_award').toggleClass('open'); } function show_more_awards(element) { let j_element = $(element); let prev = j_element.prev('.dd_award'); if (prev.prop('scrollHeight') > prev.prop('clientHeight') || prev.prop('scrollWidth') > prev.prop('clientWidth')) { j_element.css('display', 'flex'); j_element.on('click', function(){ open_award(this); }); } } $(document).ready(function () { $('.award').on('mouseover', async function() { let offset = {}; let tooltiptext = {}; let tooltip = {}; offset = await $(this).offset(); tooltiptext = await $(this).find('.award_tooltiptext'); let propTop = await tooltiptext.css('top'); let propLeft = await tooltiptext.css('left'); tooltip = await $(this).find('.award_tooltiptext').clone(); await tooltip.addClass('profile'); await tooltip.css({position: 'absolute', top: (offset.top + parseInt(propTop)) + 'px', left: (offset.left + parseInt(propLeft)) + 'px', opacity: '1', visibility: 'visible', display: 'block', zIndex: '1000'}); await $('body').append(tooltip); }); $('.award').on('mouseout', function() { $('body').find('> .award_tooltiptext').remove(); }); $('.dd_award').each(function() { if ($(this).children().length === 0){ $(this).hide(); } }); $('.award_more').each(function() { show_more_awards($(this)); }); }); //]]> </script> <link rel="stylesheet" type="text/css" href="https://illiweb.com/rs3/87/frm/jquery/formValidator/theme-default.min.css" /> <link rel="stylesheet" type="text/css" href="https://illiweb.com/rs3/87/frm/mentions/tooltipster.css" /><style type="text/css"> #left table.3096e136 {border:0;border-collapse:collapse;}#left table.3096e136 table {table-layout:fixed;border-collapse:collapse;}div.3096e136 iframe{display: block!important!;visibility: visible!important!}iframe[src*=adstune]:not([style*=display]), iframe[src*=criteo]:not([style*=display]), iframe[src*=ad6b]:not([style*=display]), iframe[src*=z5x]:not([style*=display]), iframe[src*=doubleclick]:not([style*=display]) {display: block !important;visibility: visible !important;}div.we8981bf{ font-size: 11px; color:#d2d1d1; } </style> <script> const publicKey='BKmtUyu_rzo4nE2qBLzX2XfTzms6gkHyDRtci9SeHlG14Vx1jatDYQVAGJWR93VxzHjdJNpISjoEeWEUurTyNgo'; let isSubscribed = false; let swRegistration = null; function urlB64ToUint8Array(base64String) { const padding = '='.repeat((4 - base64String.length % 4) % 4); const base64 = (base64String + padding) .replace(/\-/g, '+') .replace(/_/g, '/'); const rawData = window.atob(base64); const outputArray = new Uint8Array(rawData.length); for (let i = 0; i < rawData.length; ++i) { outputArray[i] = rawData.charCodeAt(i); } return outputArray; } function updateSubscriptionOnServer(subscription) { if(subscription !=null){ const key = subscription.getKey('p256dh'); const token = subscription.getKey('auth'); const contentEncoding = (PushManager.supportedContentEncodings || ['aesgcm'])[0]; if('fetch' in window){ return fetch('ajax/webpush_register.php', { method: 'POST', body: JSON.stringify({ endpoint: subscription.endpoint, publicKey: key ? btoa(String.fromCharCode.apply(null, new Uint8Array(key))) : null, authToken: token ? btoa(String.fromCharCode.apply(null, new Uint8Array(token))) : null, contentEncoding, }), }).then(() => subscription); }else{ var http = new XMLHttpRequest(); var url = 'ajax/webpush_register.php'; http.open('POST', url, true); //Send the proper header information along with the request http.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); http.onreadystatechange = function() {//Call a function when the state changes. if(http.readyState == 4 && http.status == 200) { alert(http.responseText); } } http.send(JSON.stringify({ endpoint: subscription.endpoint, publicKey: key ? btoa(String.fromCharCode.apply(null, new Uint8Array(key))) : null, authToken: token ? btoa(String.fromCharCode.apply(null, new Uint8Array(token))) : null, contentEncoding: contentEncoding, })); } }else{ if('fetch' in window){ return fetch('ajax/webpush_register.php', { method: 'POST', body: JSON.stringify({ endpoint: null }), }).then(() => subscription); }else{ var http = new XMLHttpRequest(); var url = 'ajax/webpush_register.php'; http.open('POST', url, true); //Send the proper header information along with the request http.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); http.onreadystatechange = function() {//Call a function when the state changes. if(http.readyState == 4 && http.status == 200) { alert(http.responseText); } } http.send(JSON.stringify({ endpoint: subscription.endpoint, publicKey: key ? btoa(String.fromCharCode.apply(null, new Uint8Array(key))) : null, authToken: token ? btoa(String.fromCharCode.apply(null, new Uint8Array(token))) : null, contentEncoding, })); } } } function subscribeUser() { const applicationServerKey = urlB64ToUint8Array(publicKey); swRegistration.pushManager.subscribe({ userVisibleOnly: true, applicationServerKey: applicationServerKey }) .then(function(subscription) { updateSubscriptionOnServer(subscription); isSubscribed = true; }) .catch(function(err) { console.log('Failed to subscribe the user: ', err.message); unsubscribeUser(); }); } function unsubscribeUser() { swRegistration.pushManager.getSubscription() .then(function(subscription) { if (subscription) { return subscription.unsubscribe(); } }) .catch(function(error) { console.log('Error unsubscribing', error); }) .then(function() { updateSubscriptionOnServer(null); isSubscribed = false; }); }if ('serviceWorker' in navigator && 'PushManager' in window) { navigator.serviceWorker.register('/serviceworker.js') .then(function(swReg) { swRegistration = swReg; }) } </script><script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6Ldcm5wpAAAAAJn23YtyzGFlSsQc7nq5Q4z588dO"></script><script type="text/javascript"> $(function(){ $("#web_redirect").on("click", function(){ var d = new Date(); var cookie_string = "_mobile_version=0"; d.setTime(d.getTime()+(365*24*60*60*1000)); var expires = d.toUTCString(); cookie_string += "; path=/"; cookie_string += "; domain=" + window.location.hostname; cookie_string += "; expires=" + expires; document.cookie = cookie_string; location.reload(); }); }) ; </script><script type="text/javascript"> $(function(){ $("#mobi_redirect").on("click", function(){ var d = new Date(); var cookie_string = "_mobile_version=1"; d.setTime(d.getTime()+(365*24*60*60*1000)); var expires = d.toUTCString(); cookie_string += "; domain=" + window.location.hostname; cookie_string += "; expires=" + expires; document.cookie = cookie_string; location.reload(); }); }) ; </script><script type="text/javascript" src="https://illiweb.com/rs3/87/frm/twemoji/twemoji.min.js"></script></head><body background="https://i.servimg.com/u/f60/13/50/09/81/stars110.jpg" bgcolor="#000000" text="#d2d1d1" link="#ffffff"vlink="#ffffff"><a name="top"></a><table class="bodylinewidth" width="85%" cellspacing="0" cellpadding="10" border="0" align="center"><tr><td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td align="center" width="100%" valign="middle"><a href="/forum"><img loading="lazy" src="https://i.servimg.com/u/f60/13/50/09/81/032610.jpg" id="i_logo" border="0" alt="Register 032610" vspace="1"/></a><br/><div class="maintitle"></div><br/><span class="gen">Hrvatska Agencija za Paranormalne Pojave<br/>&nbsp; </span></td></tr></table><table cellspacing="0" cellpadding="0" border="0" align="center"><tr><td align="center"><a class="mainmenu" href="/forum"><img id="i_icon_mini_index" class="sprite-icon_mini_index" src="https://2img.net/i/empty.gif" border="0" height="13" hspace="2" alt="Home" title="Home" />Home</a> &nbsp;<a class="mainmenu" href="/"><img id="i_icon_mini_portal" class="sprite-icon_mini_portal" src="https://2img.net/i/empty.gif" border="0" height="13" hspace="2" alt="Portal" title="Portal" />Portal</a> &nbsp;<a class="mainmenu" href="/gallery/index.htm" rel="nofollow"><img id="i_icon_mini_gallery" src="https://2img.net/i/fa/revaz-matrix/icon_mini_gallery.gif" border="0" height="13" hspace="2" alt="Gallery" title="Gallery" />Gallery</a> &nbsp;<a class="mainmenu" href="/images"><img id="i_icon_mini_imagelist" src="https://2img.net/i/fa/revaz-matrix/icon_mini_gallery.gif" border="0" height="13" hspace="2" alt="Latest images" title="Latest images" />Latest images</a> &nbsp;<a class="mainmenu" href="/search" onclick="showhide(document.getElementById('search_menu')); return false;"><img id="i_icon_mini_search" src="https://2img.net/i/fa/revaz-matrix/icon_mini_search.gif" border="0" height="13" hspace="2" alt="Search" title="Search" />Search</a> &nbsp;<div id="search_menu" style="display:none;position:absolute;z-index:10000"><form action="/search" method="get"><input type="hidden" name="mode" value="searchbox"/><table class="forumline" cellpadding="3" cellspacing="0" border="0"><tr><th class="thHead">Search Query</th></tr><tr><td class="row2" align="center"><input type="text" class="post" name="search_keywords" size="24" style="height:20px;margin-top:6px;margin-right:3px;"/><input type="submit" class="button" value="Go"/></td></tr><tr><td class="row2" align="center" nowrap="nowrap"><span class="genmed"> Display results as : <input id="rposts" type="radio" name="show_results" value="posts" /><label for="rposts"> Posts</label><input id="rtopics" type="radio" name="show_results" value="topics" checked="checked"/><label for="rtopics"> Topics</label> </span></td></tr><tr><td class="row2" align="center"><span class="genmed"><a href="/search" rel="nofollow" title="Advanced Search"><img src="https://2img.net/i/empty.gif" width="12" height="13" border="0" hspace="3" alt="Advanced Search"/> Advanced Search</a></span></td></tr></table></form></div><a class="mainmenu" href="/register"><img id="i_icon_mini_register" src="https://2img.net/i/fa/revaz-matrix/icon_mini_register.gif" border="0" height="13" hspace="2" alt="Register" title="Register" />Register</a> &nbsp;<a class="mainmenu" href="/login" rel="nofollow"><img id="i_icon_mini_login" src="https://2img.net/i/fa/revaz-matrix/icon_mini_login.gif" border="0" height="13" hspace="2" alt="Log in" title="Log in" />Log in</a> &nbsp;</td></tr></table><div style="clear: both;"></div><div id="page-body"><div id="content-container"><table cellpadding="0" cellspacing="0" width="100%" class="three-col"><tbody><tr><td valign="top" width="183"><div id="left"><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td class="catLeft" height="25"><span class="genmed module-title">Forum Worth</span></td></tr><tr><td class="row1 genmed" align="left"><a href="http://www.webstatsdomain.com/domains/happ.forumotion.com/" target="_blank"><img src="https://2img.net/h/www.webstatsdomain.com/widget/informer/happ.forumotion.com/9.png" alt="happ.forumotion.com-Google pagerank and Worth" title="happ.forumotion.com-Google pagerank and Worth" style="border:none;"/></a></td></tr></table><div style="height:4px"></div></div></td><td valign="top" width="100%"><table width="100%" border="0" cellspacing="2" cellpadding="0" align="center"><tr><td><span class="nav"><a class="nav" href="/forum"></a></span></td></tr></table><form method="GET" id="frmAgreement" action="/register?agreed=true&amp;step=2"><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"><tr><th class="thHead" valign="middle" height="25"><h1> - Registration Agreement Terms</h1></th></tr><tr><td class="row1" align="center"><table width="80%" border="0" cellspacing="2" cellpadding="0" align="center"><tr><td><div class="genmed align_gauche"><br /><h2 class="u">Forum Terms of service</h2> <p><strong>Using the forum</strong>. By registering on this forum, you agree to use it properly, and to refrain from posting any content that is aggressive, offensive, defamatory, hateful, or in violation of applicable laws and regulations. You agree not to post messages inciting or evoking illegal practices, or violating the <a href="https://www.forumotion.com/terms-of-service" target="_blank"><u>terms of use</u></a> of the service.</p> <p>The moderators and administrators of this forum will do their best to delete or edit any reprehensible messages that may be posted on the forum. You acknowledge that all messages posted on this forum express the opinion of their respective authors, and do not necessarily reflect the position of the moderators and administrators.</p> <p>In order to ensure the moderation of this forum, any message violating the preceding provisions may be edited or deleted without notice by the moderators and administrators of the forum. Any abuse may also be sanctioned by banning or deleting the user account. We reserve the right to inform your access provider and/or the judicial authorities of any malicious behaviour.</p> <p><strong>Your personal data</strong>. By registering on this forum, you agree that it may collect some of your personal data. This data collection is done either through the information you provide us, or through the use of the services itself, for technical data used for the forum proper functioning. You can access, modify or delete your data at any time. Users under 16 years old certify that they have obtained the consent of their legal guardian in order to proceed with this registration. For more information, please read <a href="/privacy" target="_blank"><u>our privacy policy</u></a>.</p> <p><strong>This forum uses cookies to store information on your computer</strong>. These cookies only serve to improve the user experience. You can read the purpose of cookies on our <a href="/faq#faqCookies" target="_blank"><u>forum help center</u></a>. You can choose in your browser settings not to enable cookies, as this may disrupt the forum proper functioning.</p> <p><strong>This forum may send you electronic messages (e-mail)</strong>, such as activity notifications, or newsletters, sent by Forumotion or by an administrator of this forum. You can choose in your profile preferences to receive or not each of these messages.</p> <br /> <span style='color:red'>Click on the button 'I Agree to these terms' below :<br /> - You acknowledge that you have read these rules in their entirety ;<br /> - You agree to comply fully with this rules ;<br /> - You grant moderators of this forum the right to delete, move or edit any topic at any time.</span><br /><br /><br /><div align="center"><div style="text-align:justify; display:inline-block;" align="justify"><input type="hidden" name="step" value="2" /><p><input type="checkbox" name="agreement" id="frmAgreeChkAgree" value="1" data-validation="required"/> <label for="frmAgreeChkAgree">I have read and agree to these terms of use</label> <br /></p><p><input type="checkbox" name="privacy" id="frmAgreeChkPrivacy" value="1" data-validation="required"/> <label for="frmAgreeChkPrivacy">I have read and agree to the <a href="/privacy" target="_blank" rel="nofollow">Privacy Policy</a> for my information and Cookies</label></p></div></div><br /><div align="center"><input type="submit" value="I Agree to these terms" class="genmed" /></div><br /></div></td></tr></table></td></tr></table></form></td><td valign="top" width="0"><div id="emptyidright"></div></td></tr></tbody></table></div></div><!-- close div id="page-body" --><div id="page-footer"><div align="center"><div class="gen"><strong><a href="https://www.forumotion.com" target="_blank">Forumotion's free forums</a></strong>&nbsp;|&nbsp;<span class="gensmall">&copy;</span><a href="https://www.forumotion.com/phpbb" target="_blank">phpBB</a>&nbsp;|&nbsp;<a name="bottom" href="https://help.forumotion.com/" target="_blank">Free forum support</a>&nbsp;|&nbsp;<a href="/abuse?page=%2Fregister&amp;report=1" rel="nofollow">Report an abuse</a>&nbsp;|&nbsp;<a href="javascript:window.Sddan.cmp.displayUI();">Cookies</a>&nbsp;|&nbsp;<strong><a href="https://www.forumotion.com" target="_blank">Forumotion.com</a></strong></div></div></div></td></tr></table><script type="text/javascript">//<![CDATA[ fa_endpage();//]]></script></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10