466 lines
16 KiB
HTML
466 lines
16 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<!-- Mirrored from dsipaint.com/member/?id=164130 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Apr 2023 23:03:19 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 Wesley388</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=164130&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=164130&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">
|
||
a[href$="164130"]:before {content: "Starts Dancing "!important; color=#4169e1 !important; text-shadow: transparent 1px 1px 1px, transparent -1px -1px 1px !important; } </style>
|
||
</head>
|
||
<body style="background: url(../images/backgrounds/background12.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 Wesley388</h1>
|
||
|
||
|
||
<div class="menu_section">
|
||
<div class="head">
|
||
"The worst sin is saying you haven't sinned."
|
||
</div>
|
||
<div class="row"><div>FIRST NAME</div>Who's asking?</div>
|
||
<div class="row"><div>BIRTHDAY</div>27 Aug 2007</div>
|
||
<div class="row"><div>MEMBER SINCE</div>10 Jan 2023</div>
|
||
<div class="row"><div>LAST LOGIN</div>06 Apr 2023</div>
|
||
<div class="row"><div>MOOD</div>Enamored</div>
|
||
<div class="row"><div>DOING NOW</div></div>
|
||
<div class="row"><div>STANDING</div>Active</div>
|
||
<div class="row"><div>3DS CODE</div>3454-7483-9910</div>
|
||
<div class="row"><div>SWITCH CODE</div>(Not set)</div>
|
||
<div class="row"><div>NINT NETWK ID</div>Funny you would ask that</div>
|
||
</div>
|
||
|
||
|
||
<h1>Biography</h1>
|
||
<div class="menu_section">
|
||
<div class="form_body" id="blog_body">
|
||
|
||
I live in <span style="color:#FF0000">Texas</span> and like chess, sci-fi, fantasy, and history. I'm a single pringle guy and a Patriotic U.S.American. I am 6'3'' and 15. Ask me anything I'm as gentleman like as I can be, so I'll try and be nice to whoever is nice to me.<span style="color:#0000FF">Star Trek</span> is not boring. ;)
|
||
<br />
|
||
<br /> <a href="../images/upload_gallery/16937.jpg"><img src="../images/upload_gallery/16937_thumb.jpg" alt="thumb"></a>
|
||
<br />
|
||
<br />"You are remembered for the rules you break not the rules you follow"-Gen.Douglas MacArthur
|
||
<br />
|
||
<br />"The only difference between stupidity and genius is that genius has its limits."-Albert Einstein
|
||
<br />
|
||
<br />"Left wing, Right wing, an eagle needs both wings to fly."-My Mom
|
||
<br />
|
||
<br />"What is better: being born good or overcoming your evil nature through great effort?"-Paarthurnax
|
||
<br />
|
||
<br />"¡YAUR ARRF!"-Wattsi Powers </div>
|
||
</div>
|
||
|
||
<h1>Profile Pages</h1>
|
||
<div class="menu_section" style="width:200px">
|
||
<div class="button_div">
|
||
<a href="timeline83a3.html">TIMELINE</a>
|
||
</div>
|
||
<div class="button_div">
|
||
<a href="comments83a3.html">COMMENTS</a>
|
||
</div>
|
||
<div class="button_div">
|
||
<a href="../blog/index16ee.html">BLOGS</a>
|
||
</div>
|
||
<div class="button_div">
|
||
<a href="../poll/index16ee.html">POLLS</a>
|
||
</div>
|
||
|
||
<div class="button_div">
|
||
<a href="../saviis/savii_gallery5f33.html">SAVII GALLERY</a>
|
||
</div>
|
||
|
||
<div class="button_div">
|
||
<a href="page919c.html">The Elder Scrolls</a>
|
||
</div>
|
||
|
||
<div class="button_div">
|
||
<a href="page3a58.html">Face reveal ¦:o</a>
|
||
</div>
|
||
|
||
<div class="button_div">
|
||
<a href="page98e7.html">Voice of the Storms!</a>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<h1>Badges</h1>
|
||
<div class="menu_section">
|
||
|
||
|
||
<div class="badge">
|
||
<a href="../blog/index16ee.html"><img src="../images/badges/author1.png" /></a><br />Author </div>
|
||
|
||
|
||
<div class="badge">
|
||
<a href="#"><img src="../images/badges/courier4.png" /></a><br />Courier </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_t32.png" alt="T" />
|
||
|
||
<div class="blog_right">
|
||
<div style="background:#8f0; border:1px solid #8f0">2</div>
|
||
</div>
|
||
|
||
<a href="../blog/indexe04e.html">Megahertz (part one)</a><br />
|
||
In Miscellaneous<br />
|
||
On 04 Apr 2023 </div>
|
||
|
||
|
||
<div class="zebra">
|
||
<img class="rating left" src="../images/rating_t32.png" alt="T" />
|
||
|
||
<div class="blog_right">
|
||
<div style="background:#8f0; border:1px solid #8f0">2</div>
|
||
</div>
|
||
|
||
<a href="../blog/index87ae.html">Voice of the Storms: Uprising...Part Two</a><br />
|
||
In Miscellaneous<br />
|
||
On 28 Feb 2023 </div>
|
||
|
||
|
||
<div class="zebra">
|
||
<img class="rating left" src="../images/rating_e32.png" alt="E" />
|
||
|
||
<div class="blog_right">
|
||
<div style="background:#8f0; border:1px solid #8f0">3</div>
|
||
</div>
|
||
|
||
<a href="../blog/indexd4fb.html">Look to the East</a><br />
|
||
In Poetry and Lyrics<br />
|
||
On 28 Feb 2023 </div>
|
||
|
||
|
||
<div class="zebra">
|
||
<img class="rating left" src="../images/rating_t32.png" alt="T" />
|
||
|
||
<div class="blog_right">
|
||
<div style="background:#8f0; border:1px solid #8f0">5</div>
|
||
</div>
|
||
|
||
<a href="../blog/index20ee.html">Voice of the Storms: Uprising...Part One</a><br />
|
||
In Miscellaneous<br />
|
||
On 15 Feb 2023 </div>
|
||
|
||
|
||
<div class="zebra">
|
||
<img class="rating left" src="../images/rating_t32.png" alt="T" />
|
||
|
||
<div class="blog_right">
|
||
<div style="background:#8f0; border:1px solid #8f0">2</div>
|
||
</div>
|
||
|
||
<a href="../blog/index3daa.html">The Northern Front</a><br />
|
||
In Miscellaneous<br />
|
||
On 31 Jan 2023 </div>
|
||
|
||
|
||
<div class="zebra">
|
||
<img class="rating left" src="../images/rating_t32.png" alt="T" />
|
||
|
||
<div class="blog_right">
|
||
<div style="background:#8f0; border:1px solid #8f0">4</div>
|
||
</div>
|
||
|
||
<a href="../blog/index8034.html">Voice of the Storms: Forthcoming</a><br />
|
||
In Miscellaneous<br />
|
||
On 25 Jan 2023 </div>
|
||
|
||
</div>
|
||
|
||
<h1>Comments</h1>
|
||
<div class="menu_section">
|
||
<form action="#" method="post">
|
||
<div>
|
||
<div class="zebra" style="padding:0px">
|
||
<img src="../avatars_site/9.png" alt="Avatar" class="avatar" />
|
||
<a href="index0587.html">AntiTikTokAuthority</a><br />
|
||
06 Apr 2023 16:17 <div style="clear:both"></div>
|
||
</div>
|
||
<div class="zebra">Fellow Texan, Join The Holy Crusade Against TikTok, From one Texan to Another!</div>
|
||
</div>
|
||
<div>
|
||
<div class="zebra" style="padding:0px">
|
||
<img src="../images/art_gallery/235384.png" alt="Avatar" class="avatar" />
|
||
<a href="index30cf.html">IblisFlare</a><br />
|
||
05 Apr 2023 05:25 <div style="clear:both"></div>
|
||
</div>
|
||
<div class="zebra">I used to a lot. I've kept my characters and developed them in the years since I stopped</div>
|
||
</div>
|
||
<div>
|
||
<div class="zebra" style="padding:0px">
|
||
<img src="../images/art_gallery/235384.png" alt="Avatar" class="avatar" />
|
||
<a href="index30cf.html">IblisFlare</a><br />
|
||
05 Apr 2023 05:09 <div style="clear:both"></div>
|
||
</div>
|
||
<div class="zebra">I haven't RP's in years at this point</div>
|
||
</div>
|
||
<div>
|
||
<div class="zebra" style="padding:0px">
|
||
<img src="../images/art_gallery/235384.png" alt="Avatar" class="avatar" />
|
||
<a href="index30cf.html">IblisFlare</a><br />
|
||
05 Apr 2023 04:53 <div style="clear:both"></div>
|
||
</div>
|
||
<div class="zebra">Yes, I do</div>
|
||
</div>
|
||
<div>
|
||
<div class="zebra" style="padding:0px">
|
||
<img src="../avatars_site/17.png" alt="Avatar" class="avatar" />
|
||
<a href="index8f11.html">MrPwong</a><br />
|
||
02 Apr 2023 21:32 <div style="clear:both"></div>
|
||
</div>
|
||
<div class="zebra">Not a whole lot to be honest. Now that I’ve completed my most recent little research paper I’m once again taking a break from writing until I figure out what my next topic will be.
|
||
<br />
|
||
<br />Have also been photographing a bunch of stuff to put up for sale as well on eBay and a few private forums.</div>
|
||
</div>
|
||
<div>
|
||
<div class="zebra" style="padding:0px">
|
||
<img src="../images/art_gallery/246575.png" alt="Avatar" class="avatar" />
|
||
<a href="index196c.html">Weeeheeep</a><br />
|
||
02 Apr 2023 16:01 <div style="clear:both"></div>
|
||
</div>
|
||
<div class="zebra">You could ask any questions and I could answer</div>
|
||
</div>
|
||
<div>
|
||
<div class="zebra" style="padding:0px">
|
||
<img src="../images/art_gallery/246575.png" alt="Avatar" class="avatar" />
|
||
<a href="index196c.html">Weeeheeep</a><br />
|
||
02 Apr 2023 16:00 <div style="clear:both"></div>
|
||
</div>
|
||
<div class="zebra">The only dragon related media j think I'm skilled with is any facts related to Wings of Fire books</div>
|
||
</div>
|
||
<div>
|
||
<div class="zebra" style="padding:0px">
|
||
<img src="../images/art_gallery/246575.png" alt="Avatar" class="avatar" />
|
||
<a href="index196c.html">Weeeheeep</a><br />
|
||
02 Apr 2023 15:57 <div style="clear:both"></div>
|
||
</div>
|
||
<div class="zebra">You like dragons too :0</div>
|
||
</div>
|
||
<div>
|
||
<div class="zebra" style="padding:0px">
|
||
<img src="../images/art_gallery/246575.png" alt="Avatar" class="avatar" />
|
||
<a href="index196c.html">Weeeheeep</a><br />
|
||
02 Apr 2023 15:55 <div style="clear:both"></div>
|
||
</div>
|
||
<div class="zebra">Yeah they're awesome bro</div>
|
||
</div>
|
||
<div>
|
||
<div class="zebra" style="padding:0px">
|
||
<img src="../images/art_gallery/246675.png" alt="Avatar" class="avatar" />
|
||
<a href="indexaf5e.html">JinxCade</a><br />
|
||
01 Apr 2023 14:33 <div style="clear:both"></div>
|
||
</div>
|
||
<div class="zebra">Lol</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=164130 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Apr 2023 23:03:43 GMT -->
|
||
</html>
|