536 lines
21 KiB
HTML
536 lines
21 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<!-- Mirrored from dsipaint.com/member/?id=150961 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Apr 2023 23:09:44 GMT -->
|
|
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta name="description" content="3DSPaint: Games and Apps for the Nintendo 3DS Internet Browser" />
|
|
<meta name="keywords" content="3D Photo Gallery, 3DS Photo Gallery, Upload 3D Photos, Upload 3DS Photos, MPO, 3DSPaint, 3DS Opera SDK, Nintendo 3DS, 3DS, JavaScript, video games" />
|
|
<link rel="shortcut icon" href="../favicon.ico" />
|
|
<link rel="apple-touch-icon" href="../apple-touch-icon.png" />
|
|
<link rel="stylesheet" href="../stylee993.css" type="text/css" />
|
|
<link rel="stylesheet" href="../lighte993.css" type="text/css" />
|
|
<script type="text/javascript">
|
|
function parse(json){
|
|
return (typeof JSON == 'object') ? JSON.parse(json) : eval(json);
|
|
}
|
|
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-702344-11']);
|
|
_gaq.push(['_trackPageview']);
|
|
(function() {
|
|
var ga = document.createElement('script');
|
|
ga.type = 'text/javascript';
|
|
ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0];
|
|
s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
</script>
|
|
<title>Profile for DCTheGamr</title>
|
|
<script type="text/javascript">
|
|
'use strict';
|
|
|
|
function flag(obj, comment) {
|
|
var params = 'action=comment_flag&comment=' + comment;
|
|
|
|
if (confirm("Flag comment?")) {
|
|
xhrCall(params);
|
|
obj.style.display = 'none';
|
|
}
|
|
return false;
|
|
}
|
|
function remove_comment(obj, comment) {
|
|
var div = obj.parentNode.parentNode,
|
|
params = 'action=comment_delete&comment=' + comment;
|
|
|
|
if (confirm("Delete comment?")) {
|
|
xhrCall(params);
|
|
div.parentNode.removeChild(div);
|
|
}
|
|
return false;
|
|
}
|
|
function xhrCall(params) {
|
|
xhr.abort();
|
|
xhr.open('GET.html', '?id=150961&ajax=' + (new Date()).getTime() + '&' + params, true);
|
|
xhr.send(null);
|
|
}
|
|
|
|
function mousedown(e) {
|
|
context.beginPath();
|
|
context.moveTo(e.offsetX - 1, e.offsetY - 1);
|
|
painting = true;
|
|
}
|
|
function mousemove(e) {
|
|
if (painting) {
|
|
context.lineTo(e.offsetX - 1, e.offsetY - 1);
|
|
context.stroke();
|
|
}
|
|
}
|
|
function mouseup(e) {
|
|
painting = false;
|
|
}
|
|
|
|
function save() {
|
|
if (!saving) {
|
|
saving = true;
|
|
var data = 'id=150961&data=' + canvas.toDataURL('image/png');
|
|
console.log(data);
|
|
var xhrSave = new XMLHttpRequest();
|
|
xhrSave.open('POST.html', '../includes/ajax_comment_save.html', true);
|
|
xhrSave.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
|
|
xhrSave.setRequestHeader('Content-length', data.length);
|
|
xhrSave.setRequestHeader('Connection', 'close');
|
|
xhrSave.send(data);
|
|
xhrSave.onreadystatechange = function () {
|
|
if (xhrSave.readyState == 4 && xhrSave.responseText == 'true') {
|
|
location.reload();
|
|
}
|
|
};
|
|
}
|
|
return false;
|
|
}
|
|
|
|
var xhr = new XMLHttpRequest();
|
|
|
|
window.onload = function () {
|
|
var images = document.getElementsByName('body_images');
|
|
var maxwidth = 800;
|
|
if (document.domain.indexOf('3dspaint')) {
|
|
maxwidth = 300;
|
|
} else if (document.domain.indexOf('dsipaint')) {
|
|
maxwidth = 220;
|
|
}
|
|
for (var index in images) {
|
|
if (images[index].width > maxwidth) {
|
|
images[index].width = maxwidth;
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
<style type="text/css">
|
|
TD.profile_page{
|
|
background:#8f8;
|
|
border:1px outset #888;
|
|
color:#fff;
|
|
font-size:9pt;
|
|
text-align:center;
|
|
}
|
|
.button {
|
|
background: #fff;
|
|
border: 1px outset #888;
|
|
margin: 3px;
|
|
padding: 3px;
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.admin TD, .admin TEXTAREA {
|
|
background:#fff !important;
|
|
color:#000 !important;
|
|
}
|
|
</style>
|
|
<style type="text/css">
|
|
body {background-color:black;background-image:url(../images/upload_gallery/16871.jpg)!important;word-wrap:break-word!important;width:99%;line-height:14px!important;font-size:12px!important}
|
|
|
|
input.form_button {background-image:url(../images/upload_gallery/16255.jpg)!important;border:1px darkblue solid;border-radius:1px 1px 1px 1px!important}
|
|
|
|
div.menu_section {background-color:black!important;color:white!important;border:1px blue solid;max-width:1000px!important;border-radius:1px!important;}
|
|
div#shout.zebra, input#txtShout.form_field {background-image:url(../images/upload_gallery/16060.jpg)!important}
|
|
div.button_div {background-color:darkblue!important;border-radius:1px}
|
|
textarea#styling.form_textarea, textarea#.form_textarea, input.form_field {background-color:black!important;color:white!important}
|
|
IMG[src="../images/logo.png"] {content:url(../images/upload_gallery/16741.jpg)!important;height:45px;width:175px;}
|
|
div.spoiler_body {background-color:black!important}
|
|
div.row {font-size:10px!important;line-height:4px!important}
|
|
|
|
textarea.form_textarea {background-color:black!important;color:blue;border:1px blue solid!important}
|
|
|
|
div.zebra {background-color:black!important;padding:8px!important;border:1px transparent solid!important;}
|
|
|
|
h1 {background-color:black!important;color:blue;border:1px transparent solid;border-radius: 1px 1px 1px 1px!important}
|
|
a {color:cyan;font-weight:bold!important}
|
|
input:hover, ::selection {background-color:darkblue!important;color:white!important}
|
|
a:hover {background-color:darkblue!important;color:white!important}
|
|
|
|
a, a {animation-duration:4s!important;animation-name:RAINBOW;animation-iteration-count:infinite!important}
|
|
|
|
a[href^="https://dc-blog.neocities.org"] {color:lime!important}
|
|
a[href^="https://youtube.com/"] {color:red!important}
|
|
a[href^="https://twitch.tv/"] {color:purple!important}
|
|
a[href^="https://twitter.com/"] {color:cyan!important}
|
|
a[href^="https://reddit.com/"] {color:orange!important}
|
|
a[href^="https://github.com/"] {color:gray!important}
|
|
a[href^="https://socialcu.be/"] {color:blue!important}
|
|
a[href^="https://truthsocial.com/"] {color:#5346a3!important}
|
|
a[href^="https://www.deviantart.com/"] {color:#228B22!important}
|
|
a[href^="https://soundcloud.com/"] {color:#FF4500!important}
|
|
|
|
@keyframes RAINBOW {
|
|
0% {color:red!important}
|
|
20% {color:orange!important}
|
|
40% {color:yellow!important}
|
|
60% {color:green!important}
|
|
80% {color:blue!important}
|
|
100% {color:purple!important}
|
|
}
|
|
|
|
a[href="/member?id=32808"]:before{content:"Literally 1984 "!important;color:hotpink!important}
|
|
a[href="/member?id=32808"]{color:deeppink!important}
|
|
a[href="/member?id=32808"]:after{content:url(../images/upload_gallery/17221.jpg)!important;}
|
|
IMG[src="../images/art_gallery/240976.png"]{content:url(../images/upload_gallery/17221.jpg)!important}
|
|
|
|
a[href="/member?id=150961"]:before{content:"Freedom-pilled "!important;color:red!important}
|
|
a[href="/member?id=150961"]{color:gold!important}
|
|
a[href="/member?id=150961"]:after{content:url(../images/upload_gallery/15929.jpg)!important;} </style>
|
|
</head>
|
|
<body style="background: url(../images/backgrounds/background19.png)">
|
|
|
|
<div style="padding:2px; text-align:center">
|
|
<a href="../index.html"><img src="../images/logo.png" alt="Logo" /></a>
|
|
</div>
|
|
|
|
<div class="menu_section" style="padding:0px">
|
|
|
|
|
|
<div class="menu_section">
|
|
<div class="nav_avatar">
|
|
<a onclick="showLogin();"><img src="../avatars_site/0.png" alt="Login" title="Login" /></a>
|
|
</div>
|
|
|
|
<div class="nav_div">Welcome, Guest.</div>
|
|
<div class="nav_div">
|
|
<a onclick="showLogin();">Login</a> | <a href="../register.html">Register</a>
|
|
</div>
|
|
|
|
<div id="divLogin" style="display:none" >
|
|
<form action="#" method="post">
|
|
Username: <input type="text" name="username" class="form_field" /><br />
|
|
Password: <input type="password" name="password" class="form_field" /><br />
|
|
Remember me: <input type="checkbox" value="true" name="remember" /><br />
|
|
<input type="submit" value="Login" class="form_button" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
function showLogin(){
|
|
document.getElementById('divLogin').style.display='block';
|
|
}
|
|
</script>
|
|
|
|
</div>
|
|
|
|
<h1>Profile for DCTheGamr</h1>
|
|
|
|
|
|
<div class="menu_section">
|
|
<div class="head">
|
|
"Paint Needs To Be Greater More Than Ever Before, Angela L"
|
|
</div>
|
|
<div class="row"><div>FIRST NAME</div>Hat Not MAGA, It Paint</div>
|
|
<div class="row"><div>BIRTHDAY</div>16 Jun 1372</div>
|
|
<div class="row"><div>MEMBER SINCE</div>13 Apr 2021</div>
|
|
<div class="row"><div>LAST LOGIN</div>06 Apr 2023</div>
|
|
<div class="row"><div>MOOD</div>Xenial</div>
|
|
<div class="row"><div>DOING NOW</div>[Private]</div>
|
|
<div class="row"><div>STANDING</div>Active</div>
|
|
<div class="row"><div>3DS CODE</div>2853-3028-0781</div>
|
|
<div class="row"><div>SWITCH CODE</div>SW-5567-1727-1398</div>
|
|
<div class="row"><div>NINT NETWK ID</div>DC_PKMN</div>
|
|
</div>
|
|
|
|
|
|
<h1>Biography</h1>
|
|
<div class="menu_section">
|
|
<div class="form_body" id="blog_body">
|
|
|
|
Yes I'm the real Digital Cheese. Mainstream websites going downhill fast now, give it a few years before they're all dystopian as hell or straight up dead. If you really need me, contact me here because its better lol.
|
|
<br /><hr /><span style="font-weight:bold"><big>Main</big></span>
|
|
<br /><a href="../../external.html?link=https://dc-blog.neocities.org/" rel="nofollow">My Website</a>
|
|
<br /><a href="../../external.html?link=https://youtube.com/DigitalCheese" rel="nofollow">YouTube Channel</a>
|
|
<br /><a href="../../external.html?link=https://twitch.tv/digital_cheese" rel="nofollow">Twitch Channel</a>
|
|
<br /><a href="../../external.html?link=https://twitter.com/DigitalCheeseYT" rel="nofollow">Twitter Account</a>
|
|
<br /><a href="../../external.html?link=https://reddit.com/u/Digital_CheeseYT" rel="nofollow">Reddit Account</a>
|
|
<br /><a href="../../external.html?link=https://socialcu.be/@DCTheGamr" rel="nofollow">Socialcu.be Account</a>
|
|
<br /><a href="../../external.html?link=https://github.com/DigitalCheese" rel="nofollow">GitHub Account</a>
|
|
<br />
|
|
<br /><span style="font-weight:bold"><big>Alt</big></span>
|
|
<br /><a href="../../external.html?link=https://www.deviantart.com/digitalcheeseyt" rel="nofollow">DeviantArt Account</a>
|
|
<br /><a href="../../external.html?link=https://soundcloud.com/digital-cheese" rel="nofollow">SoundCloud Account</a>
|
|
<br /><a href="../../external.html?link=https://truthsocial.com/@DigitalCheese" rel="nofollow">TruthSocial Account</a>
|
|
<br /><hr />ORAS Bases:
|
|
<br /><a href="../images/upload_gallery/17099.jpg"><img src="../images/upload_gallery/17099_thumb.jpg" alt="thumb"></a>
|
|
<br />
|
|
<br />Yeuron is making up scenarios in the shower and the shampoo bottles are impressed (again)
|
|
<br /><a href="../images/upload_gallery/17123.jpg"><img src="../images/upload_gallery/17123_thumb.jpg" alt="thumb"></a> </div>
|
|
</div>
|
|
|
|
<h1>Profile Pages</h1>
|
|
<div class="menu_section" style="width:200px">
|
|
<div class="button_div">
|
|
<a href="timelinefb6e.html">TIMELINE</a>
|
|
</div>
|
|
<div class="button_div">
|
|
<a href="commentsfb6e.html">COMMENTS</a>
|
|
</div>
|
|
<div class="button_div">
|
|
<a href="../blog/index4421.html">BLOGS</a>
|
|
</div>
|
|
<div class="button_div">
|
|
<a href="../poll/index4421.html">POLLS</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="../saviis/savii_gallery7b7f.html">SAVII GALLERY</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="page9159.html">☆Art/Memes☆</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="pageccc4.html">☆Custom Badges☆</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="page7973.html">☆Miis☆</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="pagecab5.html">§Hall of Shame§</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="paged41c.html">§Base64 Wikis§</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="page355e.html">RANDOM PAGE FUN</a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<h1>Badges</h1>
|
|
<div class="menu_section">
|
|
|
|
|
|
<div class="badge">
|
|
<a href="../blog/index4421.html"><img src="../images/badges/author5.png" /></a><br />Author </div>
|
|
|
|
|
|
<div class="badge">
|
|
<a href="#"><img src="../images/badges/courier6.png" /></a><br />Courier </div>
|
|
|
|
|
|
<div class="badge">
|
|
<a href="#"><img src="../images/badges/overlords.png" /></a><br />OverlorDS </div>
|
|
|
|
|
|
<div class="badge">
|
|
<a href="#"><img src="../images/badges/socialite7.png" /></a><br />Socialite </div>
|
|
|
|
|
|
<div class="badge">
|
|
<a href="#"><img src="../images/badges/yortzee.png" /></a><br />Yortzee </div>
|
|
|
|
|
|
</div>
|
|
|
|
<h1>Last Blogs</h1>
|
|
<div class="menu_section">
|
|
|
|
|
|
<div class="zebra">
|
|
<img class="rating left" src="../images/rating_t32.png" alt="T" />
|
|
|
|
<div class="blog_right">
|
|
<div style="background:#8f0; border:1px solid #8f0">6</div>
|
|
</div>
|
|
|
|
<a href="../blog/index9b9c.html">(OUTDATED) Discord TOS Updates - Privacy Intrusions?</a><br />
|
|
In Technology<br />
|
|
On 09 Mar 2023 </div>
|
|
|
|
|
|
<div class="zebra">
|
|
<img class="rating left" src="../images/rating_e32.png" alt="E" />
|
|
|
|
<div class="blog_right">
|
|
<div style="background:#8f0; border:1px solid #8f0">7</div>
|
|
</div>
|
|
|
|
<a href="../blog/index792c.html">How to do custom PFP CSS in 2023</a><br />
|
|
In This Community<br />
|
|
On 04 Jan 2023 </div>
|
|
|
|
|
|
<div class="zebra">
|
|
<img class="rating left" src="../images/rating_e32.png" alt="E" />
|
|
|
|
<div class="blog_right">
|
|
<div style="background:#8f0; border:1px solid #8f0">5</div>
|
|
</div>
|
|
|
|
<a href="../blog/indexc84f.html">Nintendo Shutting Down 3DS/Wii U Photo Sharing</a><br />
|
|
In Gaming<br />
|
|
On 15 Oct 2022 </div>
|
|
|
|
|
|
<div class="zebra">
|
|
<img class="rating left" src="../images/rating_t32.png" alt="T" />
|
|
|
|
<div class="blog_right">
|
|
<div style="background:#8f0; border:1px solid #8f0">9</div>
|
|
</div>
|
|
|
|
<a href="../blog/indexa996.html">Art Competition - DC vs Yeuron</a><br />
|
|
In Miscellaneous<br />
|
|
On 21 Sep 2022 </div>
|
|
|
|
|
|
<div class="zebra">
|
|
<img class="rating left" src="../images/rating_t32.png" alt="T" />
|
|
|
|
<div class="blog_right">
|
|
<div style="background:#8f0; border:1px solid #8f0">2</div>
|
|
</div>
|
|
|
|
<a href="../blog/indexa0ea.html">Sigma Male Grindset E3</a><br />
|
|
In Educational<br />
|
|
On 17 Sep 2022 </div>
|
|
|
|
|
|
<div class="zebra">
|
|
<img class="rating left" src="../images/rating_t32.png" alt="T" />
|
|
|
|
<div class="blog_right">
|
|
<div style="background:#8f0; border:1px solid #8f0">4</div>
|
|
</div>
|
|
|
|
<a href="../blog/index1bde.html">Very Based Member Appreciation Day 2022</a><br />
|
|
In This Community<br />
|
|
On 15 Sep 2022 </div>
|
|
|
|
</div>
|
|
|
|
<h1>Comments</h1>
|
|
<div class="menu_section">
|
|
<form action="#" method="post">
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/247403.png" alt="Avatar" class="avatar" />
|
|
<a href="indexfb6e.html">DCTheGamr</a><br />
|
|
06 Apr 2023 02:06 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra"><a href="index9b32.html">@MattFromSpace</a> k lol. tho u would have to figure out how to host it and stay compatible with DSi</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/247340.png" alt="Avatar" class="avatar" />
|
|
<a href="index9b32.html">MattFromSpace</a><br />
|
|
06 Apr 2023 02:05 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">Ok. I'm working on a archival (eventually revival) service due to the date of both platforms.</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/247403.png" alt="Avatar" class="avatar" />
|
|
<a href="indexfb6e.html">DCTheGamr</a><br />
|
|
06 Apr 2023 01:52 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra"><a href="index9b32.html">@MattFromSpace</a> sometimes, tho its already pretty known and admins probably werent happy themselves (i know in TDK a few admins found it stupid)</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/247340.png" alt="Avatar" class="avatar" />
|
|
<a href="index9b32.html">MattFromSpace</a><br />
|
|
06 Apr 2023 01:47 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">Sometimes the fastest way to get attention is to make a rattle. I don't like doing that, but there's no way I'm going through a process of mailing each admin.</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../avatars_site/0.png" alt="Avatar" class="avatar" />
|
|
<a href="index63c9.html">starfire12</a><br />
|
|
06 Apr 2023 01:43 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">@DCTheLiberal im planning on expanding my influence while ur stuck on here obeying liberals like Star Shadow like a puppy ahahahaha</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/247340.png" alt="Avatar" class="avatar" />
|
|
<a href="index9b32.html">MattFromSpace</a><br />
|
|
06 Apr 2023 01:42 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">What was that?</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/247403.png" alt="Avatar" class="avatar" />
|
|
<a href="indexfb6e.html">DCTheGamr</a><br />
|
|
06 Apr 2023 01:41 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra"><a href="index63c9.html">@starfire12</a> Turtle Society is dead, admins killed it remember? remember, make sure to make ur empire an alting warfare + have backup groups urself</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../avatars_site/0.png" alt="Avatar" class="avatar" />
|
|
<a href="index63c9.html">starfire12</a><br />
|
|
06 Apr 2023 01:40 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra"><a href="index9b32.html">@MattFromSpace</a> deep</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../avatars_site/0.png" alt="Avatar" class="avatar" />
|
|
<a href="index63c9.html">starfire12</a><br />
|
|
06 Apr 2023 01:39 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">Turtle Society on TOP</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/247340.png" alt="Avatar" class="avatar" />
|
|
<a href="index9b32.html">MattFromSpace</a><br />
|
|
06 Apr 2023 01:39 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">If he gets banned, then they are targeting him and not me. He's not involved with this. I am.
|
|
<br />
|
|
<br />- Matt.</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<div style="margin:5px; text-align:center">
|
|
<a href="../index.html"><img class="icon" src="../images/icons/icon_home.png" alt="Home" /></a>
|
|
</div>
|
|
|
|
|
|
<div style="font-size:10px; text-align:center">
|
|
Nintendo 3DS is ™ Nintendo Co. Ltd.
|
|
This website is ©2009-2023 HullBreach Studios. All rights reserved.
|
|
Members are responsible for their own content.
|
|
No account information will be given to third-parties without your consent.
|
|
</div>
|
|
|
|
<div id="divAlertPopup" class="alerts_popup menu_section"></div>
|
|
<script type="text/javascript">
|
|
var AlertPopupObj = new XMLHttpRequest();
|
|
function refreshMyPopupAlerts(){
|
|
AlertPopupObj.open('GET.html', '../includes/ajax.section.my_alert_popup.html', true);
|
|
AlertPopupObj.send(null);
|
|
AlertPopupObj.onreadystatechange = function(){
|
|
if(AlertPopupObj.readyState>2 && AlertPopupObj.status>=400){
|
|
AlertPopupObj.onreadystatechange = function(){ setTimeout(refreshMyPopupAlerts, 60000); }
|
|
AlertPopupObj.abort();
|
|
return;
|
|
}
|
|
if(AlertPopupObj.readyState==4){
|
|
if(AlertPopupObj.responseText){
|
|
var divAlertPopup = document.getElementById('divAlertPopup'),
|
|
alerts = [];
|
|
try{ alerts = eval(AlertPopupObj.responseText); }catch(err){ }
|
|
if(alerts.length){
|
|
var alertString = '',
|
|
index = 0;
|
|
while(index<alerts.length){
|
|
alertString += 'New <a href="/mymessageviewer.php?message='+alerts[index].mess+'">Message</a> from <a href="/member?id='+alerts[index].id+'">'+alerts[index].name+'</a>';
|
|
index++;
|
|
}
|
|
divAlertPopup.innerHTML = alertString;
|
|
divAlertPopup.style.display = 'block';
|
|
}else{
|
|
divAlertPopup.style.display = 'none';
|
|
}
|
|
}
|
|
setTimeout(refreshMyPopupAlerts, 10000);
|
|
}
|
|
}
|
|
}
|
|
refreshMyPopupAlerts();
|
|
</script>
|
|
</body>
|
|
|
|
<!-- Mirrored from dsipaint.com/member/?id=150961 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Apr 2023 23:10:11 GMT -->
|
|
</html>
|