April 20, 2024, 01:42:31 am
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Revolution X, where Coding meets Graphics.
 
  Home Help Search Arcade Affiliates Staff List Calendar Members Login Register  
  Show Posts
Pages: 1 2 3 [4] 5 6 7
46  Official / Announcements / Re: Affiliates Finally made...once more :P on: June 04, 2009, 03:05:06 pm
I want to be affiliates with you guy but i have no idea how to set up an affiliates box on ipb pro boards. the kind you pay for Tongue forums.fearlessfew.com

You can be affiliates by going to this topic:
Add your Affiliate
47  Coding Community / Coding Snippets / Re: [code]PROJECT Shop v2.0 Beta 6.8 on: June 04, 2009, 02:54:49 pm
you tried netscape?

haha, I dont have netscape Tongue
48  Coding Community / Coding Snippets / Re: [code]PROJECT Shop v2.0 Beta 6.8 on: June 04, 2009, 02:45:38 pm
Alright I got it to work, I didnt know I was supposed to use the body part Tongue

You did so great Smiley , but a few suggestions for future versions:
-In the subject part. make it a post warning, saying I want to but ITEM for the price of PRICE, and then perhaps saying something right below it, saying "Change ITEM to the name of the item, and PRICE to the price of it.

EDIT:
it works fine in Opera, firefox, and chrome, just not explorer.

49  Coding Community / Coding Snippets / Re: [code]PROJECT Shop v2.0 Beta 6.8 on: June 04, 2009, 08:18:41 am
I tried putting my ID number in there, and it still didnt work. Before I had my name,Andrew in there, and that didnt work either.:

Code:
<!-- start shop code --> 
<table style="height: 88px; text-align: center;" border="3" width="641">
<caption><span style="text-decoration: underline;"><strong><span style="font-size: medium;">Shop</span></strong></span></caption>
<tbody>
<tr>
<th><strong>Item</strong></th><th><strong>Description</strong></th><th><strong>Price</strong></th>
</tr>
<tr>
<td style="text-align: center;">Bold Name</td>
<td style="text-align: center;">Get your name in <strong>bold</strong></td>
<td style="text-align: center;">600</td>
</tr>
<tr>
<td style="text-align: center;">Underlined Name</td>
<td style="text-align: center;">Get your name <span style="text-decoration: underline;">underlined</span></td>
<td style="text-align: center;">600</td>
</tr>
<tr>
<td style="text-align: center;">Custom Colored Name</td>
<td style="text-align: center;">Get your username your own color! Use <a href="http://www.colorjack.com/sphere/">This sphere</a> or <a href="http://www.immigration-usa.com/html_colors.html">This color chart</a> for more specific colors</td>
<td style="text-align: center;">700</td>
</tr>
<tr>
<td style="text-align: center;">Italic Name</td>
<td style="text-align: center;">Get your name in <em> italics</em></td>
<td style="text-align: center;">600</td>
</tr>
<tr>
<td style="text-align: center;">Scrolling Name</td>
<td style="text-align: center;">Make your username Scroll</td>
<td style="text-align: center;">1400</td>
</tr>
<tr>
<td style="text-align: center;">Crown</td>
<td style="text-align: center;">Add this crown next to your name: <img src="http://i197.photobucket.com/albums/aa75/hockeysMVP222/warlord.gif" alt="" /></td>
<td style="text-align: center;">1000</td>
</tr>
</tbody>
</table>
<!-- end shop code --> <!--- Bank system -->
<p style="text-align: center;"><strong><span style="text-decoration: underline;"><span style="font-size: medium;">Bank</span></span></strong></p>
<table style="text-align: center;" border="3">
<tbody>
<tr>
<th><strong>Member</strong></th><th><strong>Money in hand</strong></th><th><strong>Money in bank</strong></th><th><strong>Withdrawed this week</strong></th><th><strong>Deposited this week</strong></th><th><strong>TOTAL</strong></th>
</tr>
<tr>
<td>MEMBER</td>
<td style="text-align: center;">MONEY IN HAND</td>
<td style="text-align: center;">MONEY IN BANK</td>
<td style="text-align: center;">WITHDRAWED THIS WEEK</td>
<td style="text-align: center;">DEPOSITED THIS WEEK</td>
<td style="text-align: center;">TOTAL</td>
</tr>
<tr>
<td style="text-align: center;">MEMBER</td>
<td style="text-align: center;">MONEY IN HAND</td>
<td style="text-align: center;">MONEY IN BANK</td>
<td style="text-align: center;">WITHDRAWED THIS WEEK</td>
<td style="text-align: center;">DEPOSITED THIS WEEK</td>
<td style="text-align: center;">TOTAL</td>
</tr>
<tr>
<td style="text-align: center;">MEMBER</td>
<td style="text-align: center;">MONEY IN HAND</td>
<td style="text-align: center;">MONEY IN BANK</td>
<td style="text-align: center;">WITHDRAWED THIS WEEK</td>
<td style="text-align: center;">DEPOSITED THIS WEEK</td>
<td style="text-align: center;">TOTAL</td>
</tr>
</tbody>
</table>
<!-- End of bank system --> <!-- Start pm system -->
<p style="text-align: center;">
<script type="text/javascript"><!--
var send2user = "2";
var SUBjecT = "Insert Item Price and Name";

