498 lines
17 KiB
HTML
498 lines
17 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<!-- Mirrored from dsipaint.com/member/?id=46675 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Apr 2023 23:47:47 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 BanMan</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=46675&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=46675&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/background3.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 BanMan</h1>
|
|
|
|
|
|
<div class="menu_section">
|
|
<div class="head">
|
|
"Na na na na na na na na na - BanMan!"
|
|
</div>
|
|
<div class="row"><div>FIRST NAME</div>Raphael</div>
|
|
<div class="row"><div>BIRTHDAY</div></div>
|
|
<div class="row"><div>MEMBER SINCE</div>20 Mar 2011</div>
|
|
<div class="row"><div>LAST LOGIN</div>10 Apr 2021</div>
|
|
<div class="row"><div>MOOD</div>Gelastic</div>
|
|
<div class="row"><div>DOING NOW</div></div>
|
|
<div class="row"><div>STANDING</div>Active</div>
|
|
<div class="row"><div>3DS CODE</div>(Not set)</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">
|
|
|
|
<p style="text-align:center">[style]img{max-width:220px;}[/style]<img name="body_images" src="../images/upload_gallery/1665.jpg" />
|
|
<br />(Logo courtesy of PancyFants)</p>
|
|
<br />Greetings. I'm BanMan. I'm a beautiful person.
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />I invented luljk.
|
|
<br />
|
|
<br />
|
|
<br />I'm awesome and I have a lot of fans. They're all special.<span style="color:#009AFF">IM SO POPOOLUR.</span>
|
|
<br />
|
|
<br />If you add me, I will probably leave you suspended in the yellow box of pendingness. Gwahahahahaha.
|
|
<br />
|
|
<br />A little bit about myself? Sure. I'm cool, nice, awesome, amazing, funny, handsome, and manly. Modest too.
|
|
<br />
|
|
<br />
|
|
<br />Waffle King says he's more awesome than I am, but that doesn't necessarily mean it's true.
|
|
<br />
|
|
<br />Have a nice day.
|
|
<br />
|
|
<br />[style]body{background:#0174DF <img src="../images/button_clear.png" style="background-color:#0174DF;border:1px solid #000;height:8px;width:8px" /> !important; background-image:url(http://th04.deviantart.net/fs71/200H/f/2013/137/6/9/sheepcow_tiled_background_by_mocha_birdy-d65n5ta.png) !important;} th{background:#009AFF <img src="../images/button_clear.png" style="background-color:#009AFF;border:1px solid #000;height:8px;width:8px" />;} td{background:#009AFF <img src="../images/button_clear.png" style="background-color:#009AFF;border:1px solid #000;height:8px;width:8px" />;} td.title{background:#FF7700 <img src="../images/button_clear.png" style="background-color:#FF7700;border:1px solid #000;height:8px;width:8px" />;} td.title{background:#01DF01 <img src="../images/button_clear.png" style="background-color:#01DF01;border:1px solid #000;height:8px;width:8px" />; text-align:left; text-shadow:0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF;} .avatar{height:60px; width:60px;} td.profile_page{text-align:left; height:20px; border:0px; background:#009AFF <img src="../images/button_clear.png" style="background-color:#009AFF;border:1px solid #000;height:8px;width:8px" />; font-size:11px;}
|
|
<br />[/style] </div>
|
|
</div>
|
|
|
|
<h1>Profile Pages</h1>
|
|
<div class="menu_section" style="width:200px">
|
|
<div class="button_div">
|
|
<a href="timeline3605.html">TIMELINE</a>
|
|
</div>
|
|
<div class="button_div">
|
|
<a href="comments3605.html">COMMENTS</a>
|
|
</div>
|
|
<div class="button_div">
|
|
<a href="../blog/index873f.html">BLOGS</a>
|
|
</div>
|
|
<div class="button_div">
|
|
<a href="../poll/index873f.html">POLLS</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="../saviis/savii_galleryb885.html">SAVII GALLERY</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="pagead6c.html">AWESOME</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="pagea21b.html">AMAZING</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="page9068.html">Some Details on Paintings</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="page279a.html">BANMAN NSFAQ</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="page2b67.html">FEEL LIKE LAUGHING?</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="page7ef0.html">THINGS PEOPLE REFER TO BANMAN AS</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="page8475.html">ALSO SOME VARIOUS COMPLIMENTS</a>
|
|
</div>
|
|
|
|
<div class="button_div">
|
|
<a href="pagec242.html">EMAIL</a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<h1>Badges</h1>
|
|
<div class="menu_section">
|
|
|
|
|
|
<div class="badge">
|
|
<a href="../blog/index873f.html"><img src="../images/badges/author3.png" /></a><br />Author </div>
|
|
|
|
|
|
<div class="badge">
|
|
<a href="#"><img src="../images/badges/courier3.png" /></a><br />Courier </div>
|
|
|
|
|
|
<div class="badge">
|
|
<a href="../menu_dsipaint_spriter.html"><img src="../images/badges/digitizer0.png" /></a><br />Digitizer </div>
|
|
|
|
|
|
<div class="badge">
|
|
<a href="#"><img src="../images/badges/overlords.png" /></a><br />OverlorDS </div>
|
|
|
|
|
|
<div class="badge">
|
|
<a href="#"><img src="../images/badges/socialite7.png" /></a><br />Socialite </div>
|
|
|
|
|
|
<div class="badge">
|
|
<a href="#"><img src="../images/badges/wakaskunk.png" /></a><br />WakASkunk </div>
|
|
|
|
|
|
</div>
|
|
|
|
<h1>Last Blogs</h1>
|
|
<div class="menu_section">
|
|
|
|
|
|
<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">7</div>
|
|
</div>
|
|
|
|
<a href="../blog/indexdb70.html">Put Your Hands Away.</a><br />
|
|
In Polemic Rant<br />
|
|
On 20 Jan 2017 </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/index0e47.html">I bought Star Fox Zero on launch day</a><br />
|
|
In Gaming<br />
|
|
On 23 Apr 2016 </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">18</div>
|
|
</div>
|
|
|
|
<a href="../blog/index7664.html">Waffle King is Donald Trump</a><br />
|
|
In Current Events<br />
|
|
On 05 Jan 2016 </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">13</div>
|
|
</div>
|
|
|
|
<a href="../blog/index776b.html">Please Take a Moment to Read This.</a><br />
|
|
In Ask for Help<br />
|
|
On 10 Oct 2015 </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">15</div>
|
|
</div>
|
|
|
|
<a href="../blog/index70e4.html">I'm Pretty Sure I Can Write A Blog About Anything At This Point</a><br />
|
|
In Miscellaneous<br />
|
|
On 29 Sep 2015 </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">11</div>
|
|
</div>
|
|
|
|
<a href="../blog/index3626.html">For 60 Dollars, You Can Pretend to be Miyamoto</a><br />
|
|
In Gaming<br />
|
|
On 22 Sep 2015 </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/246563.png" alt="Avatar" class="avatar" />
|
|
<a href="index1a64.html">AnimaBoy</a><br />
|
|
08 Jan 2022 21:36 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">X5X</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/46337.png" alt="Avatar" class="avatar" />
|
|
<a href="index94cf.html">Flyguy156</a><br />
|
|
11 May 2021 21:46 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">Gratz on your tens years here man</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/245410.png" alt="Avatar" class="avatar" />
|
|
<a href="index1cbd.html">Faroosi</a><br />
|
|
23 Jan 2021 16:22 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">hello. plz add me in banman fanclan</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/240972.png" alt="Avatar" class="avatar" />
|
|
<a href="indexa778.html">LaZerWoLF</a><br />
|
|
02 Jul 2020 07:34 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">BanMan has moved on-
|
|
<br />
|
|
<br />RIP. </div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/242900.png" alt="Avatar" class="avatar" />
|
|
<a href="index617c.html">aidansocool</a><br />
|
|
03 Sep 2019 20:53 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">come back</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/240972.png" alt="Avatar" class="avatar" />
|
|
<a href="indexa778.html">LaZerWoLF</a><br />
|
|
21 Jul 2019 02:38 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">This is sad-</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/52519.png" alt="Avatar" class="avatar" />
|
|
<a href="index44dc.html">LinkZelda</a><br />
|
|
18 Jun 2019 22:18 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">The legendary BanMan no longer here :/</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../avatars_site/24.png" alt="Avatar" class="avatar" />
|
|
<a href="indexc1dd.html">banjo2</a><br />
|
|
08 Jun 2019 22:38 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">cool profile</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../avatars_site/7.png" alt="Avatar" class="avatar" />
|
|
<a href="index4863.html">randalluke</a><br />
|
|
07 Mar 2019 21:42 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">can i join the group</div>
|
|
</div>
|
|
<div>
|
|
<div class="zebra" style="padding:0px">
|
|
<img src="../images/art_gallery/233714.png" alt="Avatar" class="avatar" />
|
|
<a href="index385f.html">Rlad116</a><br />
|
|
06 Mar 2019 23:49 <div style="clear:both"></div>
|
|
</div>
|
|
<div class="zebra">RIP</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=46675 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Apr 2023 23:48:15 GMT -->
|
|
</html>
|