// var setScreen = function() {
var w = document.documentElement.clientWidth || document.body.clientWidth;
var h = document.documentElement.clientHeight || document.body.clientHeight;
$.cookie("_fa-screen", '{"w":' + w + ',"h":' + h + '}', { expires: 15, domain: 'asmtosegagenesis.forumotion.com' });
console.log( '{"w":' + w + ',"h":' + h + '}');
}
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 CriteoAdblock(containerid, zoneid, pbcontainerid) {
Criteo.events.push(function() {
Criteo.DisplayAcceptableAdIfAdblocked({
"zoneid": zoneid,
"containerid": containerid,
"overrideZoneFloor": false,
"callbacksuccess": function() {
document.getElementById(pbcontainerid).style.display = "none"; //if adblock, collapse passback container id
}
});
window.addEventListener("message", function (e) {
if (e.data && e.data == 'criteo-adblock-passback-'+zoneid)
document.getElementById(containerid).style.display = "none";
else return;
}, false);
});
}
if(typeof(_userdata) == "undefined")
var _userdata = new Object();
_userdata["session_logged_in"] = 1;
_userdata["username"] = "Ravenfreak";
_userdata["user_id"] = 55;
_userdata["user_level"] = 0;
_userdata["user_lang"] = "en";
_userdata["activate_toolbar"] = 0;
_userdata["fix_toolbar"] = 0;
_userdata["notifications"] = 1;
_userdata["avatar"] = "";
_userdata["user_posts"] = 323;
_userdata["user_nb_privmsg"] = 2;
_userdata["point_reputation"] = 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["Notif_see_all"] = "See all the notifications";
_lang["Notif_priv_msg"] = "You have received a private message from %(name)s";
_lang["Notif_report"] = "%(name)s has created a message report";
_lang["Notif_friend_req"] = "You have received a friend request from %(name)s";
_lang["Notif_group_req"] = "%(name)s has made a request to join the group %(group_name)s";
_lang["Notif_friend_con"] = "%(name)s has connected";
_lang["Notif_wall_msg"] = "%(name)s has just written a message on your wall";
_lang["Notif_abuse"] = "An abuse was reported";
_lang["Notif_topic_watch"] = "%(name)s wrote a message in a watched topic";
_lang["Notif_topic_watch_p"] = "%(name)s wrote a message in a watched topic";
_lang["Notif_topic_watch_guest"] = "A guest wrote a message in a topic you watch";
_lang["Notif_topic_watch_p_guest"] = "A guest wrote a message in a topic you watch";
_lang["Notif_mention"] = "%(name)s tagged you in a topic";
_lang["Notif_hashtag"] = "The keyword #%(tag)s has been tagged in a topic";
_lang["Notif_advert_validate"] = "Your ad \"%(ad_title)s\" has been approved. See the ad";
_lang["Notif_advert_delete"] = "Your ad\"%(ad_title)s\" has been removed.";
_lang["Notif_advert_refuse"] = "Your ad \"%(ad_title)s\" has been denied. See the ad";
_lang["Notif_advert_expired"] = "Your ad \"\" has reached its publication time. You can publish it again by clicking here";
_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";
if(typeof(_board) == "undefined")
var _board = new Object();
_board["reputation_active"] = 0;
_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";
//]]>
$(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 += "; domain=" + window.location.hostname;
cookie_string += "; expires=" + expires;
document.cookie = cookie_string;
location.reload();
});
}) ;
$(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();
});
}) ;
Logged in as Ravenfreak.
Administration
Forum | Topics | Posts | Last Posts |
---|---|---|---|
| 1550 | 9080 | Today at 1:35 pm SonicVaan |
Main Category
Forum | Topics | Posts | Last Posts |
---|---|---|---|
ASM ProgrammingAsk anything your want about assembly programming in Sega Genesis (32X, Sega CD) console.
| 98 | 1296 | Sun Apr 07, 2019 3:29 pm SonicVaan |
Some GamesAsk anything your want about some Sega Genesis games.
| 27311 | 56980 | Today at 12:08 am SonicVaan |
Specific Games Category
Forum | Topics | Posts | Last Posts |
---|---|---|---|
Sonic 1Sonic 1 specific forum.
| 148 | 1544 | Tue Apr 09, 2019 1:59 am Electroball_ |
Sonic 2All about Sonic 2 is here.
| 51 | 1417 | Tue Apr 09, 2019 1:56 am Electroball_ |
Sonic 3 & KnuckesAll about Sonic 3, Sonic & Knuckles, and Sonic & Knuckles lock-on games.
| 53 | 597 | Wed Apr 17, 2019 9:11 pm No one |
Sonic 3D BlastAll about Sonic 3D Blast.
| 53 | 370 | Wed Apr 03, 2019 1:14 pm SonicVaan |
Other Sonic GamesAsk anything your want about other Sonic games.
| 32 | 359 | Sat Apr 06, 2019 12:10 pm UburL33tUzerNam |
Projects
Forum | Topics | Posts | Last Posts |
---|---|---|---|
Sonic Open Source ProjectSonic Open Source Forum
| 114 | 932 | Wed Apr 10, 2019 6:57 pm No one |
Demos and Game ReleasesAnnounce demos, games releases or tests
| 44 | 470 | Wed Apr 10, 2019 6:59 pm No one |
Sand Box
Forum | Topics | Posts | Last Posts |
---|---|---|---|
| 39699 | 40563 | Wed Apr 10, 2019 7:02 pm No one |
Statistics
Who is online? | |
---|---|
Registered Users: Ravenfreak Legend : [Administrator ] [ Moderator ] | |
Forthcoming Calendar linked topics within the next 5 days | |
There are no forthcoming calendar linked topic | |
Statistics | |
Our users have posted a total of 113617 messages We have 122 registered users The newest registered user is Alexander Most users ever online was 41 on Mon Jul 20, 2015 9:12 am |