Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Agent Moose

Pages: [1] 2 3 4 ... 56
1
Bugs / Re: I really hope it isn't to late to get my posts back :P
« on: November 25, 2014, 06:53:15 pm »
Awesome!  Thanks for fixing it for me.  I'm sure a lot of the members on here are happy :)

2
Bugs / I really hope it isn't to late to get my posts back :P
« on: November 25, 2014, 12:26:18 pm »
I just now realized that there was an issue with posts getting deleted, and yes, all the posts on Revolution X has been deleted.  As well as SMCodes

I really have a feeling it's to late now to fix this...which really would suck since I had many, many, many codes on there for users :P

3
SMF For Free Codes and Support / Re: [Code] Random Banner
« on: May 17, 2014, 12:23:52 pm »
Instead of using this, for example:
Code: [Select]
randbanner[0]=["http://farm3.static.flickr.com/2119/1683360334_283534ea14_o.jpg' onclick=location.href='http://taogem.com/taogemst_myzencart/' style='cursor: pointer"]
Try this:
Code: [Select]
randbanner[0]=["http://farm3.static.flickr.com/2119/1683360334_283534ea14_o.jpg' onclick='window.open(\"http://taogem.com/taogemst_myzencart/\")' style='cursor: pointer"]

4
Why yes, you can leave the color option blank :)

5
Can you post the money code you are using?  That way I can just edit that code instead of making a whole new one.

6
SMF For Free Codes and Support / Re: [Code] UserPage
« on: May 17, 2011, 06:21:11 pm »
Yes, the update code would still work, for all the codes that needed it in fact.

Also, as long as you have a board named "Blogs" (without quotes), the code will work. Whether it is a sub-forum or not.

7
Code Requests / Re: Code for table within header
« on: May 16, 2011, 09:17:47 am »
Why yes, it would be possible :)  Just me guessing, but are you going to use it as an affiliate box?

I can't do it at this moment, but I shall get to it when I can.

8
Code Requests / Re: Code for table within header
« on: May 16, 2011, 12:34:45 am »
Code: [Select]
<table width="800px" style="border: solid; border-color: white; background-color: black;" rowspan="4">
<tr>
<td width="200px" height="60px"><a href="#"><img src="blah.png" /></a></td>
<td width="200px" height="60px"><a href="#"><img src="blah.png" /></a></td>
<td width="200px" height="60px"><a href="#"><img src="blah.png" /></a></td>
<td width="200px" height="60px"><a href="#"><img src="blah.png" /></a></td>
</tr>
</table>

That's the one you requested, but from your newest post, it seems you would like it to be different.  How would you like it to look?

9
SMF For Free Codes and Support / Re: Zeta RPG
« on: March 09, 2011, 08:54:14 am »
Slayer...you have no life :P Just kidding :P

Great work.  I had played the RPG on the invisionfree forum you've got, and it works pretty darn well.

And webworldx or WWX, or the most well-known name, James:  It's been years since I've seen you on anything!  Glad to see you again :)

10
SMF For Free Codes and Support / Re: Zeta RPG
« on: February 21, 2011, 08:00:24 am »
I shall test it out for you slayer :)

Edit:
Just saying, I am in class right now, and on your preview board it didn't work when I went to the RPG link.  If I remember I will test it once I get home.

11
SMF For Free Codes and Support / Re: {REQ} Image over forum body
« on: October 29, 2010, 07:24:09 am »
If you add an image to the foreground you couldn't click on any links because that image would be over the links, so essentially you will just be clicking on the image.

12
SMF For Free Codes and Support / Re: Important!! - Code Updater
« on: May 26, 2010, 10:34:10 pm »
Yes, this topic really doesn't need to be here anymore.  Closing time!

13
SMF For Free Codes and Support / Re: Password Protect Topics v2
« on: May 18, 2010, 09:56:50 am »
Yep.  If you want to add more passwords for topics, add more of these lines:
Code: [Select]
TopicProtect("TOPIC ID","PASSWORD");

14
SMF For Free Codes and Support / [Code] Password Protect Topics v2
« on: May 17, 2010, 12:04:29 am »
Footers:
Code: [Select]
<script type="text/javascript">
TopicProtect("TOPIC ID","PASSWORD");
</script>
<script type="text/javascript" src="http://209.85.62.24/15/114/0/f574961/TopicProtectv2.js"></script>

TOPIC ID = The topic number/ID
PASSWORD = The Password for that topic (case sensitive)

Haven't created a code in awhile, and decided I would update a old code that Stewie343 had made back when SMC was still open :)

Enjoy :)

15
Just because, I shall update that code :)

Pages: [1] 2 3 4 ... 56