This commit is contained in:
MattTheTekie 2023-04-08 10:26:12 -04:00
commit c712acdb3b
461 changed files with 340 additions and 27481 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1 +0,0 @@
<html><!-- Missing Error Page ; Generated by HTTrack Website Copier --><head><title>HTTP Error 404</title></head><body><h1>HTTP Error 404</h1></body></html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=2 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
How do I retrieve my password? </div>
<div class="zebra">
After one unsuccessful login, a link called Lost Password appears. Click this link to go to a page that asks for your email address. Since the password is encrypted, it will not be directly emailed to you, but you will receive a link that brings you right to your profile to update your password. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=2 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=39 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
How do I make a custom profile picture? </div>
<div class="zebra">
To make a custom profile picture, you will need to draw an image on either <a href="../../external.html?link=http://dsipaint.com/paint/dsipaint.php" rel="nofollow">DSiPaint</a> or <a href="../../external.html?link=http://3dspaint.com/paint/3dspaint.php" rel="nofollow">3DSPaint</a>. Once you have drawn an image and saved it, navigate to your user settings by clicking on your avatar in the top right corner of the page and clicking on Settings under Maintenance. Scroll down until you see the image you drew under "Site Avatar". <br /> <br />Once you've clicked that, you're all set! </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=39 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=35 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
Why can't I see Group ShoutBox posts? </div>
<div class="zebra">
If you can't see posts in any group shoutboxes, you are probably using Internet Explorer. The browser does not support some dynamic HTML elements necessary for the content to show. All other major browsers work with no problem. <br /> <br />If the content is just missing from a specific ShoutBox, someone probably posted some junk styling in a recent post. Just spam the ShoutBox a few times until that post moves beyond what is visible. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=35 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=37 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
How do I change my username? </div>
<div class="zebra">
Note: You must be a member for at least a year for the option to be available. <br /> <br /><span style="font-weight:bold">Here are the steps to changing your username:</span> <br />1. Go to Settings, and scroll down to the section called "Change Username". <br />2. Enter the new username twice, and click Save. <br />3. Within a moment, you will receive an email with a 6-character verification code (good for 24 hours). <br />4. Go back to Settings, and scroll down to the same "Change Username" section. <br />5. Enter the verification code, and click Save. <br />6. All set! (No need to log out) </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=37 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=9 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
How can I customize my profile or my group? </div>
<div class="zebra">
Profiles and Groups both contain boxes called "Profile Styling (CSS)" and "Group Styling (CSS). In these boxes, you can use regular CSS as you would styling any website. Look at any CSS tutorial for more information. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=9 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=42 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
How do I verify my account? </div>
<div class="zebra">
If you never received the welcome email or lost access to your email address and still need to verify your account, tap the icon to the right of the navigation bar and visit the Settings page. The first section provides the ability to resend a verification email and enter the provided code. Whenever requested, these codes are valid for 24 hours. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=42 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=1 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
How do I become an admin? </div>
<div class="zebra">
Administrators are promoted as the need arises, to there is no need to ask. All queries for adminship will go unanswered since the policy is written into the terms of use and the chatroom rules. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=1 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=31 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
Can you support the hardware peripherals on the websites? </div>
<div class="zebra">
The following peripherals are supported in the browsers, but nothing else is... <br /> <br />Wii: <br />Wii Remote pointer, buttons, and Nunchuk <br /> <br />DSi: <br />Touch screen, a few buttons <br /> <br />3DS: <br />Touch screen, a few buttons, 3D image viewing, image upload (from camera library), image download (to camera library) </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=31 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=41 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
How are blogs bumped? </div>
<div class="zebra">
A Blog is eligible to be bumped after 30 days of its previous bump or its original posting. (Re-bumps are possible after another 30 days.) <br /> <br />A author can request a bump in the Blog Composer. A Blog Admin will them choose to either approve or decline the bump. If approved, the Blog will appear in the Featured Blogs section, differentiated from new posts by lacking the "NEW" icon. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=41 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=7 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
When is The Mystical Journey coming out? </div>
<div class="zebra">
This game is a massive project, which is being created by volunteers in their free time. Thus, one cannot expect it to be rushed through production. Generally, new content comes in the form of teasers (updates to the storyline), demos (updates to the game engine), story snippets (updates to the overall storyline), or mini-games (updates to character artwork). <br /> <br />The primary focus at the moment is the storyline, which the next teaser will focus in the form of a cinema sequence on the origin of Jasper, one of the main characters. <br /> <br />The final release date is unknown because most of the volunteers vanish without a trace, and the core volunteers all have busy lives. Development is on-going, though. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=7 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=29 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
How do Image Comments work? </div>
<div class="zebra">
To make an image comment, click the link next to the comment Post button. This will change the text field into a drawing canvas, which allows you to move the cursor to write or draw anything you want. <br /> <br />For the Nintendo DSi, you will have to hold the stylus down for a moment to switch to drawing mode. This is currently not compatible with multi-touch devices and Internet Explorer 8 and older. It will work in all other major browser. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=29 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=40 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
How do I write a Help Desk question? </div>
<div class="zebra">
Writing a good Help Desk request is key to making sure the bug or feature you see will be addressed in a timely manner. Here are a few things to keep in mind: <br /> <br />1. Describe the bug or new feature to the best of your ability. <br />2. If it's a bug, describe how we can reproduce it. If it's a feature, describe why it would be useful. <br />3. Assign the correct category. Bug Reports are for when something is blatantly incorrect, such as a page returning a 404 error when it should not. Complaints are for small errors, and Requests are for anything that does not require changing the site's code. New Features are for changes in the site's code that do not necessarily include bug fixes. <br /> <br />Don't worry if you think you can't write the perfect Help Desk request. If there is something still unclear about your post, a Help Desk admin will come around to ask questions to clear it up. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=40 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=38 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
How do I verify my account? </div>
<div class="zebra">
(If you are unable to use certain aspects of the site, that means your account hasn't been verified yet.) <br /> <br />After creating your account, an email will be sent to the address you included during account creation. Included will be a link to verify your account. If it doesn't show up, check your spam folder. If all else fails, a site admin will verify your account shortly. <br /> <br />If you are not verified yet, <span style="font-weight:bold"><span style="font-variant:small-caps">please do not open a Helpdesk asking for verification</span></span>. An admin will verify your account shortly. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=38 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=34 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
Which BBCodes are supported? </div>
<div class="zebra">
<span style="font-weight:bold">[ a=URL ]</span>TEXT<span style="font-weight:bold">[/ a ]</span> - Show a link with custom text <br /><span style="font-weight:bold">[ a ]</span>URL<span style="font-weight:bold">[/ a ]</span> - Show a link with default text <br /><span style="font-weight:bold">[ b ]</span>TEXT<span style="font-weight:bold">[/ b ]</span> - Bold text <br /><span style="font-weight:bold">[ big ]</span>TEXT<span style="font-weight:bold">[/ big ]</span> - Big text <br /><span style="font-weight:bold">[ caps ]</span>TEXT<span style="font-weight:bold">[/ caps ]</span> - Small caps text <br /><span style="font-weight:bold">[ center ]</span>TEXT<span style="font-weight:bold">[/ center ]</span> - Center-aligned text <br /><span style="font-weight:bold">[ color=#HEXCODE ]</span>TEXT<span style="font-weight:bold">[/ color]</span> - Text color <br /><span style="font-weight:bold">[ figure ##]</span> - Uploaded image link <br /><span style="font-weight:bold">[ head ]</span>TEXT<span style="font-weight:bold">[/ head ]</span> - Title text <br /><span style="font-weight:bold">[ image ]</span>URL<span style="font-weight:bold">[/ image ]</span> - External image <br /><span style="font-weight:bold">[ line ]</span> - Standard horizontal rule <br /><span style="font-weight:bold">[ line=NUMBER% ]</span> - Custom width horizontal rule <br /><span style="font-weight:bold">[ quote ]</span>TEXT<span style="font-weight:bold">[/ quote ]</span> - Quote a reply <br /><span style="font-weight:bold">[ right ]</span>TEXT<span style="font-weight:bold">[/ right ]</span> - Right-aligned text <br /><span style="font-weight:bold">[ small ]</span>TEXT<span style="font-weight:bold">[/ small ]</span> - Small text <br /><span style="font-weight:bold">[ spoiler ]</span>CONTENT<span style="font-weight:bold">[/ spoiler ]</span> - Require click to see content <br /><span style="font-weight:bold">[ strike ]</span>TEXT<span style="font-weight:bold">[/ strike ]</span> - Strike-through text <br /><span style="font-weight:bold">[ style ]</span>TEXT<span style="font-weight:bold">[/ style ]</span> - Custom CSS block <br /><span style="font-weight:bold">[ u ]</span>TEXT<span style="font-weight:bold">[/ u ]</span> - Underlined text <br /> <br />Some BBCodes are not supported in all areas. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=34 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=5 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
Why can't I use my paintings in the chatroom? </div>
<div class="zebra">
Painting and sprite images are considerably larger than the avatars in the chatroom, not just in dimensions, but in file size, too. For example: A painting file is about 20x the size (10kB) as a chatroom avatar (500B). Using paintings and sprites would cause considerable lag in the chatrooms as they fresh. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=5 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=3 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
Why do I keep getting logged out randomly? </div>
<div class="zebra">
There is a flaw in the Nintendo DSi Browser that improperly stores login sessions. Generally, this can be resolved by clearing your history and cookies then logging back in. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=3 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=32 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
Password Lockout Assistance </div>
<div class="zebra">
After an unsuccessful login, a link that says "Lost Password" appears on the page. By using the feature, you will be emailed a link to access the account for updating the password. <br /> <br />If you have changed your email address or have forgotten it, verification can only be made through the IP address, wherein the addresses must match exactly between your temporary account and your lost account. In that case, the password for your lost account will be set to match the temporary account. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=32 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=4 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
Can you make paintings editable? </div>
<div class="zebra">
Due to a flaw in the Nintendo DSi Browser's handling of HTML5 canvas data, one cannot import an existing image to a canvas. Thus, editing is not possible by those means. There may be another trick to allow editing in the future, but it will most likely have to wait for the Nintendo 3DS Browser. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=4 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=33 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
Why can't I post comments on some profiles? </div>
<div class="zebra">
Some members have set their profiles to be private. If you have not been accepted as a friend by that member, then comment posting is blocked. </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=33 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,131 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/faqs.php?id=36 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk FAQ</title>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Helpdesk FAQs</h1>
<div class="menu_section">
<div class="form_heading">
How do I change my email address? </div>
<div class="zebra">
Note: To change your email address, you must be a member for at least a month to have the option available for your account. <br /> <br /><span style="font-weight:bold">Here is the process for changing your email address:</span> <br />1. Go to Settings, and scroll down to the section called "Change Email Address". <br />2. Enter the new email address twice, and click Save. <br />3. Within a moment, you will receive an email to both your current address and your new address with a 6-character verification code (good for 24 hours). <br />4. Go back to Settings, and scroll down to the same "Change Email Address" section. <br />5. Enter the verification code, and click Save. <br />6. All set! </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Helpdesk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/faqs.php?id=36 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

File diff suppressed because it is too large Load diff

View file

@ -1,102 +0,0 @@
A {
color:#00f;
}
BODY {
background-color: #fff;
color:#222;
}
H1 {
background-color:#f8f8f8;
color:#000;
}
H2 {
background-color:#00f;
color:#000;
}
LABEL.tag_default {
background-color:#bbb;
border-color:#999;
}
LABEL.tag_lowest {
background-color:#4f4;
border-color:#999;
}
LABEL.tag_low {
background-color:#8f4;
border-color:#999;
}
LABEL.tag_medium {
background-color:#ff4;
border-color:#999;
}
LABEL.tag_high {
background-color:#f84;
border-color:#999;
}
LABEL.tag_highest {
background-color:#f44;
border-color:#999;
}
.light{
background-color:#f8f8f8;
color:#000;
}
.zebra {
background-color:#fff;
text-align:left;
}
.light .head{
background-color:#ffc !important;
font-variant:all-caps;
text-align:center !important;
}
.error {
background-color:#f00 !important;
text-align:center;
}
.notice {
background-color:#00f !important;
text-align:center;
}
.menu_section {
background-color:#f8f8f8;
border:1px solid #eee;
color:#000;
}
.menu_section DIV.icon SPAN {
background-color:#eee;
border:1px outset #666;
}
.menu_section DIV.thumb IMG {
border:2px inset #888;
}
.menu_section DIV.form_heading {
background-color:#ffb;
}
.form_field, .form_textarea {
background-color:#ddd;
color: #000;
}
.spoiler_body {
background: #ddd;
}
/*approved and declined*/
.approved {
background-color:#4f4 !important;
}
.declined {
background-color:#f44 !important;
}

View file

@ -1,520 +0,0 @@
A {
text-decoration:underline;
}
A IMG {
border:none;
}
BLOCKQUOTE {
font-family: monospace;
margin-left: 10px;
}
BODY {
font-family:sans-serif;
font-size:10px;
line-height:11px;
margin:2px;
overflow-x:hidden;
width:236px;
}
DIV {
padding-bottom:5px;
padding-top:5px;
}
DIV.alerts_popup {
display:none;
opacity:.7;
left:5px;
padding:3px;
position:fixed;
text-align:center;
top:20px;
width:222px;
}
DIV.alerts_section {
background:#fff;
border:1px solid #222;
height:120px;
overflow:hidden;
overflow-y:scroll;
padding:2px;
}
DIV.bb {
background:#ffe;
border:1px outset #888;
margin:5px;
padding:5px;
text-align:justify
}
DIV.footer {
text-align:justify;
}
DIV.navbar {
background:#eee;
border:1px outset #888;
padding:2px;
text-align:center;
}
DIV.section_info{
background:#fff;
border:1px solid #eee;
margin-bottom:10px;
padding:3px;
text-align:justify;
}
FORM {
margin:0px;
padding:0px;
}
.return_button {
background:#44f;
border:2px outset #44f;
color:#fff;
font-size:12px;
}
H1, H2 {
border:1px outset #888;
margin:auto;
margin-top:10px;
padding:4px;
text-align:center;
}
H1 {
font-size:16px;
text-shadow:1px 1px 1px #888;
width:200px;
}
H2 {
border-radius:8px;
font-size:16px;
margin-bottom:5px;
width:280px;
}
IMG.icon {
background-image:url(images/icons/icon_blank.html);
height:48px;
width:48px;
}
LABEL {
display:inline-block;
padding-right:2px;
text-align:right;
width:48%;
}
LABEL.tag {
border:1px outset;
border-radius:3px;
float:left;
padding:1px;
margin:1px;
text-align:center;
width:auto;
}
TABLE {
border:0px;
margin:0px;
padding:0px;
}
TD.action {
color:#0f0;
text-align:center;
}
TD.error {
color:#f00;
text-align:center;
}
TD.title {
background:#00f;
border:1px outset #888;
color:#fff;
font-size:12px;
text-align:center;
}
TH {
font-size:10px;
padding-top:8px;
text-shadow:1px 0px 1px #444;
}
INPUT.button {
background:#fff;
border:1px outset #888;
float:right;
padding:3px;
}
.list {
background:#fff;
border:1px outset #888;
border-collapse:collapse;
margin:auto;
margin-bottom:8px;
width:224px;
}
.form_button, .form_button_big {
background:url(images/button_blue.html) repeat-x #00f;
border:1px outset #00f;
color:#fff;
font-size:10px;
text-align:center;
}
.form_button {
width:36px;
}
.form_button_big {
width:50px;
}
.form_field {
border:1px inset #888;
font-size:10px;
width:100px;
}
.form_textarea {
border:1px inset #888;
font-size:10px;
height:140px;
width:200px;
}
.form_label {
text-align:right;
white-space:nowrap;
}
.form_heading {
background:#ffb;
text-shadow:1px 0px 1px #888;
}
.avatar {
border:1px inset #888;
float:left;
height:30px;
margin:2px;
}
.avatar_off {
border:none;
border-bottom:2px solid #000;
border-right:2px solid #000;
margin:3px;
width:40px;
}
.avatar_on {
border:none;
border-left:2px solid #00f;
border-top:2px solid #00f;
margin:3px;
width:40px;
}
.savii_off {
border:1px inset #888;
margin:2px;
}
.savii_on {
border:1px inset #ff0;
margin:2px;
}
/*New styles*/
.menu_section {
clear: both;
margin:auto;
max-width:236px;
overflow:hidden;
text-align:center;
}
.menu_section DIV.icon {
float:left;
font-size:10px;
height:78px;
line-height:10px;
margin:1px;
text-align:center;
width:56px;
}
.menu_section DIV.icon IMG {
background-image:url(images/icons/icon_blank.html);
height:48px;
width:48px;
}
.menu_section DIV.icon SPAN {
font-size:8px;
padding:1px;
position:absolute;
}
.menu_section DIV.badge {
float:left;
font-size:10px;
height:70px;
line-height:10px;
margin:1px;
text-align:center;
width:70px;
}
.menu_section DIV.badge IMG {
height:60px;
width:60px;
}
.menu_section DIV.thumb {
float:left;
font-size:8pt;
height:96px;
line-height:9pt;
margin:2px;
text-align:center;
width:100px;
}
.menu_section DIV.thumb IMG {
border-radius:3px;
height:60px;
width:80px;
}
.menu_section DIV.form_heading {
border-radius:8px 8px 0px 0px;
text-shadow:1px 0px 1px #888;
}
.menu_section DIV.form_body {
border-radius:0px 0px 8px 8px;
padding:3px;
padding-bottom:10px;
text-align:justify;
}
.menu_section DIV.row {
clear:both;
padding:2px;
}
.menu_section DIV.row DIV {
float:left;
text-shadow:1px 0px 1px #888;
padding-right:5px;
text-align:right;
width:40%
}
.notification_section {
height:150px;
overflow-x:hidden;
overflow-y:scroll;
padding:1px;
}
.notification_section DIV {
border-radius:4px;
height:28px;
padding:1px;
}
.page {
background:#fff;
border:1px outset #888;
padding:2px;
text-decoration:none;
}
.nav_div{
margin:3px 3px 3px 8px;
padding:0px;
text-align:left;
}
.nav_avatar{
float:right;
margin:2px;
padding:0px;
}
.nav_avatar A{
text-decoration:none;
}
.nav_avatar IMG {
border:1px solid #000;
height:24px;
width:24px;
}
.clear_div {
clear:both;
padding:0px;
}
.button_div {
background:#00f;
border:1px outset #888;
border-radius:10px;
color:#fff;
font-size:12px;
margin:2px;
padding:1px;
text-align:center;
}
.button_div A {
color:#fff;
}
.rating {
border:1px outset #eee;
margin:2px;
}
.active {
opacity:1.0;
}
.inactive {
opacity:0.5;
}
.left {
float:left;
}
.right {
float:right;
}
.blog_heading {
background:#fff;
clear:both;
font-size:8pt;
}
.blog_right {
float:right;
margin:0 2px;
width:20px;
}
.blog_right DIV {
font-size:6pt;
text-shadow:1px 0px 1px #888;
padding:1px 0px 1px 0px;
text-align:center;
width:18px;
}
.blog_right IMG {
height:12px;
margin-top:2px;
width:20px;
}
/*CHATROOM*/
#txtMessage{
font-size:10px;
width:144px;
}
.btnProfile{
margin:1px;
width:60px;
}
.btnColors{
background-image:url(images/button_clear.html);
border:1px outset #888;
height:6px;
margin:0px;
padding:4px;
width:6px;
}
.chatPane{
border:1px outset #888;
left:0px;
height:172px;
padding:1px;
width:236px;
}
#divChatText{
background:#fff;
border:1px inset #888;
font-size:10px;
padding:1px;
height:131px;
line-height:12px;
margin:1px;
overflow-x:hidden;
overflow-y:scroll;
width:232px;
}
#divChatUsers{
float:left;
font-size:10px;
height:132px;
margin:0px 5px 0px 5px;
padding:0px;
overflow:hidden;
white-space:nowrap;
width:232px;
}
#divChatUsers DIV {
float:left;
font-size:10px;
height:12px;
margin:0;
overflow:hidden;
padding:0;
width:110px;
}
#popupProfile{
background:#ccc;
border:1px outset #ccc;
display:none;
height:158px;
left:6px;
opacity:.9;
overflow:hidden;
padding:1px;
position:absolute;
text-align:justify;
top:183px;
width:222px;
}
/*MESSAGE VIEWER*/
DIV.message_left{
border:1px solid #000;
clear: both;
margin:3px 20px 3px 3px;
max-width:230px;
padding:3px;
overflow:hidden;
text-align:justify;
}
DIV.message_right{
border:1px solid #000;
clear: both;
margin:3px 3px 3px 20px;
max-width:230px;
padding:3px;
overflow:hidden;
text-align:justify;
}
DIV.message_center{
border:1px solid #000;
clear: both;
margin:3px 40px 3px 40px;
max-width:154px;
padding:3px;
overflow:hidden;
text-align:center;
}
DIV.message_footer{
clear:both;
height:12px;
opacity:0.5;
padding:3px 0px 0px 0px;
}
DIV.message_footer DIV{
padding:0px;
}