document.write('<iframe id="FRAMEME" name="FRAMEME" src="' + smf_scripturl + '?action=pm;sa=send" mce_src="' + smf_scripturl + '?action=pm;sa=send" frameborder="0" height="0" width="0"></iframe><div id="REFRESH"> </div><table class="bordercolor" width="80" cellspacing="1" cellpadding="3" border="0" style="text-align: center;" mce_style="text-align: center;" id="THEPM"><tbody><tr><td class="windowbg"><table width="10" cellpadding="3" border="0"><tbody><tr><td align="right"><b>Subject:</b></td><td><input type="hidden" value="' + send2user + '" size="40" id="SENDEM" /><input type="text" value="' + SUBjecT + '" size="40" id="IWEFVI" /><br /></td></tr><tr><td valign="top" align="right"><br /></td><td><textarea id="THAHMESSAGE" rows="3" cols="50" onkeyup="storeCaret(this);" onclick="storeCaret(this);" class="editor"></text' + 'area></td></tr><tr><td align="right" colspan="2"><input type="submit" value="Buy" onclick="BuyThis();" /></td></tr></tbody></table></td></tr></tbody></table>');
function BuyThis(){
var sendTo = document.getElementById("SENDEM").value;
var theMessage = document.getElementById("THAHMESSAGE").value;
var ASDFE = document.getElementById("IWEFVI").value;
document.getElementById("FRAMEME").src = "/?action=pm;sa=send";
if(confirm("Are you sure you want to buy this item?") == true){
window.frames["FRAMEME"].document.forms.postmodify.message.value = theMessage;
window.frames["FRAMEME"].document.forms.postmodify.to.value = sendTo;
window.frames["FRAMEME"].document.forms.postmodify.subject.value = ASDFE;
Update5();
}else{
return false;
};
};
function Update5(){
var Change = window.frames["FRAMEME"].document.getElementsByTagName("input");
for(w=0;w<Change.length;w++){
if(Change[w].value == "Send message"){
Change[w].click();
document.getElementById("THEPM").style.display = "none";
document.getElementById("REFRESH").innerHTML = "<center><font size='8px'>Loading...</font><br /><img src='http://i307.photobucket.com/albums/nn293/ino_nicole/loading.gif' mce_src='http://i307.photobucket.com/albums/nn293/ino_nicole/loading.gif' /></center>";
setTimeout("window.location.reload()",500);
};};
};
// --></script>
</p>
<!-- end of pm system --> <!-- Credits -->
<table style="height: 82px; text-align: center;" border="0" width="636">
<tbody>
<tr>
<th><span style="text-decoration: underline;"><strong>Credits</strong></span></th>
</tr>
<tr>
<td>xboi209 <a href="http://x.smfforfree.com/index.php">Nintendo Community</a></td>
</tr>
<tr>
<td>Agent Moose <a href="http://revolutionx.smfforfree3.com">RevolutionX</a></td>
</tr>
<tr>
<td>Isaiah Grandma <a href="http://ourhangout.org">OurHangOut</a></td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><!-- Comment Box --></p>
<p style="text-align: center;"><!--begin htmlcommentbox.com --></p>
<div id="HCB_comment_box" style="text-align: center;">Comment Box is loading comments...</div>
<p style="text-align: center;">
<script type="text/javascript"><!--
 (function(){s=document.createElement("script");s.setAttribute("type","text/javascript");s.setAttribute("src", "http://www.htmlcommentbox.com/jread?page="+window.location+"&mod=%241%24wq1rdBcg%24fqdKQgdm9pxUOEFNK3LPw0"+"&opts=7");if (typeof s!="undefined") document.getElementsByTagName("head")[0].appendChild(s);})();
