447 lines
14 KiB
HTML
447 lines
14 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<!-- Mirrored from dsipaint.com/member/?id=55198 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Apr 2023 23:10:34 GMT -->
|
|
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta name="description" content="3DSPaint: Games and Apps for the Nintendo 3DS Internet Browser" />
|
|
<meta name="keywords" content="3D Photo Gallery, 3DS Photo Gallery, Upload 3D Photos, Upload 3DS Photos, MPO, 3DSPaint, 3DS Opera SDK, Nintendo 3DS, 3DS, JavaScript, video games" />
|
|
<link rel="shortcut icon" href="../favicon.ico" />
|
|
<link rel="apple-touch-icon" href="../apple-touch-icon.png" />
|
|
<link rel="stylesheet" href="../stylee993.css" type="text/css" />
|
|
<link rel="stylesheet" href="../lighte993.css" type="text/css" />
|
|
<script type="text/javascript">
|
|
function parse(json){
|
|
return (typeof JSON == 'object') ? JSON.parse(json) : eval(json);
|
|
}
|
|
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-702344-11']);
|
|
_gaq.push(['_trackPageview']);
|
|
(function() {
|
|
var ga = document.createElement('script');
|
|
ga.type = 'text/javascript';
|
|
ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0];
|
|
s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
</script>
|
|
<title>Profile for ShinyArceus67</title>
|
|
<script type="text/javascript">
|
|
'use strict';
|
|
|
|
function flag(obj, comment) {
|
|
var params = 'action=comment_flag&comment=' + comment;
|
|
|
|
if (confirm("Flag comment?")) {
|
|
xhrCall(params);
|
|
obj.style.display = 'none';
|
|
}
|
|
return false;
|
|
}
|
|
function remove_comment(obj, comment) {
|
|
var div = obj.parentNode.parentNode,
|
|
params = 'action=comment_delete&comment=' + comment;
|
|
|
|
if (confirm("Delete comment?")) {
|
|
xhrCall(params);
|
|
div.parentNode.removeChild(div);
|
|
}
|
|
return false;
|
|
}
|
|
function xhrCall(params) {
|
|
xhr.abort();
|
|
xhr.open('GET.html', '?id=55198&ajax=' + (new Date()).getTime() + '&' + params, true);
|
|
xhr.send(null);
|
|
}
|
|
|
|
function mousedown(e) {
|
|
context.beginPath();
|
|
context.moveTo(e.offsetX - 1, e.offsetY - 1);
|
|
painting = true;
|
|
}
|
|
function mousemove(e) {
|
|
if (painting) {
|
|
context.lineTo(e.offsetX - 1, e.offsetY - 1);
|
|
context.stroke();
|
|
}
|
|
}
|
|
function mouseup(e) {
|
|
painting = false;
|
|
}
|
|
|
|
function save() {
|
|
if (!saving) {
|
|
saving = true;
|
|
var data = 'id=55198&data=' + canvas.toDataURL('image/png');
|
|
console.log(data);
|
|
var xhrSave = new XMLHttpRequest();
|
|
xhrSave.open('POST.html', '../includes/ajax_comment_save.html', true);
|
|
xhrSave.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
|
|
xhrSave.setRequestHeader('Content-length', data.length);
|
|
xhrSave.setRequestHeader('Connection', 'close');
|
|
xhrSave.send(data);
|
|
xhrSave.onreadystatechange = function () {
|
|
if (xhrSave.readyState == 4 && xhrSave.responseText == 'true') {
|
|
location.reload();
|
|
}
|
|
};
|
|
}
|
|
return false;
|
|
}
|
|
|
|
var xhr = new XMLHttpRequest();
|
|
|
|
window.onload = function () {
|
|
var images = document.getElementsByName('body_images');
|
|
var maxwidth = 800;
|
|
if (document.domain.indexOf('3dspaint')) {
|
|
maxwidth = 300;
|
|
} else if (document.domain.indexOf('dsipaint')) {
|
|
maxwidth = 220;
|
|
}
|
|
for (var index in images) {
|
|
if (images[index].width > maxwidth) {
|
|
images[index].width = maxwidth;
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
<style type="text/css">
|
|
TD.profile_page{
|
|
background:#8f8;
|
|
border:1px outset #888;
|
|
color:#fff;
|
|
font-size:9pt;
|
|
text-align:center;
|
|
}
|
|
.button {
|
|
background: #fff;
|
|
border: 1px outset #888;
|
|
margin: 3px;
|
|
padding: 3px;
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.admin TD, .admin TEXTAREA {
|
|
background:#fff !important;
|
|
color:#000 !important;
|
|
}
|
|
</style>
|
|
<style type="text/css">
|
|
</style>
|
|
</head>
|
|
<body style="background: url(../images/backgrounds/background15.png)">
|
|
|
|
<div style="padding:2px; text-align:center">
|
|
<a href="../index.html"><img src="../images/logo.png" alt="Logo" /></a>
|
|
</div>
|
|
|
|
<div class="menu_section" style="padding:0px">
|
|
|
|
|
|
<div class="menu_section">
|
|
<div class="nav_avatar">
|
|
<a onclick="showLogin();"><img src="../avatars_site/0.png" alt="Login" title="Login" /></a>
|
|
</div>
|
|
|
|
<div class="nav_div">Welcome, Guest.</div>
|
|
<div class="nav_div">
|
|
<a onclick="showLogin();">Login</a> | <a href="../register.html">Register</a>
|
|
</div>
|
|
|
|
<div id="divLogin" style="display:none" >
|
|
<form action="#" method="post">
|
|
Username: <input type="text" name="username" class="form_field" /><br />
|
|
Password: <input type="password" name="password" class="form_field" /><br />
|
|
Remember me: <input type="checkbox" value="true" name="remember" /><br />
|
|
<input type="submit" value="Login" class="form_button" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
function showLogin(){
|
|
document.getElementById('divLogin').style.display='block';
|
|
}
|
|
</script>
|
|
|
|
</div>
|
|
|
|
<h1>Profile for ShinyArceus67</h1>
|
|
|
|
|
|
<div class="menu_section">
|
|
<div class="head">
|
|
"Hai"
|
|
</div>
|
|
<div class="row"><div>FIRST NAME</div>Ollis</div>
|
|
<div class="row"><div>BIRTHDAY</div></div>
|
|
<div class="row"><div>MEMBER SINCE</div>16 Jun 2011</div>
|
|
<div class="row"><div>LAST LOGIN</div>19 Feb 2023</div>
|
|
<div class="row"><div>MOOD</div>Quixotic</div>
|
|
<div class="row"><div>DOING NOW</div></div>
|
|
<div class="row"><div>STANDING</div>Active</div>
|
|
<div class="row"><div>3DS CODE</div>2879-0085-9093</div>
|
|
<div class="row"><div>SWITCH CODE</div>(Not set)</div>
|
|
<div class="row"><div>NINT NETWK ID</div></div>
|
|
</div>
|
|
|
|
|
|
<h1>Biography</h1>
|
|
<div class="menu_section">
|
|
<div class="form_body" id="blog_body">
|
|
|
|
<img src="../saviis/savii_gallery/19254.png" style="border:1px inset #888; float:left; margin:3px" />
|
|
Let's cut the crap. I haven't been on here forever. WELL that hopefully will change :) it's just that I has a life now and it's like cool and stuff! Also surgery on my foot and getting the 2nd one on the 30th... </div>
|
|
</div>
|
|
|
|
<h1>Profile Pages</h1>
|
|
<div class="menu_section" style="width:200px">
|
|
<div class="button_div">
|
|
<a href="timelined6b8.html">TIMELINE</a>
|
|
</div>
|
|
<div class="button_div">
|
|
<a href="commentsd6b8.html">COMMENTS</a>
|
|
</div>
|
|
<div class="button_div">
|
|
<a href="../blog/indexbd8f.html">BLOGS</a>
|
|
</div>
|
|
<div class="button_div">
|
|
<a href="../poll/indexbd8f.html">POLLS</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="../saviis/savii_galleryeac1.html">SAVII GALLERY</a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<h1>Badges</h1>
|
|
<div class="menu_section">
|
|
|
|
|
|
<div class="badge">
|
|
<a href="../blog/indexbd8f.html"><img src="../images/badges/author2.png" /></a><br />Author </div>
|
|
|
|
|
|
<div class="badge">
|
|
<a href="#"><img src="../images/badges/courier1.png" /></a><br />Courier </div>
|
|
|
|
|
|
<div class="badge">
|
|
<a href="../menu_dsipaint_spriter.html"><img src="../images/badges/digitizer2.png" /></a><br />Digitizer </div>
|
|
|
|
|
|
<div class="badge">
|
|
<a href="#"><img src="../images/badges/socialite4.png" /></a><br />Socialite </div>
|
|
|
|
|
|
</div>
|
|
|
|
<h1>Last Blogs</h1>
|
|
<div class="menu_section">
|
|
|
|
|
|
<div class="zebra">
|
|
<img class="rating left" src="../images/rating_e32.png" alt="E" />
|
|
|
|
<div class="blog_right">
|
|
<div style="background:#8f0; border:1px solid #8f0">10</div>
|
|
</div>
|
|
|
|
<a href="../blog/index672f.html">Time really does fly</a><br />
|
|
In Inspirational<br />
|
|
On 19 Feb 2023 </div>
|
|
|
|
|
|
<div class="zebra">
|
|
<img class="rating left" src="../images/rating_rp32.png" alt="RP" />
|
|
|
|
<div class="blog_right">
|
|
<div style="background:#8f0; border:1px solid #8f0">8</div>
|
|
</div>
|
|
|
|
<a href="../blog/indexcebb.html">FullMetal Alchemist</a><br />
|
|
In Reviews<br />
|
|
On 11 Jun 2012 </div>
|
|
|
|
|
|
<div class="zebra">
|
|
<img class="rating left" src="../images/rating_rp32.png" alt="RP" />
|
|
|
|
<div class="blog_right">
|
|
<div style="background:#8f0; border:1px solid #8f0">9</div>
|
|
</div>
|
|
|
|
<a href="../blog/index7949.html">3DS retail games for download!?</a><br />
|
|
In Gaming<br />
|
|
On 29 May 2012 </div>
|
|
|
|
|
|
<div class="zebra">
|
|
<img class="rating left" src="../images/rating_rp32.png" alt="RP" />
|
|
|
|
<div class="blog_right">
|
|
<div style="background:#8f0; border:1px solid #8f0">1</div>
|
|
</div>
|
|
|
|
<a href="../blog/index974a.html">Dragon quest monsters Terry's wonderland</a><br />
|
|
In Gaming<br />
|
|
On 29 May 2012 </div>
|
|
|
|
|
|
<div class="zebra">
|
|
<img class="rating left" src="../images/rating_rp32.png" alt="RP" />
|
|
|
|
<div class="blog_right">
|
|
<div style="background:#8f0; border:1px solid #8f0">5</div>
|
|
</div>
|
|
|
|
<a href="../blog/index78c7.html">DragoArt.com review</a><br />
|
|
In Reviews<br />
|
|
On 15 May 2012 </div>
|
|
|
|
</div>
|
|
|
|
<h1>Comments</h1>
|
|
<div class="menu_section">
|
|
<form action="#" method="post">
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/247156.png" alt="Avatar" class="avatar" />
|
|
<a href="indexadc1.html">MilliFoxii</a><br />
|
|
19 Feb 2023 16:04 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">Hii ^^</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/247388.png" alt="Avatar" class="avatar" />
|
|
<a href="index146f.html">IAMMICHAEL</a><br />
|
|
19 Feb 2023 14:44 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">hi
|
|
<br /></div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/168343.png" alt="Avatar" class="avatar" />
|
|
<a href="indexd6b8.html">ShinyArceus67</a><br />
|
|
19 Feb 2023 09:40 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">IG: ollisjl
|
|
<br />
|
|
<br />fuck it just text or call me lmao: 253-514-3958
|
|
<br />
|
|
<br />would be so cool to reconnect with some of u</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/168343.png" alt="Avatar" class="avatar" />
|
|
<a href="indexd6b8.html">ShinyArceus67</a><br />
|
|
19 Feb 2023 09:20 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">holy fk. if any of u guys see this somehow add my snap: yvngmizry
|
|
<br />
|
|
<br />crazy seeing all of this stuff </div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/244581.png" alt="Avatar" class="avatar" />
|
|
<a href="index1438.html">Finrod</a><br />
|
|
19 Oct 2016 19:07 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">Alright</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/143175.png" alt="Avatar" class="avatar" />
|
|
<a href="index8128.html">ItachiUchiha</a><br />
|
|
05 Aug 2013 05:05 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">Text me sometime, my number is 409-225-8617</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/143175.png" alt="Avatar" class="avatar" />
|
|
<a href="index8128.html">ItachiUchiha</a><br />
|
|
05 Aug 2013 05:03 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">Lol</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/168343.png" alt="Avatar" class="avatar" />
|
|
<a href="indexd6b8.html">ShinyArceus67</a><br />
|
|
27 Jul 2013 02:19 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">ITACHI!</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/143175.png" alt="Avatar" class="avatar" />
|
|
<a href="index8128.html">ItachiUchiha</a><br />
|
|
03 Jul 2013 01:55 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">Lol I sure died</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/226593.png" alt="Avatar" class="avatar" />
|
|
<a href="index47fc.html">mysticallauren</a><br />
|
|
17 Feb 2013 14:25 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">whats up?</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<div style="margin:5px; text-align:center">
|
|
<a href="../index.html"><img class="icon" src="../images/icons/icon_home.png" alt="Home" /></a>
|
|
</div>
|
|
|
|
|
|
<div style="font-size:10px; text-align:center">
|
|
Nintendo 3DS is ™ Nintendo Co. Ltd.
|
|
This website is ©2009-2023 HullBreach Studios. All rights reserved.
|
|
Members are responsible for their own content.
|
|
No account information will be given to third-parties without your consent.
|
|
</div>
|
|
|
|
<div id="divAlertPopup" class="alerts_popup menu_section"></div>
|
|
<script type="text/javascript">
|
|
var AlertPopupObj = new XMLHttpRequest();
|
|
function refreshMyPopupAlerts(){
|
|
AlertPopupObj.open('GET.html', '../includes/ajax.section.my_alert_popup.html', true);
|
|
AlertPopupObj.send(null);
|
|
AlertPopupObj.onreadystatechange = function(){
|
|
if(AlertPopupObj.readyState>2 && AlertPopupObj.status>=400){
|
|
AlertPopupObj.onreadystatechange = function(){ setTimeout(refreshMyPopupAlerts, 60000); }
|
|
AlertPopupObj.abort();
|
|
return;
|
|
}
|
|
if(AlertPopupObj.readyState==4){
|
|
if(AlertPopupObj.responseText){
|
|
var divAlertPopup = document.getElementById('divAlertPopup'),
|
|
alerts = [];
|
|
try{ alerts = eval(AlertPopupObj.responseText); }catch(err){ }
|
|
if(alerts.length){
|
|
var alertString = '',
|
|
index = 0;
|
|
while(index<alerts.length){
|
|
alertString += 'New <a href="/mymessageviewer.php?message='+alerts[index].mess+'">Message</a> from <a href="/member?id='+alerts[index].id+'">'+alerts[index].name+'</a>';
|
|
index++;
|
|
}
|
|
divAlertPopup.innerHTML = alertString;
|
|
divAlertPopup.style.display = 'block';
|
|
}else{
|
|
divAlertPopup.style.display = 'none';
|
|
}
|
|
}
|
|
setTimeout(refreshMyPopupAlerts, 10000);
|
|
}
|
|
}
|
|
}
|
|
refreshMyPopupAlerts();
|
|
</script>
|
|
</body>
|
|
|
|
<!-- Mirrored from dsipaint.com/member/?id=55198 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Apr 2023 23:10:52 GMT -->
|
|
</html>
|