View file

@ -1,174 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12506 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - comment section for polls</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - comment section for polls</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/242900.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=138431">aidansocool</a><br />
12 Mar 2021 16:28<br />
Category: New Feature </div>
<div class="zebra">
Add a comment section for polls. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">New Feature</label>
<label class="tag tag_low">Low</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
12 Mar 2021 17:19 </div>
<div class="zebra">
<img src="../images/art_gallery/242900.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=138431">@aidansocool</a> created this request. <br />
12 Mar 2021 16:28 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12506 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,187 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12610 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Savii comments don't produce notifications</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Savii comments don't produce notifications</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">banjo2</a><br />
04 Jul 2021 13:19<br />
Category: Bug Report </div>
<div class="zebra">
I'm not sure ifthis is actually a bug, or it was just never implemented. Regardless, I don't see why thy shouldn't. <br />I believe this is also the case with 3D photo comments, but I'm not sure. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
07 Jul 2021 04:53 </div>
<div class="zebra">
I'll go with never implemented on this one. Or implemented correctly idk </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
07 Jul 2021 04:53 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
07 Jul 2021 04:53 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> created this request. <br />
04 Jul 2021 13:19 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12610 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,170 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12873 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - On O3DS Invalid Date in Group</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - On O3DS Invalid Date in Group</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/247116.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=163873">ich_trink_cola</a><br />
06 Apr 2023 06:40<br />
Category: Bug Report </div>
<div class="zebra">
So just today as of writing this, i go to the shoutbox, i see "On Invalid Date", idk how that happened, but please fix it, and test across DSi and 3DS. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_"></label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/247116.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=163873">@ich_trink_cola</a> created this request. <br />
06 Apr 2023 06:40 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12873 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,207 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12650 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Page number links on blogs, polls, etc</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Page number links on blogs, polls, etc</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
24 Jul 2021 06:32<br />
Category: New Feature </div>
<div class="zebra">
All we have to navigate through literally thousands of blogs and polls and such are arrows—either go one page at a time or all the way to the end, no in between. <br /> <br />So everything in the middle of it all is lost forever. <br /> <br />I think there should be a page number link thingie at the bottom of the list, where it goes like (dont click the links bc theres nothing there lol): <br /> <br />Page: 1 <a href="2.html" rel="nofollow">2</a> <a href="3.html" rel="nofollow">3</a> <a href="4.html" rel="nofollow">4</a> <a href="5.html" rel="nofollow">5</a> <a href="6.html" rel="nofollow">6</a> <a href="7.html" rel="nofollow">7</a> <a href="8.html" rel="nofollow">8</a> <a href="9.html" rel="nofollow">9</a> <a href="10.html" rel="nofollow">10</a> ... <a href="498.html" rel="nofollow">498</a> <a href="499.html" rel="nofollow">499</a> <a href="500.html" rel="nofollow">500</a> <br /> <br />And then it shows the ten pages after the one you are currently on. Like if you're on page 1, it shows 2 - 10; if you're on page 20, it shows 21 - 30... and so on and so forth. <br /> <br />It should be applied to pretty much everywhere there's a list of stuff where users can't see whatever's existence has been forgotten. <br /> <br /> <br />(Also sorry if this doesnt make sense, I'm running on 2 and a half hours of sleep, I apologize) </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">New Feature</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
27 Jul 2021 02:22 </div>
<div class="zebra">
I know, that's why this is a good suggestion </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
27 Jul 2021 00:31 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> I know that I can edit the url, but maybe other members don't know that </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
27 Jul 2021 00:28 </div>
<div class="zebra">
Nah, this makes total sense <br /> <br />But more often than not, you can just edit the URL to jump to the page you're looking for w </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
27 Jul 2021 02:22 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
27 Jul 2021 00:31 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
27 Jul 2021 00:28 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
24 Jul 2021 09:13 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
24 Jul 2021 06:32 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12650 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,211 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12727 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Bulletin Board Thread Deletion</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Bulletin Board Thread Deletion</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/246735.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=137730">Draconid_Jo</a><br />
08 Feb 2022 12:10<br />
Category: Request </div>
<div class="zebra">
Firstly, if it is at all possible, I would like to somehow restore my BB thread <a href="../../external.html?link=https://dsipaint.com/forums/forum_thread.php?thread=15918" rel="nofollow">Ideas for Future Pokémon Games</a>, which I just <span style="text-decoration:underline">accidentally deleted</span> just a minute or 2 ago. <img src="../chatrooms/smilies/alien2.html" /> <br /> <br />Secondly, even if my BB thread is gone forever (and I pray that it isn't), I would appreciate it if y'all would add a confirmation prompt to the deletion of BB threads, so that this sort of thing never happens again in the future. <img src="../chatrooms/smilies/alien2.html" /> <br />(That thread was my first BB thread, and it meant a lot to me.) </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Request</label>
<label class="tag tag_medium">Medium</label>
<label class="tag tag_default">1 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/246735.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=137730">@Draconid_Jo</a><br />
14 Feb 2022 16:10 </div>
<div class="zebra">
If I press the <span style="color:red">✘</span> button that is for deleting blog comments, even in my O2DS's browser, it'd bring up a popup window that says: <br /> <br /><big>3dspaint.com says</big> <br /> <br />Delete comment? <br /><p style="text-align:right">Cancel OK</p> <br /> <br />Now, I just looked at how you delete BB threads, and I see that it is actually a box that gets checked, and you delete the thread by checking the box and hitting the "Submit" button, similar to how you currently delete profile pages and group pages on here, as well. <br /> <br />IMO, this is a VERY bad idea for any of these things, because if you accidentally check the box due to lag or being distracted, and don't notice, you could easily delete something that you are working on by mistake (like I did), as the button simply says "Submit", and no confirmation window pops up like when deleting (or flagging) blog comments. <br /> <br />If it would be possible, replacing all of those deletion checkboxes with <span style="color:red">✘</span> buttons that trigger that simple popup (unlike the <span style="color:red">✘</span> buttons for deleting DMs or for rejecting group invites, <span style="font-weight:bold">which don't currently ask for confirmation either</span>) with a "Cancel" option and an "OK" option would be ideal, as well as adding that same popup to all <span style="color:red">✘</span> buttons that currently don't bring it up. <br />(It shouldn't be easier to delete an entire BB thread by mistake than a single blog comment.) <br /> <br />As for recovering my deleted BB thread, unless someone here knows of some online archive that actually has a portion of it (which is unlikely), then I'm not going to worry about that RN. </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
09 Feb 2022 06:20 </div>
<div class="zebra">
Yeah, sorry, it's not within my powers, and I don't think it is for others, either. <br /> <br />I could possibly make a confirmation dialog in the near future. Depends on my time. </div>
<div class="zebra">
<img src="../images/art_gallery/240976.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=32808">@Star Shadow</a><br />
08 Feb 2022 23:08 </div>
<div class="zebra">
Sadly, I have no way of restoring BB threads and I'd say make another request to add a delete confirmation for Hull to (hopefully) see. </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/246735.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=137730">@Draconid_Jo</a> left a reply. <br />
14 Feb 2022 16:10 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
09 Feb 2022 06:20 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> changed the hour estimate from 0. <br />
09 Feb 2022 06:20 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
09 Feb 2022 06:20 </div>
<div class="zebra">
<img src="../images/art_gallery/240976.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=32808">@Star Shadow</a> left a reply. <br />
08 Feb 2022 23:08 </div>
<div class="zebra">
<img src="../images/art_gallery/246735.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=137730">@Draconid_Jo</a> created this request. <br />
08 Feb 2022 12:10 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12727 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,205 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12753 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Non-Latin characters not displaying</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Non-Latin characters not displaying</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/246735.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=137730">Draconid_Jo</a><br />
01 Jul 2022 05:22<br />
Category: Bug Report </div>
<div class="zebra">
Another more minor issue (which I probably should've included in my previous bug report, in retrospect) is that certain (non-Latin) characters aren't displaying properly since the server migration. <br /> <br />Although the list of characters not displaying properly is far too long to list here, it includes all Japanese Katakana, Hiragana, and Kanji characters (such as those in the names of many of my groups and blogs on here), as well as all of the ones listed in <a href="../../external.html?link=https://dsipaint.com/member/page.php?id=138112&amp;page=5210" rel="nofollow">this profile page</a> of my friend @Siling-La <br />(There are plenty of other symbols/characters that aren't displaying correctly either RN, though.) </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_medium">Medium</label>
<label class="tag tag_default">2 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/246735.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=137730">@Draconid_Jo</a><br />
08 Jul 2022 08:22 </div>
<div class="zebra">
All of the Japanese characters <a href="../../external.html?link=https://dsipaint.com/member?id=137730" rel="nofollow">my profile bio</a>, as well as those in the names of my groups and in my signature, and those in the titles of many of <a href="../../external.html?link=https://dsipaint.com/group/page.php?page=10181" rel="nofollow">poetry and lyrics blogs</a>. <br /> <br />Also all of the non-Latin characters shown in <a href="../../external.html?link=https://dsipaint.com/blog?id=97924" rel="nofollow">this blog</a>, as well as <a href="../../external.html?link=https://dsipaint.com/blog?id=100331" rel="nofollow">this one</a> (and the comments on it), and the Futhark characters in <a href="../../external.html?link=https://dsipaint.com/blog?id=97934" rel="nofollow">this blog</a>. <br />(I use a lot of special characters, lol!) <br /> <br />Oh, and although it was messed up too, I was able to correct the issue with the title of my <a href="../../external.html?link=https://dsipaint.com/group/?id=12182" rel="nofollow">☆Ryuusei no Tami (流星の民)☆</a> myself by re-entering the affected characters myself. <br />(This would obviously be extremely difficult to do everywhere, though, and it cant be done with things like blog comments, either.) </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a><br />
08 Jul 2022 02:07 </div>
<div class="zebra">
It looks like the issue may have been part of the porting process across servers. I was able to manually re-encode some characters in that sample page, and they seem to display correctly, but I'm not sure yet what can be done for content that already exists. I'm not giving up yet. Do you have any more examples? </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/246735.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=137730">@Draconid_Jo</a> left a reply. <br />
08 Jul 2022 08:22 </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> claimed ownership of this request. <br />
08 Jul 2022 02:07 </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> set the priority. <br />
08 Jul 2022 02:07 </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> changed the hour estimate from 0. <br />
08 Jul 2022 02:07 </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> left a reply. <br />
08 Jul 2022 02:07 </div>
<div class="zebra">
<img src="../images/art_gallery/246735.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=137730">@Draconid_Jo</a> created this request. <br />
01 Jul 2022 05:22 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12753 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,337 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12586 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Styling section</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Styling section</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
10 Jun 2021 04:32<br />
Category: New Feature </div>
<div class="zebra">
I think it would be a super cool idea to have a gallery for profile styling. <br /> <br />It should be an entire new section that's kind of like the paint gallery and photo gallery and groups mixed together. <br /> <br />We'd create our own CSS styling for sample profiles (what I mean by that is like a regular ol profile, with with default stuff, like John Smith kinda default). It should be organized like groups as well, with custom titles, and it should also be organized by most recent (or maybe we can choose interchangeably, like most recent, most popular, A-Z, last updated, etc). <br /> <br />In terms of group implications, we'd have a title text box, body text box, and CSS styling text box at the bottom of the sample profile. The body text box can be a description that would go in the "Biography" section of the sample profile. <br /> <br />There should also be options to save as draft/hide from public, allow ratings and comments, and delete. <br /> <br />Ratings and comments would be available (and optional), and it would go as a 1 - 10 rating (1 being bad, 10 being excellent, in terms of styling)... I thinking overall ratings should go on the sample profile too, maybe somewhere under that "Profile For BlahBlahBlah" tab. Commenting for added feedback, and that can go where normal profile comments go. <br /> <br />These should be organized within the section (like groups), that would go something like thing: <br /> <br /><hr /> <br /> <br /><span style="text-decoration:underline">My Styles</span> <br /><input type="button" class="form_button" style="width:auto;padding:1px 10px" value="Hide my styles" onclick="if(this.nextSibling.style.display==''){this.nextSibling.style.display='none';}else{this.nextSibling.style.display='';}" /><div class="spoiler_body" style="display:none">This is a collapsible button</div> <br /> <br />Sample Style 1 <br />Sample Style 2 <br />Sample Style 3 <br /> <br />—————————— <br /> <br /><span style="text-decoration:underline">Create New</span> <br />[ This is a textbox for titles ] <input type="button" class="form_button" style="width:auto;padding:1px 10px" value="Create!" onclick="if(this.nextSibling.style.display==''){this.nextSibling.style.display='none';}else{this.nextSibling.style.display='';}" /><div class="spoiler_body" style="display:none">Create button</div> <br /> <br />—————————— <br /> <br /><span style="text-decoration:underline">Public Styles</span> <br />[ Sort by... ](dropdown menu) <br /> <br />Sample Style A <br />(by @user1) <br />Sample Style B <br />(by @user2) <br />Sample Style C <br />(by @user3) <br /> <br /><hr /> <br /> <br />The purpose is to share stylings with other members since I know there's always a user wanting a spiced up profile. <br /> <br /> <br /> <br /><input type="button" class="form_button" style="width:auto;padding:1px 10px" value="Extra" onclick="if(this.nextSibling.style.display==''){this.nextSibling.style.display='none';}else{this.nextSibling.style.display='';}" /><div class="spoiler_body" style="display:none">Something I think would be awesome to do is to be able to send that styling to a user, and it would automatically be entered into their CSS styling in their settings. Of course, it would be sent as a voluntary invitation via notifications, where the receiver would be able to view the styling and preview it in their profile, then select "Yes" or "No" if they want that style. <br /> <br />Just a thought</div> </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">New Feature</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
11 Jun 2021 03:10 </div>
<div class="zebra">
True, I'll shut up about it </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
11 Jun 2021 03:08 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> OH IM DUMB <br /> <br />Honestly dont think many people know it exists </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
11 Jun 2021 03:02 </div>
<div class="zebra">
Literally open up a webpage and see its entire source code. <br /> <br />In Chrome, Ctrl + Shift + I. </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
11 Jun 2021 02:57 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> idk what that is T~T </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
11 Jun 2021 02:56 </div>
<div class="zebra">
Ah, how about Inspect Element? </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
11 Jun 2021 02:53 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> the only place it'd be visible is the textbox that only the owner can view? Like when you style a grouo </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
11 Jun 2021 02:38 </div>
<div class="zebra">
Sorry, I meant the one currently being used, or if it's displayed somewhere, which I think it is according to your suggestions, it can be copied. </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
11 Jun 2021 02:19 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> which is why I'm saying, have the option to allow others to use it <br /> <br />Can't copy it if they dont know the code </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
11 Jun 2021 02:16 </div>
<div class="zebra">
See, this is what I envision happening:<blockquote>Person 1: Hey, can I use your style? <br />Person 2: No. <br />Person 1: Screw you, I'm copying it anyway.</blockquote> <br />Doesn't feel right to me. </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
11 Jun 2021 02:11 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> still... at least give the option to let others use it or not </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
11 Jun 2021 02:05 </div>
<div class="zebra">
Are you saying this is an intellectual property thing? I guess, but something like this is exceedingly easily stolen, so I think something like Noncommercial Use, Share-Alike would be more fitting. </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
11 Jun 2021 01:52 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> request to use so the owner would be able to consentingly grant permission to use it </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
11 Jun 2021 01:48 </div>
<div class="zebra">
Also, if a style is being displayed, why should it be requested to be used? It's literally copying a CSS file, and that can be done with any device with Inspect Element on it. It would make more sense to just let people copy, but attribute it at the bottom. <br /> <br />(Also, priority and hour estimate bugs fixed :tada<img src="../chatrooms/smilies/alien1.html" /> </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
11 Jun 2021 01:47 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> yeah, that works as well, I never thought of that before </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
11 Jun 2021 01:40 </div>
<div class="zebra">
Are you proposing this as a solution to the point you brought up in the last sentence or so of your comment? If so, that could be a valid reason. <br /> <br /><span style="text-decoration:line-through">But managing something like this is asldkfjalsdkfjlasdkfj</span> </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
10 Jun 2021 18:50 </div>
<div class="zebra">
Adding to the "extra" note: users should also be able to request to use a style. The owner would receive a notification and be able to grant or deny usage. If granted, that style would automatically be sent to the user who requested. <br /> <br /> <br />Also: I think somewhere below the already existing footer in the profiles should be a little note that says something like, "This profile was styled by: @User1", and it would be automatically written based on either a style you used or if you styled it yourself. <br /> <br />The one little issue with that last sentence is that some users go into someone else's account (with their consent of course) and style from there, so I don't think that can be fixable. </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
11 Jun 2021 03:10 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
11 Jun 2021 03:08 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
11 Jun 2021 03:02 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
11 Jun 2021 02:57 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
11 Jun 2021 02:56 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
11 Jun 2021 02:53 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
11 Jun 2021 02:38 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
11 Jun 2021 02:19 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
11 Jun 2021 02:16 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
11 Jun 2021 02:11 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
11 Jun 2021 02:05 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
11 Jun 2021 01:52 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
11 Jun 2021 01:48 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
11 Jun 2021 01:47 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
11 Jun 2021 01:40 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
10 Jun 2021 18:50 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
10 Jun 2021 04:53 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
10 Jun 2021 04:32 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12586 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,197 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12734 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Glitched Status</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Glitched Status</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=150961">DCTheGamr</a><br />
22 Feb 2022 03:53<br />
Category: Bug Report </div>
<div class="zebra">
So I was recently viewing @AnimaBoy 's status on the homepage and found out it was glitched a bit. Here is an image <br /><a href="../images/upload_gallery/15520.html"><img src="../images/upload_gallery/15520_thumb.html" alt="thumb"></a> <br />Idk if its a username glitch and someone made it blank or if its just a glitch with the status thing. Highlighting didn't solve anything so yea. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=150961">@DCTheGamr</a><br />
09 Mar 2023 00:04 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> now that I think about it, Ive seen a blank profile name once. The account is probably gone by now but thats my best guess since it was like 1y ago at this point that I made this help desk so I cant remember much. </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
09 Mar 2023 00:01 </div>
<div class="zebra">
Any clue as to whose profile this was? </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=150961">@DCTheGamr</a> left a reply. <br />
09 Mar 2023 00:04 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
09 Mar 2023 00:01 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
09 Mar 2023 00:01 </div>
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=150961">@DCTheGamr</a> created this request. <br />
22 Feb 2022 03:53 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12734 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,215 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12556 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Move "Other Views" to top</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Move "Other Views" to top</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
29 Apr 2021 03:12<br />
Category: Request </div>
<div class="zebra">
In the Blogs and Polls sections, there's a box that says "Other Views" and it has options to search blogs, view your blogs/polls, or view all polls (unfeatured or not). But they're all at the bottom of the list, and I think it would be better to just move that box to the top to find those better. And it doesn't take up a lot of space either. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Request</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
30 Apr 2021 01:51 </div>
<div class="zebra">
I dunno, you've had very similar suggestions for a while now </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
29 Apr 2021 23:50 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> I did have a help desk that's still open called "Back to top" or something, but not this <br /> <br />Unless you mean the one where I tried to get the Create New Group tab to the top which I think was rejected </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
29 Apr 2021 04:52 </div>
<div class="zebra">
Correct me if I'm wrong, but did you mention this before? I have a distinct feeling you bumdled this with other things </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
30 Apr 2021 01:51 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
30 Apr 2021 01:51 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> changed the priority from Low. <br />
29 Apr 2021 23:50 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
29 Apr 2021 23:50 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
29 Apr 2021 04:52 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
29 Apr 2021 03:21 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
29 Apr 2021 03:12 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12556 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,205 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12557 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Creating Polls</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Creating Polls</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
29 Apr 2021 03:14<br />
Category: Request </div>
<div class="zebra">
In addition to my previous Help Desk, it would be easier to have an option in "Other Views" to create a new poll instead of leaving it at the very bottom. You know, the same way how there's an option to write a new blog, I don't see why we shouldn't do the same for polls. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Request</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
30 Apr 2021 00:07 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> if it makes sense, then it's fine, I'm bad at explaining </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
29 Apr 2021 05:13 </div>
<div class="zebra">
Inconsistency <span style="text-decoration:line-through">smh</span> </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
30 Apr 2021 12:39 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> changed the priority from Low. <br />
30 Apr 2021 00:07 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
30 Apr 2021 00:07 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
29 Apr 2021 05:13 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
29 Apr 2021 03:22 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
29 Apr 2021 03:14 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12557 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,211 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12655 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Figure uploads incorrectly formatted</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Figure uploads incorrectly formatted</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
30 Jul 2021 17:55<br />
Category: Complaint </div>
<div class="zebra">
Sorry, I'm not sure how else to word the title- <br /> <br />But when uploading to 3DSPaint in Image Maintenance, it says it uploads the images but in the wrong way. <br /> <br />Like when I upload a landscape image, it says I uploaded a portrait image, and when I upload a portraitt image, it says I uploaded a landscape image... basically, it's backwards. <br /> <br />And then uploading a square image says it uploaded landscape. <br /> <br />Not a big deal, it just bugs me. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Complaint</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
02 Aug 2021 05:07 </div>
<div class="zebra">
Nit pick time </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
02 Aug 2021 05:06 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> don't laugh at me hhh </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
02 Aug 2021 05:03 </div>
<div class="zebra">
lmfao ok </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
02 Aug 2021 05:07 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
02 Aug 2021 05:06 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> claimed ownership of this request. <br />
02 Aug 2021 05:03 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
02 Aug 2021 05:03 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
31 Jul 2021 00:01 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
30 Jul 2021 17:55 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12655 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,174 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12516 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Show user privacy settings on profile for admins</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Show user privacy settings on profile for admins</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">banjo2</a><br />
16 Mar 2021 13:49<br />
Category: New Feature </div>
<div class="zebra">
Since certain types of admins (profiles, overlord and maybe others) may not ever know if a user has a private profile or private comments due to the fact that their abilities bypass the privacy settings, maybe it could show these relevant settings on their profile (when viewed as an admin) so members may not receive unwanted comments or attention (unrelated to administration of course) </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">New Feature</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
16 Mar 2021 19:42 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> created this request. <br />
16 Mar 2021 13:49 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12516 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,197 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12515 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Use more alt text</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Use more alt text</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">banjo2</a><br />
16 Mar 2021 03:32<br />
Category: Request </div>
<div class="zebra">
Lately I've had Download Images turned off on my DSi, because it makes pages load faster and pretty much never run out of memory (which is especially common nowadays with people using massive avatars beyond what DSiPaint is supposed to allow). <br /> <br />However, it can be difficult to read some webpages, such as the friend request list, as they use icons for accepting/denying friend requests, and they only show as "Image." <br /> <br />I'm not asking that every image on the site be given an alt text, but if it could at least be considered when modifying pages, that would be great. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Request</label>
<label class="tag tag_low">Low</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a><br />
17 Apr 2021 19:12 </div>
<div class="zebra">
Since members are using the community on a variety of devices, it may be worth looking at accessibility features in general. Alt text would be just one of several things to add. </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
16 Mar 2021 04:10 </div>
<div class="zebra">
And where it does exist, I think it should be more meaningful. <br /> <br />Figures, for example, have the alt text "thumb"... seems like instead, the alt text should be that text that goes along with each figure when uploading. </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> left a reply. <br />
17 Apr 2021 19:12 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
16 Mar 2021 04:10 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
16 Mar 2021 04:10 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> created this request. <br />
16 Mar 2021 03:32 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12515 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,243 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12561 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Groups page in profile</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Groups page in profile</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
01 May 2021 04:10<br />
Category: Request </div>
<div class="zebra">
Since there are pages for blogs and polls on our profiles, why not one for our groups? <br /> <br />However, maybe create a setting where we can toggle which groups we would like to be made public, since I'm sure I'm not the only one with groups that don't need to be seen. <br /> <br />I also think it would be kind of cool to request invites that way too; maybe some little button in the list to send a request to the group owners. <br /> <br />I also think we should have the option to maybe type out a little discription (optionally, of course) for each group so members would know what they're getting into beforehand. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Request</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
01 May 2021 20:57 </div>
<div class="zebra">
I guess </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
01 May 2021 14:43 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> and what would we do for those groups with titles that make no sense, and the ones Drac has in a different language? XD </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
01 May 2021 04:53 </div>
<div class="zebra">
I think the title should be sufficient since that's the purpose: outline the purpose of the group via the title </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
01 May 2021 04:32 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> yes, but I mean if we list our groups in a profile page... and not all groups have descriptions in their main page. </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
01 May 2021 04:23 </div>
<div class="zebra">
For the last thing: Isn't that what the group main page is for? </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
01 May 2021 20:57 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
01 May 2021 20:57 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> changed the priority from Medium. <br />
01 May 2021 14:43 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
01 May 2021 14:43 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
01 May 2021 04:53 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
01 May 2021 04:53 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> changed the priority from Medium. <br />
01 May 2021 04:32 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
01 May 2021 04:32 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
01 May 2021 04:23 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
01 May 2021 04:23 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
01 May 2021 04:10 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12561 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,207 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12692 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Suggestion: Follow Feature</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Suggestion: Follow Feature</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=150961">DCTheGamr</a><br />
24 Nov 2021 17:28<br />
Category: Request </div>
<div class="zebra">
I think a feature like this could be amazing. Essentially, when you follow them you get notifications for whenever they release a new blog, upload a new photo, or make a new painting (if on 3DSPaint you only see paintings there whereas DSiPaint users dont get 3DSPaint notifications). This could also apply to friends. It may require an all notifications button at the bottom. In My Zone you could hide follower count and prevent certain notifications if you want too or changing how it acts. Instead of all blogs, only featured blogs you get notified of for example. It seems really useful of a feature even if only for friends. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Request</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
27 Dec 2021 04:40 </div>
<div class="zebra">
The notification section already exists. I'm just formulating how to create pagination in a manner that's sensible to a new user. </div>
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=150961">@DCTheGamr</a><br />
24 Dec 2021 21:51 </div>
<div class="zebra">
What I am thinking is, having a simple button that says "Follow". After that, there can be a new option on the homepage that is called "All Notifications" which contains everything like recently released blogs and other stuff like that. Of course, in settings we can make an option to disable this stuff and if needed, add a page 2 option to give more room in terms of memory limits. </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
24 Dec 2021 19:56 </div>
<div class="zebra">
I second this idea. Good one! <br /> <br />It will be interesting in how we ought to lay out this page, though. Seems like there needs to be a lot of information in not a lot of space. </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
27 Dec 2021 04:40 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
27 Dec 2021 04:40 </div>
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=150961">@DCTheGamr</a> left a reply. <br />
24 Dec 2021 21:51 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
24 Dec 2021 19:56 </div>
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=150961">@DCTheGamr</a> created this request. <br />
24 Nov 2021 17:28 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12692 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,174 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12494 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Spoilers close upon shoutbox refresh</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Spoilers close upon shoutbox refresh</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">GuiedGui</a><br />
05 Mar 2021 07:11<br />
Category: Bug Report </div>
<div class="zebra">
As of right now, spoilers in shouts get closed on shoutbox reloads. This is due to the way shoutboxes are reloaded. Everything isdeleted, then replaced. <br /> <br />I think this could be fixed with a change in the way shoutboxes are loaded. If instead a shoutbox loads all shouts only at the beginning, then only sends the user the changes needed for each load (stored via session, user sends what they hav, server sends back amendments), that would reduce network delays and fix a lot of problems that I have posted. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_low">Low</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
05 Mar 2021 13:35 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> created this request. <br />
05 Mar 2021 07:11 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12494 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,170 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12633 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Funky Help Desk timestamps</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Funky Help Desk timestamps</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">banjo2</a><br />
18 Jul 2021 10:17<br />
Category: Bug Report </div>
<div class="zebra">
I haven't researched the exact pattern, but Help Desk replies and history use weird timestamps that are definitely not accurate. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_"></label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> created this request. <br />
18 Jul 2021 10:17 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12633 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,174 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12792 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Set image to background feature</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Set image to background feature</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/247156.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=154057">MilliFoxii</a><br />
30 Oct 2022 16:23<br />
Category: New Feature </div>
<div class="zebra">
It would be much easier to add a <br /><span style="text-decoration:underline"><span style="color:darkblue">"Set custom image to background"</span></span> <br />option to <span style="text-decoration:underline">profiles, groups, and different pages </span>, <br />instead of typing <span style="text-decoration:underline"> <span style="color:red"> crazy css </span></span> and the <span style="text-decoration:underline">stress</span> of typing the <span style="text-decoration:underline">image url </span> correct. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">New Feature</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> set the priority. <br />
29 Jan 2023 16:43 </div>
<div class="zebra">
<img src="../images/art_gallery/247156.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=154057">@MilliFoxii</a> created this request. <br />
30 Oct 2022 16:23 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12792 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,369 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12508 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Via Notifications</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Via Notifications</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
13 Mar 2021 18:53<br />
Category: Complaint </div>
<div class="zebra">
The only notifications that stay in my notification section are the ones for group shouts and bulletin board replies. The other ones (profile comments, comment tags, messages) disappear after a certain amount of time, which is irritating because then I don’t see some profile comments or messages. <br /> <br />It’d be great to have ALL notifications stay in the notifications section, and ALL of them disappear after clicking them. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Complaint</label>
<label class="tag tag_low">Low</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
22 Jun 2021 04:32 </div>
<div class="zebra">
Might need its own HD post tbh <br /> </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
22 Jun 2021 04:30 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> yeah sure </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
22 Jun 2021 04:29 </div>
<div class="zebra">
Also, the dual notifications for blog comments is for reply + on your blog, so the system just needs to sort that one out </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
22 Jun 2021 04:28 </div>
<div class="zebra">
Doesn't <a href="viewdc29.html" rel="nofollow">?id=12054</a> cover that last part? I can paste that list over there </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
06 Jun 2021 22:09 </div>
<div class="zebra">
Also noting: <br /> <br /><span style="text-decoration:underline">Does not disappear after clicking</span> <br />-Help Desk replies/resolves <br />-Profile comments <br />-Comment tags <br />-Friend requests <br />-Blog comments <input type="button" class="form_button" style="width:auto;padding:1px 10px" value="Spoiler" onclick="if(this.nextSibling.style.display==''){this.nextSibling.style.display='none';}else{this.nextSibling.style.display='';}" /><div class="spoiler_body" style="display:none">Super annoying because it leaves two notifications for one comment</div> <br /> <br /><span style="text-decoration:underline">Does disappear after clicking</span> <br />-Group shouts <br />-Bulletin board posts <br />-Blog feature/decline <br />-Messages </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
16 Apr 2021 04:42 </div>
<div class="zebra">
Update: All notifications disappear after I think 36 hours. I don't want that. </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
29 Mar 2021 05:22 </div>
<div class="zebra">
Just confirmed that profile comments, just like my shoutbox notifs, dissapeared. I'd say there's a gap of around 36 hours before it does, but no idea why. </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
27 Mar 2021 17:49 </div>
<div class="zebra">
Sorry, I misread the question. I'll test out profile comments next. </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
27 Mar 2021 16:05 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> yeah, some notifications stay, but a lot of them do not. The shoutbox notifications stay longer than 24 hours, but other things like messages and profile comments disappear. </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
26 Mar 2021 15:02 </div>
<div class="zebra">
I had a shoutbox notification that stayed for 33 hours. I feel like I'm missing something since I can't seem to replicate this... </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
15 Mar 2021 16:16 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> yes, that’s exactly what I mean. <br /> <br />@GuiedGui I’m not 100% sure but I think it might be after 24 hours </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
15 Mar 2021 03:09 </div>
<div class="zebra">
I have a suspicion as to why this might be the case. It might be that the SQL server that stores notifications is running out of space and overwriting old entries, if that is the case. That or "garbage collection", so to speak. My <span style="text-decoration:underline">guess</span>, anyway. <br /> <br />Just wondering, how long do you reckon these notifications stay before disappearing? I've never experienced this myself, so I can't say for myself. </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
14 Mar 2021 23:45 </div>
<div class="zebra">
By the passage of time, that is. </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
14 Mar 2021 23:45 </div>
<div class="zebra">
Oh, so in other words, you're asking that notifications never expire? </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
14 Mar 2021 17:06 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> I mean, the notifications go away before you can see them, so then it’s often forgotten about or just not seen at all. It’d be much better to not have them do that before you can get a chance to see it. </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
14 Mar 2021 03:31 </div>
<div class="zebra">
I'm not sure I understand, <span style="text-decoration:underline">stay in the notification section</span>? I know for a fact that all notifications go away eventually. </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
22 Jun 2021 04:32 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
22 Jun 2021 04:30 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
22 Jun 2021 04:29 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
22 Jun 2021 04:28 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
22 Jun 2021 04:28 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
06 Jun 2021 22:09 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
16 Apr 2021 04:42 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> changed the priority from Medium. <br />
16 Apr 2021 04:42 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
29 Mar 2021 05:22 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
27 Mar 2021 17:49 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
27 Mar 2021 17:49 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> changed the priority from Medium. <br />
27 Mar 2021 16:05 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
27 Mar 2021 16:05 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
26 Mar 2021 15:02 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
16 Mar 2021 19:41 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
15 Mar 2021 16:16 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> changed the priority from Medium. <br />
15 Mar 2021 16:16 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
15 Mar 2021 03:09 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
15 Mar 2021 03:09 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
14 Mar 2021 23:45 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
14 Mar 2021 23:45 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
14 Mar 2021 17:06 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> changed the priority from Low. <br />
14 Mar 2021 03:31 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
14 Mar 2021 03:31 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
14 Mar 2021 03:31 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
13 Mar 2021 18:53 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12508 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,187 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12696 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Suggestion: Better Control Over the Group</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Suggestion: Better Control Over the Group</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=150961">DCTheGamr</a><br />
05 Dec 2021 03:46<br />
Category: New Feature </div>
<div class="zebra">
For the new control, we should have sub-pages, individual group mods, and allow at least 3 shoutboxes (announcements, group chat, mod chat). It would be cool to have some new control. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">New Feature</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
24 Dec 2021 19:56 </div>
<div class="zebra">
This is a good idea (overlaps with Tora's old group suggestions Helpdesk post a little, but this has some new stuff as well). <br /> <br />The only thing is, with it as it is, we kind of already do this. Announcements go on the main group page, you have a shoutbox, and mod chat goes on in the background. </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
27 Dec 2021 04:39 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
24 Dec 2021 19:56 </div>
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=150961">@DCTheGamr</a> created this request. <br />
05 Dec 2021 03:46 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12696 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,174 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12522 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Images on polls</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Images on polls</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/242900.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=138431">aidansocool</a><br />
19 Mar 2021 13:37<br />
Category: New Feature </div>
<div class="zebra">
I think they should be an option to put images on polls. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">New Feature</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
19 Mar 2021 23:03 </div>
<div class="zebra">
<img src="../images/art_gallery/242900.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=138431">@aidansocool</a> created this request. <br />
19 Mar 2021 13:37 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12522 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,170 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12856 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Add pages for help desk </title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Add pages for help desk </h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/233714.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=84791">Rlad116</a><br />
26 Jan 2023 08:04<br />
Category: New Feature </div>
<div class="zebra">
Add pages for help desk posts now that they're so many </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">New Feature</label>
<label class="tag tag_"></label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/233714.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=84791">@Rlad116</a> created this request. <br />
26 Jan 2023 08:04 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12856 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,207 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12505 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Library reader broken</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Library reader broken</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">banjo2</a><br />
12 Mar 2021 05:31<br />
Category: Bug Report </div>
<div class="zebra">
The DSiPaint Library book reader displays text in such an... Odd way now, I'm not sure how to describe it, I suggest you see for yourself, but it used to look so much better. It also doesn't scroll properly, so you can't see the top of the page/text. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_low">Low</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
17 Jul 2021 04:37 </div>
<div class="zebra">
On the buttons, there's <a href="viewac72.html" rel="nofollow">this HD post</a> </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
17 Jul 2021 04:36 </div>
<div class="zebra">
The aspect ratio issue is mentioned <a href="viewe69b.html" rel="nofollow">here</a> </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
12 Mar 2021 16:20 </div>
<div class="zebra">
If you mean formatting is wacky, it has been like that as of late. The text has always been loaded as an image, though, so I'm not all too sure what you're getting at. <br /> <br />Although it does clip into the buttons towards the bottom, and the scrolling is off, so it is really cut off, and I think it's misscaled for a DSi's screen. <br /> <br />Other than that, I don't see anything. </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
17 Jul 2021 04:37 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
17 Jul 2021 04:36 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
12 Mar 2021 16:20 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
12 Mar 2021 16:20 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> created this request. <br />
12 Mar 2021 05:31 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12505 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,207 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12587 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Go to replies in HD</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Go to replies in HD</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
11 Jun 2021 03:12<br />
Category: Request </div>
<div class="zebra">
Can we please get a "Go to replies" button on Help Desks, like how it is on blogs? <br /> <br />Ridiculously long Help Desks like mine need it. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Request</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
11 Jun 2021 03:32 </div>
<div class="zebra">
&gt;:<span style="font-weight:bold"></span>] <br /> <br />To be fair, though, that's a last-resort kind of thing. No need to aimlessly through those around. </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
11 Jun 2021 03:31 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> nooooo not character limits ;-; </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
11 Jun 2021 03:29 </div>
<div class="zebra">
This makes me inclined to just put a character limit on HD posts lol <br /> <br />But I don't think it's <span style="text-decoration:underline">that</span> necessary. I'll leave it open for other opinions. </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
11 Jun 2021 03:32 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
11 Jun 2021 03:31 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
11 Jun 2021 03:29 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
11 Jun 2021 03:28 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
11 Jun 2021 03:12 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12587 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,377 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12555 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Regarding the messaging system</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Regarding the messaging system</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
28 Apr 2021 02:26<br />
Category: Request </div>
<div class="zebra">
SO this sounds extremely tedious, but I would love to see a reconstruction of the private messaging system. <br /> <br />Of course, it's a lot and this can be disregarded since I know certain devices may not be able to handle it, BUT if it can be done, I'd love for Hull to take it into consideration. <br /> <br />I put stars and red text at the suggestions that really really should be used to make PMing more neat and easy. <br /> <br />So what I'm thinking is a system that is basically like Discord (in a way?), but without all of the little extra complicated stuff. <br /> <br /><span style="color:red">★First of all, to have the messages organized by member, instead of every single one all jammed into a messy list... because to be honest, it's a lot and always a hassle to find a particular message or delete it. And then organize that in a list with the member's name and their profile picture, as well as maybe an indicator if the member is online.</span> <br /> <br /><span style="color:red">★Another thing is to have all messages read down to up, just to make it easier to read, as well as the typing bar text box thingie on the bottom, like the chatroom.</span> <br /> <br />I also think it would be kinda cool to have a lil thing to show if the member is typing or not, but that probably isn't possible so ignore it. Just a thought. <br /> <br /><span style="color:red">★If we could get a selection option to select message threads and delete them, that would be great.</span> <br /> <br />Another thing is possibly group chats. I know that you can compose messages to be sent to multiple recipients, but it's sent separately. For what reason, I don't know. <br /> <br />Basically, the system I have in mind is like Discord, Instagram, Twitter, SnapChat, Hangouts... a lot of social media or chatting apps/sites. <br /> <br />Like I said, all of this is highly unlikely to pull... BUT if we can at least fix it to some of the aforementioned suggestions, that would make the PM system a lot cleaner and easier to manage. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Request</label>
<label class="tag tag_medium">Medium</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
25 Jun 2021 21:50 </div>
<div class="zebra">
This is something that he might not sign off on, so I'll pause on working on this one. </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
25 Jun 2021 04:07 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> <br /> <br /><a href="../../external.html?link=https://dsipaint.com/group/shoutbox.php?id=12674" rel="nofollow">This</a> is how I'd want messaging to look like, but have the two users instead of Hidden User (obviously)... it'd be great to have custom colors, like in the chatrooms, for names <br /> <br />If we could do without the dates too, that would be lovely <br /> <br />BASICALLY, a private chatroom/shoutbox, but I wanna see it like how blueturtle did their shoutbox <br /> <br />So could <a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> pretty please try this? </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
02 Jun 2021 22:44 </div>
<div class="zebra">
Bumping </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
30 Apr 2021 03:03 </div>
<div class="zebra">
Sounds like a plan. I'll be awaiting your mock-up, then </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
30 Apr 2021 03:01 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> can I just create my own design of what I mean and then get back to you because I'm confusing myself <br /> <br />I can design tomorrow during my graphic design class and show you what I mean </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
30 Apr 2021 02:38 </div>
<div class="zebra">
The design was to be threads, not messages, my apologies. <br /> <br />I'm just trying to rationalize how that'd look: so a "reply" thing that once you click, pops out two textareas and a send button like how the messages are currently. <br /> <br />Also, did I get every other aspect right? </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
30 Apr 2021 00:05 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> @GuiedGui <br /> <br />Gui, that's just what I was thinking. <br /> <br />And yes banjo, to both things </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
29 Apr 2021 05:37 </div>
<div class="zebra">
1. I partially disagree then, I like having separate threads, but it wouldn't be a huge deal to see them go. Being able to view entire threads in an inbox instead of each reply counting as one message might be a nice compromise, though. <br /> <br />2. Perhaps a quick reply function, then? Like, keep the reply button (so you can have access to the nicer textbox and see the user's raw message), but right below it is a similarly sized box with a shoutbox-like text input and send button? </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
29 Apr 2021 05:12 </div>
<div class="zebra">
Let me get this straight: for the menu for inbox/outbox mashup would look something like this: <br /><a href="../images/upload_gallery/14600.html"><img src="../images/upload_gallery/14600_thumb.html" alt="thumb"></a> <br /> <br />And each thread would look like this: <br /><a href="../images/upload_gallery/14602.html"><img src="../images/upload_gallery/14602_thumb.html" alt="thumb"></a> <br /> <br />(my interpretation, so not everything is exactly as you might intend) </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
29 Apr 2021 03:33 </div>
<div class="zebra">
1. Yes, that's what I mean <br /> <br />2. The second option, the message viewer with the instant replying integrated into it. </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
29 Apr 2021 03:30 </div>
<div class="zebra">
1. Ex. I could send you a PM with the subject "pizza" where we talk about pizza toppings, then send another PM with the subject "bowling" where we talk about bowling. Currently, if I did that, both of these conversations would stay completely separate from each other. <br />If I'm understanding correctly, in your idea, separate conversations would be eliminated in favor of simply having one conversation with Tora-Kokoro, one with GuiedGui, etc. <br /> <br />2. So basically private shoutboxes/chatrooms? Or *just* the idea of having message replying and the PM viewer combined? </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
28 Apr 2021 03:52 </div>
<div class="zebra">
@banjo2 <br /> <br />First thing, I don't quite know what you mean by "removal of separate PM threads", but my guess is how each and every message is listed in either the inbox/outbox? I'm horrible at explaining... <br /> <br />Second thing, the chatrooms are just like a type and go kinda thing? Whereas for private messaging, you have to go in and compose a whole message with a subject, and you have to have three or more characters in order to send it. <br /> <br />Sorry if that doesn't make sense... </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
28 Apr 2021 03:41 </div>
<div class="zebra">
Again, I failed to read the replies... <br /> <br />What do you mean by, <span style="text-decoration:underline">how the chatrooms are organized</span>? </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
28 Apr 2021 03:39 </div>
<div class="zebra">
Does your first suggestion imply the removal of separate PM threads? <br /> <br />And, I disagree with the second one, because that would require autoscrolling or manually scrolling to the bottom of the page to see the newest message and then reply, both of which would be annoying. </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
28 Apr 2021 02:52 </div>
<div class="zebra">
1. You know how Discord organizes private messages by user? Like, if I were to message you there, it creates a thread for our messages. That's how I want the messages here to be organized because currently, it's just every single message tossed onto a page, and it's hard to find messages. <br /> <br />2. What about making it like how the chatrooms are organized? Instead of the messaging being like how Gmail works. <br /> <br />3. For deletion, I don't know where things go on this site when you click that little red X. So I don't know how to answer that. But yeah; maybe a select and delete option where you can select that thread and it's deleted. But if someone deletes it from their end, it doesn't affect the messages on the other end. Or maybe, another option to archive it, and make a tab somewhere to find archived conversations. </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
28 Apr 2021 02:42 </div>
<div class="zebra">
Star 1: I don't understand this point. How exactly would you get the list to be "organized by member", as you say? There's already the left/right dichotomy. <br /> <br />Star 2: I disagree. Since the DSi automatically lands the user at the top, I don't see why they should sit through the page loading for a hot second before being able to respond to anything. Even if you replaced the box with something like Discord's text box, it would still have the same issue, albeit less loading. <br /> <br />Yeah, no, DSis stop all JS from running once you pop open a textbox. <br /> <br />Star 3: Do you mean delete an entire chain from existence? As to clear an entire conversation from the database so that nobody can see it anymore? </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
25 Jun 2021 21:50 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
25 Jun 2021 04:07 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
02 Jun 2021 22:44 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
30 Apr 2021 03:03 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
30 Apr 2021 03:03 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
30 Apr 2021 03:01 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> changed the priority from High. <br />
30 Apr 2021 03:01 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
30 Apr 2021 02:38 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
30 Apr 2021 02:38 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> changed the priority from High. <br />
30 Apr 2021 00:05 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
30 Apr 2021 00:05 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
29 Apr 2021 05:37 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
29 Apr 2021 05:12 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
29 Apr 2021 05:12 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> changed the priority from Low. <br />
29 Apr 2021 03:33 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
29 Apr 2021 03:33 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
29 Apr 2021 03:30 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
29 Apr 2021 03:30 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
28 Apr 2021 03:52 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> changed the priority from Low. <br />
28 Apr 2021 03:52 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
28 Apr 2021 03:41 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
28 Apr 2021 03:39 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
28 Apr 2021 03:39 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
28 Apr 2021 02:52 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> changed the priority from High. <br />
28 Apr 2021 02:52 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
28 Apr 2021 02:42 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
28 Apr 2021 02:42 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
28 Apr 2021 02:26 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12555 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,207 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12592 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Message button on pending friendships</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Message button on pending friendships</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
14 Jun 2021 22:28<br />
Category: Request </div>
<div class="zebra">
On the home page where our friends online list is, it shows people whose requests are still pending. It also has the little buttom to the right of the name to send a message to that person... clicking it will bring you to the message composer, but that person's name will not pop up in either the lil search bar or on the to/from. <br /> <br />Could we please fix that, and replace the pending friends' message button with maybe some other symbol that shows they're pending? No point in having an option to send a message when you can't send one anyway. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Request</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
15 Jun 2021 15:46 </div>
<div class="zebra">
That's a better idea </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
15 Jun 2021 04:31 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> my suggestion was to replace the button with a lil sign that indicates pending friendship, so nothing would really be removed there </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
15 Jun 2021 04:25 </div>
<div class="zebra">
This brings up a couple things lol <br /> <br />1. The way friends work is kinda scuffed, imo. You can be one-sided friends with someone via sending them a request, but you won't be able to send messages until they reciprocate. What you've mentioned here is just one of many examples of stuff happening because one-sided friendship isn't actual friendship. (Sidenote: <img src="../chatrooms/smilies/alien2.html" />) <br />2. I think if you simply remove the buttons, it breaks the display on the bottom lmao </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
15 Jun 2021 15:46 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
15 Jun 2021 04:31 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
15 Jun 2021 04:25 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
15 Jun 2021 04:19 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
14 Jun 2021 22:28 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12592 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,187 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12724 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Duplicate Friends</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Duplicate Friends</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=150961">DCTheGamr</a><br />
20 Jan 2022 03:10<br />
Category: Bug Report </div>
<div class="zebra">
I weirdly have duplicate friends. GuiedGui has 3. Another member has 2. I sent a friend request for one and they accepted while the other (as of typing) hasn't accepted it. Image is below. <br /> <br /><a href="../images/upload_gallery/15404.html"><img src="../images/upload_gallery/15404_thumb.html" alt="thumb"></a> </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
19 Jul 2022 05:53 </div>
<div class="zebra">
This has been a thing for a really really long time. You can circumvent this by re-friending them (and making sure to leave their profile right after, don't go back to it or anything and it should work). <br /> <br />I assume this will be alleviated when the fabled friends & followers update comes around. </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
19 Jul 2022 05:53 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
19 Jul 2022 05:53 </div>
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=150961">@DCTheGamr</a> created this request. <br />
20 Jan 2022 03:10 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12724 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,271 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12629 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Remove profile comment posting delay</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Remove profile comment posting delay</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">banjo2</a><br />
17 Jul 2021 10:22<br />
Category: Request </div>
<div class="zebra">
On profiles, you have to wait a couple of minutes before commenting again. This is annoying, because sometimes I'll mistype an @, make a typo/spelling mistake that could be misinterpreted, or I forget a detail. I want to immediately correct that mistake, but I have to wait a bit before I can post again. <br />This doesn't stop me from posting my correction or whatever, it's just annoying. <br />I'm sure this was probably to prevent spam. But, administration can take care of that, and I'm pretty sure profiles are the <span style="text-decoration:underline">only</span> section of the site with this restriction. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Request</label>
<label class="tag tag_low">Low</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
26 Jul 2021 03:43 </div>
<div class="zebra">
Should be removed in branch 20210725-comments-12629 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
22 Jul 2021 00:27 </div>
<div class="zebra">
Also, note on the ratelimiting thing being unique to profile comments: it isn't. BBs also have a similar thing. </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
19 Jul 2021 00:12 </div>
<div class="zebra">
Got it; I'll take ownership </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
19 Jul 2021 00:08 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> </div>
<div class="zebra">
<img src="../images/art_gallery/233714.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=84791">@Rlad116</a><br />
18 Jul 2021 16:36 </div>
<div class="zebra">
We're fine lol we can handle it </div>
<div class="zebra">
<img src="../images/art_gallery/235384.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=34558">@IblisFlare</a><br />
18 Jul 2021 12:36 </div>
<div class="zebra">
Honestly wouldn't be an issue for me. Especially if this is the only section of the site that has this in place. </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
18 Jul 2021 08:16 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=34558">@IblisFlare</a> too, but I don't know if has both profiles and Help Desk </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
18 Jul 2021 08:15 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=84791">@Rlad116</a> </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
18 Jul 2021 04:58 </div>
<div class="zebra">
Before I implement this, it's probably a good idea to get the permission of the other admins that moderate profiles to see if they're alright with moderating slightly more comments. <br /> <br />Once you do that, I'll take this on. </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
26 Jul 2021 03:43 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
22 Jul 2021 00:27 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> claimed ownership of this request. <br />
19 Jul 2021 00:12 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
19 Jul 2021 00:12 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
19 Jul 2021 00:08 </div>
<div class="zebra">
<img src="../images/art_gallery/233714.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=84791">@Rlad116</a> left a reply. <br />
18 Jul 2021 16:36 </div>
<div class="zebra">
<img src="../images/art_gallery/235384.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=34558">@IblisFlare</a> left a reply. <br />
18 Jul 2021 12:36 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
18 Jul 2021 08:16 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
18 Jul 2021 08:15 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
18 Jul 2021 04:58 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
18 Jul 2021 04:58 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> created this request. <br />
17 Jul 2021 10:22 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12629 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,197 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12636 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Add info on badges to FAQ</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Add info on badges to FAQ</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
19 Jul 2021 01:06<br />
Category: New Feature </div>
<div class="zebra">
I know Hull has a blog somewhere that explains badges, but not everyone is willing to go through a bunch of blogs to figure out what badges are and how we earn them. <br /> <br />It should be in a FAQ. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">New Feature</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
19 Jul 2021 15:26 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> yeah put that in a FAQ </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
19 Jul 2021 07:14 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/blog/view.php?id=34923" rel="nofollow">somewhere</a> </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
19 Jul 2021 15:26 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
19 Jul 2021 07:14 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
19 Jul 2021 07:14 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
19 Jul 2021 01:06 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12636 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,170 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12623 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - A few things on flagging</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - A few things on flagging</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">banjo2</a><br />
16 Jul 2021 02:23<br />
Category: Other </div>
<div class="zebra">
1. It should show the date content was flagged, as well as the date the content was posted. <br /> <br />2. For profiles, it should bring you to the specific comments page that it's on, rather than just the profile. <br /> <br />3. I believe I already mentioned this in another ticket, but the flagged content admin page is not available on DSiPaint. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Other</label>
<label class="tag tag_"></label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> created this request. <br />
16 Jul 2021 02:23 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12623 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,174 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12584 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Select blogs to feature on profiles</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Select blogs to feature on profiles</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
06 Jun 2021 22:02<br />
Category: Request </div>
<div class="zebra">
I think instead of having our latest featured blogs on our profiles, we should be able to pick which blogs we'd like to be shown on our profiles. Maybe just keep a maximum of however many currently show (6?), and we can show as little as we'd like, or none altogether if we wanted. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Request</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
07 Jun 2021 03:22 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
06 Jun 2021 22:02 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12584 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,197 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12723 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Randomly Blocked Account</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Randomly Blocked Account</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=150961">DCTheGamr</a><br />
17 Jan 2022 01:46<br />
Category: Bug Report </div>
<div class="zebra">
So I found out that again, AnimaBoy was blocked 'by me' even tho I know I didn't block him. EliTheFox also has the same thing happening so it is likely a bug. I fixed it but still. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_low">Low</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=150961">@DCTheGamr</a><br />
09 Apr 2022 17:56 </div>
<div class="zebra">
I’m sure. I have checked lots and the issue *maybe* has stopped so it could have been a simple glitch, but idk either. I do have an extremely long password so that helps, but from what I can tell, no one has the account. </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a><br />
09 Apr 2022 17:53 </div>
<div class="zebra">
Are you sure no one else has access to your account? </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
19 Jul 2022 05:55 </div>
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=150961">@DCTheGamr</a> left a reply. <br />
09 Apr 2022 17:56 </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> left a reply. <br />
09 Apr 2022 17:53 </div>
<div class="zebra">
<img src="../images/art_gallery/247403.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=150961">@DCTheGamr</a> created this request. <br />
17 Jan 2022 01:46 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12723 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,207 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12523 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Show self-disabled accounts on ban list</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Show self-disabled accounts on ban list</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">banjo2</a><br />
21 Mar 2021 02:50<br />
Category: Request </div>
<div class="zebra">
Self-explanatory. As a separate option, if thought necessary. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Request</label>
<label class="tag tag_low">Low</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/233714.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=84791">@Rlad116</a><br />
22 Apr 2021 13:57 </div>
<div class="zebra">
"take ownership" </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
21 Mar 2021 02:55 </div>
<div class="zebra">
Nope, I think this is unique. </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
21 Mar 2021 02:54 </div>
<div class="zebra">
I can't wait to find out that I already asked for this </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/233714.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=84791">@Rlad116</a> left a reply. <br />
22 Apr 2021 13:57 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
21 Mar 2021 02:55 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
21 Mar 2021 02:55 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
21 Mar 2021 02:54 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> created this request. <br />
21 Mar 2021 02:50 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12523 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,217 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12762 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Friend Request Glitch</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Friend Request Glitch</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/246735.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=137730">Draconid_Jo</a><br />
23 Jul 2022 13:45<br />
Category: Bug Report </div>
<div class="zebra">
As pointed out by Yeuron in <a href="../../external.html?link=https://dsipaint.com/blog?id=100392" rel="nofollow">this blog</a>, friend requests are currently bugged. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_"></label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/246735.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=137730">@Draconid_Jo</a><br />
17 Feb 2023 21:52 </div>
<div class="zebra">
I'm not sure, seeing as how I never personally experienced this problem. <br />(Since Yeuron never accepted my friend request, perhaps not.) <br /> <br />Is it possible that it was a DSiPaint specific problem? <br />(I wish that I had asked Yeuron for more information about this bug.) </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
16 Feb 2023 20:50 </div>
<div class="zebra">
Bump <br /> <br />Fixed or nah? </div>
<div class="zebra">
<img src="../images/art_gallery/246735.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=137730">@Draconid_Jo</a><br />
23 Jul 2022 18:24 </div>
<div class="zebra">
Im not sure, as I never personally experienced this glitch for some reason <br /> <br />Lots of people have been having trouble replying to DMs too, but I havent yet been affected by that bug, either. <br />(And IDK why.) </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a><br />
23 Jul 2022 17:01 </div>
<div class="zebra">
I made some fixes today to database issues. Is this still happening? </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/246735.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=137730">@Draconid_Jo</a> left a reply. <br />
17 Feb 2023 21:52 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
16 Feb 2023 20:50 </div>
<div class="zebra">
<img src="../images/art_gallery/246735.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=137730">@Draconid_Jo</a> left a reply. <br />
23 Jul 2022 18:24 </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> claimed ownership of this request. <br />
23 Jul 2022 17:01 </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> left a reply. <br />
23 Jul 2022 17:01 </div>
<div class="zebra">
<img src="../images/art_gallery/246735.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=137730">@Draconid_Jo</a> created this request. <br />
23 Jul 2022 13:45 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12762 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,174 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12579 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Announcements section on profiles</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Announcements section on profiles</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
24 May 2021 03:08<br />
Category: New Feature </div>
<div class="zebra">
I was wondering and hoping we could have a whole new section added to our profiles? An announcements section, if you would please. <br /> <br />I was thinking just above our biography sections, we'd have a section labelled Announcements where we can post important things we'd like to say. I think to reduce space it takes up, we should limit it to three announcements on display at once. I also think there should be a place somewhere (maybe in our pages?) where we can view all announcements. <br /> <br />And I think with a page for it, that's where we can compose a new announcement, similar to how we can write a new poll. <br /> <br />Another thing is the option to reply to announcements, but have the replies be somewhere entirely different (like not in the same section as announcements). For example, clicking it will take you to a different page to view and write replies. <br /> <br />Maybe like this: <br /> <br /><hr /> <br /> <br /><span style="font-weight:bold">Announcement Title</span> <br />Date <br />|————————————————————| <br />|Blah blah blah very important message | <br />|————————————————————| <br /> <br />Likes (#) Like ♡ Reply (→) View Replies () <br /> <br /><hr /> <br /> <br />Being able to use custom CSS would be ideal. :] <br /> <br />Oh, and could we use hearts to like a post? It would look better than the thumbs-up thingies on the website. <br /> <br />Also, we should have a notification sent to people on our friends lists if we post a new announcement (but not to everyone because obvious reasons). <br /> <br />I also think it would be cool to have a whole section on our home page where we can view and scroll through all announcements from people on our friends list, with the newest posts being on top. <br /> <br />Please take into consideration? It would be very helpful. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">New Feature</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
24 May 2021 03:27 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
24 May 2021 03:08 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12579 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,213 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12847 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - apostrophes are broken lol</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - apostrophes are broken lol</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/233714.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=84791">Rlad116</a><br />
17 Jan 2023 10:22<br />
Category: Bug Report </div>
<div class="zebra">
as the titles says don't think that they are working too well right now </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_"></label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
16 Feb 2023 21:12 </div>
<div class="zebra">
There may have been database issues but I think those have passed. Can confirm? </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a><br />
04 Feb 2023 17:35 </div>
<div class="zebra">
Where are you seeing issues with apostrophes? </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a><br />
04 Feb 2023 17:35 </div>
<div class="zebra">
'as the titles says don't think that they are working too well right now' --Rlad116 </div>
<div class="zebra">
<img src="../images/art_gallery/233714.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=84791">@Rlad116</a><br />
17 Jan 2023 10:23 </div>
<div class="zebra">
I was wrong..... some of the apostrophes in the helpdewsk are not doing to hot right now though lol </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
16 Feb 2023 21:12 </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> left a reply. <br />
04 Feb 2023 17:35 </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> left a reply. <br />
04 Feb 2023 17:35 </div>
<div class="zebra">
<img src="../images/art_gallery/233714.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=84791">@Rlad116</a> left a reply. <br />
17 Jan 2023 10:23 </div>
<div class="zebra">
<img src="../images/art_gallery/233714.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=84791">@Rlad116</a> created this request. <br />
17 Jan 2023 10:22 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12847 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,207 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12603 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Group population</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Group population</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
28 Jun 2021 04:49<br />
Category: Request </div>
<div class="zebra">
On the groups menu, it would be nice to have a number indicator somewhere on each group that says how many members are in that group. Not including pending members, of course. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Request</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
29 Jun 2021 19:39 </div>
<div class="zebra">
Sure ig </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
29 Jun 2021 15:02 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> yes <br /> <br />I just think it would be nice to see how many active people there are in groups. </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
29 Jun 2021 05:58 </div>
<div class="zebra">
Oh, like how the top groups have it? <br /> <br />I mean, if you want it, we can work on it, but I don't really see the point of doing this lol </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
29 Jun 2021 19:39 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
29 Jun 2021 15:02 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
29 Jun 2021 05:58 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
28 Jun 2021 14:58 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
28 Jun 2021 04:49 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12603 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,197 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12621 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Cannot post image comments</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Cannot post image comments</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">banjo2</a><br />
11 Jul 2021 09:37<br />
Category: Bug Report </div>
<div class="zebra">
When I hit Post, nothing happens. If I return to text comment, it works. <br /> <br />(I thought this was already on the Help Desk?) </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
15 Jul 2021 04:23 </div>
<div class="zebra">
It isn't. Only other open Helpdesk about it is <a href="view1176.html" rel="nofollow">this one</a>, and it's not related to this one (unless it is) </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
11 Jul 2021 18:21 </div>
<div class="zebra">
Maybe, I'll check </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
15 Jul 2021 04:23 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
15 Jul 2021 04:23 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
11 Jul 2021 18:21 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> created this request. <br />
11 Jul 2021 09:37 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12621 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,191 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12656 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - "Browse my polls" only shows featured polls</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - "Browse my polls" only shows featured polls</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
30 Jul 2021 20:32<br />
Category: Complaint </div>
<div class="zebra">
Self explanatory title. <br /> <br />It doesn't show both featured and not featured. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Complaint</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
02 Aug 2021 05:03 </div>
<div class="zebra">
Ez SQL thing fix </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> claimed ownership of this request. <br />
02 Aug 2021 05:03 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
02 Aug 2021 05:03 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
31 Jul 2021 00:01 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
30 Jul 2021 20:32 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12656 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,174 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12617 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Cannot post BB reply</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Cannot post BB reply</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">GuiedGui</a><br />
11 Jul 2021 05:47<br />
Category: Bug Report </div>
<div class="zebra">
The problem is that a #text anchor is added after clicking on the reply button, and that prevents the submission from even submitting or something. <br /> <br />The page doesn't even budge </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_low">Low</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
11 Jul 2021 05:47 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> created this request. <br />
11 Jul 2021 05:47 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12617 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,197 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12661 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Identity Theft (kinda)</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Identity Theft (kinda)</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../avatars_site/0.png" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=138471">Untitled</a><br />
04 Aug 2021 11:31<br />
Category: Bug Report </div>
<div class="zebra">
While browsing the 3D photo gallery on 3dspaint on my 3ds, I saw a picture I was interested in viewing. This much is normal. I clicked on the photo, viewed it, rated it, and clicked the home button when something strange caught my eye as I left the page. Where it says "Welcome Untitled" (for me) next to the Logout button, I saw it saying welcome to a different username. <br /> <br />Of course, this was strange, so I instantly went back to the page to make sure I wasn't going crazy. I wasn't. A different username took my spot. Upon further investigation of various 3d photos, my fidings were this: <br /> <br />When you view a 3d photo from someone's gallery, the site temporarily gives you the owner's username, avatar, background, and theme (light or dark). <br />Essentially, when you view a 3d photo from the gallery, you steal the owner's identity. <br />This shouldn't be a security issue, since it seems that when you leave, you revert back to your normal self, but I am not educated enough in website security to make that call, so please look into this quickly if you think it may be a matter of member security threat. I don't expect that people with malicious intent would check the 3d photo gallery though for bugs.... (After all, who uses the 3d photo gallery these days...?) <br /> <br /> </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_medium">Medium</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
05 Aug 2021 06:07 </div>
<div class="zebra">
I swear this is mentioned elsewhere as well. <br /> <br />But yeah, was thinking the same thing Hull was. Not a hard fix, and it should not be a security issue </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a><br />
05 Aug 2021 01:11 </div>
<div class="zebra">
It's going to just be a display issue, but it does need to be resolved. Generally, pages will include details for 2 users: The currently logged in one and the one who owns the content of that page. The code is most likely just pulling the wrong one in the display. </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
05 Aug 2021 06:07 </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> set the priority. <br />
05 Aug 2021 01:11 </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> left a reply. <br />
05 Aug 2021 01:11 </div>
<div class="zebra">
<img src="../avatars_site/0.png" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=138471">@Untitled</a> created this request. <br />
04 Aug 2021 11:31 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12661 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,191 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12591 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - I want to recover my old account "ashcatchem64"</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - I want to recover my old account "ashcatchem64"</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../avatars_site/0.png" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=152453">The2002Kid</a><br />
13 Jun 2021 22:37<br />
Category: Other </div>
<div class="zebra">
Hello! <br /> <br />Its been a few years since i've been on here but it brought back so many memories as soon as I clicked on here! <br /> <br />I used to chat on here every night <br /> <br />My old account username was "ashcatchem64" but I don't remember the password and I don't know who to contact. <br /> <br />I want to recover it so I can view my old messages <br /> <br />I would sincerely appreciate the help <br /> <br />Thank you! </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Other</label>
<label class="tag tag_low">Low</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a><br />
17 Jan 2023 03:02 </div>
<div class="zebra">
Do you still have the email address? The method for recovering accounts has been simplified. </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> claimed ownership of this request. <br />
17 Jan 2023 03:02 </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> left a reply. <br />
17 Jan 2023 03:02 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
14 Jun 2021 07:22 </div>
<div class="zebra">
<img src="../avatars_site/0.png" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=152453">@The2002Kid</a> created this request. <br />
13 Jun 2021 22:37 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12591 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,207 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12653 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Anything Under 5 Savii points is unbuyable</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Anything Under 5 Savii points is unbuyable</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/246575.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=150326">Weeeheeep</a><br />
28 Jul 2021 01:24<br />
Category: Bug Report </div>
<div class="zebra">
I went to the Savii shop, and there were some things i couldn't buy, that were under 5 Savii Points, even though i have 24. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
28 Jul 2021 02:02 </div>
<div class="zebra">
Indeed </div>
<div class="zebra">
<img src="../images/art_gallery/246575.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=150326">@Weeeheeep</a><br />
28 Jul 2021 01:41 </div>
<div class="zebra">
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> yea, is that broken, and i'm a god or something? </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
28 Jul 2021 01:36 </div>
<div class="zebra">
You can use the Savii feature? Amazin' </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
28 Jul 2021 02:02 </div>
<div class="zebra">
<img src="../images/art_gallery/246575.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=150326">@Weeeheeep</a> left a reply. <br />
28 Jul 2021 01:41 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
28 Jul 2021 01:36 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
28 Jul 2021 01:36 </div>
<div class="zebra">
<img src="../images/art_gallery/246575.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=150326">@Weeeheeep</a> created this request. <br />
28 Jul 2021 01:24 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12653 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,197 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12693 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - I need help resetting my password for a decade old account I don't have access to anymore... </title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - I need help resetting my password for a decade old account I don't have access to anymore... </h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/247340.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=152737">MattFromSpace</a><br />
28 Nov 2021 23:14<br />
Category: Other </div>
<div class="zebra">
I need help resetting my password for a decade old account I don't have access to anymore... <br /> <br /> <br />I have the url to my old profile. I really would hope to be able to get it back. I'm Matthew James Pitsicalis. Hense my initials on my og profile. I tried everything I could remember to no avail.. please help... <img src="../chatrooms/smilies/alien2.html" /> </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Other</label>
<label class="tag tag_"></label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a><br />
04 Mar 2022 02:08 </div>
<div class="zebra">
I've sent a friend request. I'll need to get some verification details to reset the account, so go ahead and message me. </div>
<div class="zebra">
<img src="../images/art_gallery/247340.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=152737">@MattFromSpace</a><br />
28 Nov 2021 23:15 </div>
<div class="zebra">
http://www.dsipaint.com/member/?id=89240 </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> claimed ownership of this request. <br />
04 Mar 2022 02:08 </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> left a reply. <br />
04 Mar 2022 02:08 </div>
<div class="zebra">
<img src="../images/art_gallery/247340.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=152737">@MattFromSpace</a> left a reply. <br />
28 Nov 2021 23:15 </div>
<div class="zebra">
<img src="../images/art_gallery/247340.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=152737">@MattFromSpace</a> created this request. <br />
28 Nov 2021 23:14 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12693 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,170 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12779 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - 3dsPaint (like the painting application) is broken.</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - 3dsPaint (like the painting application) is broken.</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/247359.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=138112">Siling-La</a><br />
26 Sep 2022 06:41<br />
Category: Bug Report </div>
<div class="zebra">
Not a major issue, but when you are doing the actual painting, it draws a line between your last touched point and the current point you touched. It doesn't save that way, but it blemishes the art while painting it. <br /> <br />The 3d depth feature is also broken. Not sure where or how. It just doesn't end up 3d, even though it says it is. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">Bug Report</label>
<label class="tag tag_"></label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/247359.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=138112">@Siling-La</a> created this request. <br />
26 Sep 2022 06:41 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12779 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:55 GMT -->
</html>

View file

@ -1,174 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12639 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Add a word count for blog composer</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Add a word count for blog composer</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
19 Jul 2021 17:34<br />
Category: New Feature </div>
<div class="zebra">
Why not? It would be helpful. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">New Feature</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
20 Jul 2021 04:10 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
19 Jul 2021 17:34 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12639 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:56 GMT -->
</html>

View file

@ -1,215 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12566 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Q&A in profiles</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Q&A in profiles</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
07 May 2021 00:25<br />
Category: New Feature </div>
<div class="zebra">
I thought of a cool lil idea: to have a section in our profiles for a Q&A. <br /> <br />Maybe a page at the of the list of our profile pages where it can be clicked and it'll bring you to a lil list of questions that members have asked (preferrably a collapsible list), and then a text box and submit button to ask your own question. <br /> <br />And as for the actual members who are being asked, they'd have an option to manage the questions (like delete them). To answer the question, just click on it and it'll take you to a textbox/submit thingie. <br /> <br />I would say to maybe keep it anonymous, but I feel like it wouldn't feel, as direct. <br /> <br />Also, notifications: we get notified if we are asked a question, and given an answer. <br /> <br />I just think it'll be fun, and who knows? It could very well be useful, so maybe consider it. :] </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">New Feature</label>
<label class="tag tag_low">Low</label>
<label class="tag tag_default">0 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a><br />
07 May 2021 03:07 </div>
<div class="zebra">
Socialneko has something like this, I think. </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a><br />
07 May 2021 01:35 </div>
<div class="zebra">
:<span style="font-weight:bold"></span>D Woohoo Im glad someone likes it </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
07 May 2021 01:02 </div>
<div class="zebra">
I really like this idea. <br /> <br />I think the user should be able to hide and show this section of their profile, like how you're <span style="text-decoration:underline">supposed</span> to be able to hide your comment section. </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> left a reply. <br />
07 May 2021 03:07 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
07 May 2021 02:46 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> changed the priority from Medium. <br />
07 May 2021 01:35 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> left a reply. <br />
07 May 2021 01:35 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> set the priority. <br />
07 May 2021 01:02 </div>
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
07 May 2021 01:02 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
07 May 2021 00:25 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12566 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

View file

@ -1,191 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from dsipaint.com/helpdesk/view.php?id=12590 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 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="../../external.html?link=https://dsipaint.com/favicon.ico" />
<link rel="apple-touch-icon" href="../apple-touch-icon.html" />
<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>Help Desk Request - Notes application</title>
<script type="text/javascript">
'use strict';
var xhrKeepAlive = new XMLHttpRequest();
function keep_alive(){
xhrKeepAlive.open('GET.html', '../../external.html?link=https://dsipaint.com/includes/keepalive.php', true);
xhrKeepAlive.send(null);
setTimeout(keep_alive, 60000);
}
function mark_dupe(obj){
if(obj.checked){
document.getElementById('c_resolved').disabled=true;
}else{
document.getElementById('c_resolved').disabled=false;
}
}
window.onload = function(){
setTimeout(keep_alive, 60000);
}
</script>
</head>
<body style="background: url(../images/backgrounds/background0.png)">
<div style="padding:2px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><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="../../external.html?link=https://dsipaint.com/register.php">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>Help Desk Request - Notes application</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=146682">Tora-Kokoro</a><br />
13 Jun 2021 18:26<br />
Category: New Feature </div>
<div class="zebra">
Why not add a notes section? <br /> <br />I usually write notes in drafted blogs, but since I have a lot, they get lost amongst my actual blogs. <br /> <br />I think it'd be helpful to just have a notes application. Plus I think others would appreciate it. </div>
<div class="zebra">
Resolved: No<br />
<label class="tag tag_default">New Feature</label>
<label class="tag tag_lowest">Lowest</label>
<label class="tag tag_default">3 hr</label>
<div class="clear_div"></div>
</div>
</div>
<h1>Responses</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
01 Jul 2021 17:14 </div>
<div class="zebra">
I think I'm the hardest offender of notetaking in unpublished blogs on the site, but I don't think it's needed to have a notes section. You could even do not public profile pages, if you're alright with snoopers. </div>
</div>
<h1>History</h1>
<div class="menu_section" style="margin-bottom:10px; padding:0px;">
<div class="zebra">
<img src="../images/art_gallery/244380.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a> left a reply. <br />
01 Jul 2021 17:14 </div>
<div class="zebra">
<img src="../images/art_gallery/174170.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=1">@HullBreach</a> changed the hour estimate from 0. <br />
14 Jun 2021 22:19 </div>
<div class="zebra">
<img src="../avatars_site/24.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=128972">@banjo2</a> set the priority. <br />
14 Jun 2021 07:21 </div>
<div class="zebra">
<img src="../images/art_gallery/245072.html" alt="Avatar" class="avatar" />
<a href="../../external.html?link=https://dsipaint.com/member?id=146682">@Tora-Kokoro</a> created this request. <br />
13 Jun 2021 18:26 </div>
</div>
<div style="margin:5px; text-align:center">
<a href="../../external.html?link=https://dsipaint.com/"><img class="icon" src="../images/icons/icon_home.html" alt="Home" /></a>
<a href="../../external.html?link=https://dsipaint.com/helpdesk"><img class="icon" src="../images/icons/icon_back.html" alt="Help Desk Home" /></a>
</div>
<div style="font-size:10px; text-align:center">
Nintendo 3DS is &trade; Nintendo Co. Ltd.
This website is &copy;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', '../../external.html?link=https://dsipaint.com/includes/ajax.section.my_alert_popup.php', 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/helpdesk/view.php?id=12590 by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 08 Apr 2023 14:16:57 GMT -->
</html>

Some files were not shown because too many files have changed in this diff Show more