// --></script>
</p>
<!-- end htmlcommentbox.com --> <!--   Please DO NOT edit the credits of this shop code!!! -->
<p style="background-color: #ffffff; text-align: center;"><strong><span style="font-size: xx-small; color: #000000;"><span style="text-decoration: underline;"><span>Copyright Nintendo Community 2008 - 2009 http://x.smfforfree.com/index.php</span></span></span></strong></p>
50  Coding Community / Coding Snippets / Re: [code]PROJECT Shop v2.0 Beta 6.8 on: June 04, 2009, 07:26:59 am
You don't put the username in that box, you put the user ID. To get the user ID, go to the user's profile. Look at the url... The red text is the user ID:
http://revolutionx.smfforfree3.com/index.php?action=profile;u=79

Oh!! I thought it said to put my name not my ID, well, ill try that, and see if it works.
51  Coding Community / Coding Snippets / Re: [code]PROJECT Shop v2.0 Beta 6.8 on: June 03, 2009, 10:43:20 pm
OK...I was testing this out, theres only one problem with it, and its the PM part (of course)
I put the name Andrew in there, and tested it on my own.
Can I not test it for myself? Do I need someone else to do it? Or is something wrong in the code I have in it?:

Code:
<!-- start shop code --> 
<table style="height: 88px; text-align: center;" border="3" width="641">
<caption><span style="text-decoration: underline;"><strong><span style="font-size: medium;">Shop</span></strong></span></caption>
<tbody>
<tr>
<th><strong>Item</strong></th><th><strong>Description</strong></th><th><strong>Price</strong></th>
</tr>
<tr>
<td style="text-align: center;">Bold Name</td>
<td style="text-align: center;">Get your name in <strong>bold</strong></td>
<td style="text-align: center;">600</td>
</tr>
<tr>
<td style="text-align: center;">Underlined Name</td>
<td style="text-align: center;">Get your name <span style="text-decoration: underline;">underlined</span></td>
<td style="text-align: center;">600</td>
</tr>
<tr>
<td style="text-align: center;">Custom Colored Name</td>
<td style="text-align: center;">Get your username your own color! Use <a href="http://www.colorjack.com/sphere/">This sphere</a> or <a href="http://www.immigration-usa.com/html_colors.html">This color chart</a> for more specific colors</td>
<td style="text-align: center;">700</td>
</tr>
<tr>
<td style="text-align: center;">Italic Name</td>
<td style="text-align: center;">Get your name in <em> italics</em></td>
<td style="text-align: center;">600</td>
</tr>
<tr>
<td style="text-align: center;">Scrolling Name</td>
<td style="text-align: center;">Make your username Scroll</td>
<td style="text-align: center;">1400</td>
</tr>
<tr>
<td style="text-align: center;">Crown</td>
<td style="text-align: center;">Add this crown next to your name: <img src="http://i197.photobucket.com/albums/aa75/hockeysMVP222/warlord.gif" alt="" /></td>
<td style="text-align: center;">1000</td>
</tr>
</tbody>
</table>
<!-- end shop code --> <!--- Bank system -->
<p style="text-align: center;"><strong><span style="text-decoration: underline;"><span style="font-size: medium;">Bank</span></span></strong></p>
<table style="text-align: center;" border="3">
<tbody>
<tr>
<th><strong>Member</strong></th><th><strong>Money in hand</strong></th><th><strong>Money in bank</strong></th><th><strong>Withdrawed this week</strong></th><th><strong>Deposited this week</strong></th><th><strong>TOTAL</strong></th>
</tr>
<tr>
<td>MEMBER</td>
<td style="text-align: center;">MONEY IN HAND</td>
<td style="text-align: center;">MONEY IN BANK</td>
<td style="text-align: center;">WITHDRAWED THIS WEEK</td>
<td style="text-align: center;">DEPOSITED THIS WEEK</td>
<td style="text-align: center;">TOTAL</td>
</tr>
<tr>
<td style="text-align: center;">MEMBER</td>
<td style="text-align: center;">MONEY IN HAND</td>
<td style="text-align: center;">MONEY IN BANK</td>
<td style="text-align: center;">WITHDRAWED THIS WEEK</td>
<td style="text-align: center;">DEPOSITED THIS WEEK</td>
<td style="text-align: center;">TOTAL</td>
</tr>
<tr>
<td style="text-align: center;">MEMBER</td>
<td style="text-align: center;">MONEY IN HAND</td>
<td style="text-align: center;">MONEY IN BANK</td>
<td style="text-align: center;">WITHDRAWED THIS WEEK</td>
<td style="text-align: center;">DEPOSITED THIS WEEK</td>
<td style="text-align: center;">TOTAL</td>
</tr>
</tbody>
</table>
<!-- End of bank system --> <!-- Start pm system -->
<p style="text-align: center;">
<script type="text/javascript"><!--
var send2user = "Andrew";
var SUBjecT = "Insert Item Price and Name";

document.write('<iframe id="FRAMEME" name="FRAMEME" src="' + smf_scripturl + '?action=pm;sa=send" mce_src="' + smf_scripturl + '?action=pm;sa=send" frameborder="0" height="0" width="0"></iframe><div id="REFRESH"> </div><table class="bordercolor" width="80" cellspacing="1" cellpadding="3" border="0" style="text-align: center;" mce_style="text-align: center;" id="THEPM"><tbody><tr><td class="windowbg"><table width="10" cellpadding="3" border="0"><tbody><tr><td align="right"><b>Subject:</b></td><td><input type="hidden" value="' + send2user + '" size="40" id="SENDEM" /><input type="text" value="' + SUBjecT + '" size="40" id="IWEFVI" /><br /></td></tr><tr><td valign="top" align="right"><br /></td><td><textarea id="THAHMESSAGE" rows="3" cols="50" onkeyup="storeCaret(this);" onclick="storeCaret(this);" class="editor"></text' + 'area></td></tr><tr><td align="right" colspan="2"><input type="submit" value="Buy" onclick="BuyThis();" /></td></tr></tbody></table></td></tr></tbody></table>');
function BuyThis(){
var sendTo = document.getElementById("SENDEM").value;
var theMessage = document.getElementById("THAHMESSAGE").value;
var ASDFE = document.getElementById("IWEFVI").value;
document.getElementById("FRAMEME").src = "/?action=pm;sa=send";
if(confirm("Are you sure you want to buy this item?") == true){
window.frames["FRAMEME"].document.forms.postmodify.message.value = theMessage;
window.frames["FRAMEME"].document.forms.postmodify.to.value = sendTo;
window.frames["FRAMEME"].document.forms.postmodify.subject.value = ASDFE;
Update5();
}else{
return false;
};
};
function Update5(){
var Change = window.frames["FRAMEME"].document.getElementsByTagName("input");
for(w=0;w<Change.length;w++){
if(Change[w].value == "Send message"){
Change[w].click();
document.getElementById("THEPM").style.display = "none";
document.getElementById("REFRESH").innerHTML = "<center><font size='8px'>Loading...</font><br /><img src='http://i307.photobucket.com/albums/nn293/ino_nicole/loading.gif' mce_src='http://i307.photobucket.com/albums/nn293/ino_nicole/loading.gif' /></center>";
setTimeout("window.location.reload()",500);
};};
};
// --></script>
</p>
<!-- end of pm system --> <!-- Credits -->
<table style="height: 82px; text-align: center;" border="0" width="636">
<tbody>
<tr>
<th><span style="text-decoration: underline;"><strong>Credits</strong></span></th>
</tr>
<tr>
<td>xboi209 <a href="http://x.smfforfree.com/index.php">Nintendo Community</a></td>
</tr>
<tr>
<td>Agent Moose <a href="http://revolutionx.smfforfree3.com">RevolutionX</a></td>
</tr>
<tr>
<td>Isaiah Grandma <a href="http://ourhangout.org">OurHangOut</a></td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><!-- Comment Box --></p>
<p style="text-align: center;"><!--begin htmlcommentbox.com --></p>
<div id="HCB_comment_box" style="text-align: center;">Comment Box is loading comments...</div>
<p style="text-align: center;">
<script type="text/javascript"><!--
 (function(){s=document.createElement("script");s.setAttribute("type","text/javascript");s.setAttribute("src", "http://www.htmlcommentbox.com/jread?page="+window.location+"&mod=%241%24wq1rdBcg%24fqdKQgdm9pxUOEFNK3LPw0"+"&opts=7");if (typeof s!="undefined") document.getElementsByTagName("head")[0].appendChild(s);})();
// --></script>
</p>
<!-- end htmlcommentbox.com --> <!--   Please DO NOT edit the credits of this shop code!!! -->
<p style="background-color: #ffffff; text-align: center;"><strong><span style="font-size: xx-small; color: #000000;"><span style="text-decoration: underline;"><span>Copyright Nintendo Community 2008 - 2009 http://x.smfforfree.com/index.php</span></span></span></strong></p>
52  Coding Community / Coding Snippets / Re: [code]PROJECT Shop v2.0 Beta 6.8 on: June 03, 2009, 07:01:02 pm
Thats o so weird, it worked fine here:
http://pictest.smfforfree.com/pages/pictest/smartshop.php

Im gonna go see what I did wrong, I may have forgot part of the code or something, If I dont get this resolived, Ill head to support. Thanks xboi Smiley

EDIT:
Got it working on the normal site, not sure what I did, but it turned out great!
http://pic.smfforfree4.com/pages/pic/projectshop.php
53  Coding Community / Coding Snippets / Re: [code]PROJECT Shop v2.0 Beta 6.8 on: June 03, 2009, 06:33:35 pm
All my other webpages work, affiliate page, awards page, all work fine, its juse this one that shoes the code like this.
54  Coding Community / Coding Snippets / Re: [code]PROJECT Shop v2.0 Beta 6.8 on: June 03, 2009, 06:12:31 pm
Tried it, still didnt work Tongue
55  Coding Community / Coding Snippets / Re: [code]PROJECT Shop v2.0 Beta 6.8 on: June 03, 2009, 05:48:27 pm
Heres the page for it, I havent edited it yet:

http://pic.smfforfree4.com/pages/pic/projectshop.php
56  Coding Community / Coding Snippets / Re: [code]PROJECT Shop v2.0 Beta 6.8 on: June 03, 2009, 04:31:38 pm
Did you put it in the html button?Thats where your suppose to do it.Agent Moose, couldn't do it without you.Thanks.

Yes I put it in using the HTML button, all it shows is the code itself.
57  Coding Community / Coding Snippets / Re: Word Counter v1 on: June 03, 2009, 12:00:35 pm
Well, that would be why it doesn't want to work for you.  I can't really do anything about that either.

I would say though, this code is better than Slayers "hows my post" code Tongue  Mine makes it so you can't click Post or Preview if you have less than a certain amount of characters.



Lol very nice, hey this is really cool what the one is doing here, it looks like you combined with both of them. Looks like Ill have to remove the Reason For Edit code, make them put *their name edit: reason. Great job with the code, it looks great Smiley

Btw...
Wow! You truly have the longest post

Grin
58  Coding Community / Coding Snippets / Re: Word Counter v1 on: June 03, 2009, 11:55:32 am
Er...This is doing the same thing the last one did, its not counting the words typed  Embarrassed Perhaps this doesnt work if we are using the Reason For Edit?
59  Coding Community / Coding Snippets / Re: [code]PROJECT Shop v2.0 Beta 6.8 on: June 02, 2009, 10:31:21 pm
huh...weird, I used it in the webpage editor and it didnt work...strange
60  Official / Announcements / Re: Affiliates Finally made...once more :P on: June 02, 2009, 10:08:11 pm
Affiliate page updated Smiley  Also first post updated, thanks Andrew Smiley

No problem Smiley I do what I can to help out on every forum Grin

I gotta say, I love the 1st one more, it matches the old SMCodes sig.
Pages: 1 2 3 [4] 5 6 7
Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy