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 - B E N E L

Pages: [1] 2 3 4 ... 6
1
General Support / Re: Donations for Server Cost
« on: February 17, 2010, 11:21:47 pm »
So what about 100 000 ad free credits.. How much does that cost?
If you mean 100,000 dollars, its 7X4= 28 dollars...

2
General Support / Re: Announcements currently disabled
« on: February 17, 2010, 10:37:48 pm »
Aww, thanks for your time anyways

3
Guides and Tutorials / Re: [GUIDE] Thankyou System
« on: February 16, 2010, 12:33:50 pm »
Great one, i was looking for one that members can only click positive no negative. Starts flames. XD

4
Guides and Tutorials / Re: [Guide] Admin Cp Registration Section
« on: February 16, 2010, 12:32:49 pm »
Great guide Sibyl really helpful :)

5
SMF For Free Codes and Support / Re: How to Add a Wesbite Picture?
« on: February 16, 2010, 12:25:00 pm »
Helpfull thread mate, was lookin to find this somewere and bam pops up :)

6
General Support / Re: Announcements currently disabled
« on: February 16, 2010, 12:20:05 pm »
Aww, i was gonna transfer my 150 members by email to a new link. SADNESS :'(


EDIT: Is there any other easier ways emailing all the members then clicking 1 by 1?

7
General Support / Re: Announcements currently disabled
« on: February 16, 2010, 04:31:42 am »
Hey sibyl, i tried that additional options one, and it didn't show announcments my board url is www.thegalaxy.smfforfree.com... Heres a screenie of what it shows...


8
General Support / Re: forums not working?
« on: July 27, 2009, 03:46:21 pm »
Mines down too... http://www.thegalaxy.smfforfree.com and there are these 4 guys goin around tryin to make you think there doin it unless you give them staff... they keep comin to me on my chatbox. Lol there tryin to make it that they are doin it but there morons -.-

9
General Support / Re: Hmm is smf down
« on: July 26, 2009, 04:55:37 pm »
Ugh smf's not connecting for me again :s this kid is also tryin to act cool goin on ppl's chatbox with smf's saying he'll hack em lol...

10
General Support / Re: Hmm is smf down
« on: July 23, 2009, 06:33:20 pm »
:o my forum url is  www.thegalaxy.smfforfree.com sorry sybily totally forgot to put that lol :p

11
General Support / Hmm is smf down
« on: July 23, 2009, 05:24:34 pm »
I was wounderin i tried to connect to 2 smf forum and mine but wont connect to them are they updating or somthing?

12
yep use HTML

So it would be this:
Code: [Select]
Legend[q++] = ["<img src="IMAGE URL" alt="" />MEMBERGROUP","COLOR"];


 мσנσвσנσ82  The above code needs single quotes around the image url and for the alt= and not double quotes -      like this:

Code: [Select]

Legend[q++] = ["<img src='IMAGE URL' alt='' />MEMBERGROUP","COLOR"];


make sure   alt=''    is TWO single quotes not one double quote

Tested and will work this way -  be very careful with spacing, etc when editing the code.

my code
Code: [Select]
<script>
function Legend(){
var Legend = new Array();var q = 0;
Legend[q++] = ["<img src="<a href="http://s560.photobucket.com/albums/ss42/godsofscowns/?action=view&current=o_crown.gif" target="_blank"><img src="http://i560.photobucket.com/albums/ss42/godsofscowns/o_crown.gif" border="0" alt="Photobucket"></a>" alt="" />owner","red"];
Legend[q++] = ["<img src="<a href="http://s560.photobucket.com/albums/ss42/godsofscowns/?action=view&current=OwnerCrown-1.png" target="_blank"><img src="http://i560.photobucket.com/albums/ss42/godsofscowns/OwnerCrown-1.png" border="0" alt="Photobucket"></a>" alt=""  />Owner","black"];
Legend[q++] = ["<img src="<a href="http://s560.photobucket.com/albums/ss42/godsofscowns/?action=view&current=admincrown.gif" target="_blank"><img src="http://i560.photobucket.com/albums/ss42/godsofscowns/admincrown.gif" border="0" alt="Photobucket"></a>" alt="" />InGame Adminstrator","brown"];
Legend[q++] = ["<img src="<a href="http://s560.photobucket.com/albums/ss42/godsofscowns/?action=view&current=8g7l5sl.gif" target="_blank"><img src="http://i560.photobucket.com/albums/ss42/godsofscowns/8g7l5sl.gif" border="0" alt="Photobucket"></a>" alt="" />InGame Moderator","Blue"];
Legend[q++] = ["<img src="<a href="http://media.photobucket.com/image/mod crown/TheModJoker/Modcrown.gif" target="_blank"><img src="http://i555.photobucket.com/albums/jj458/TheModJoker/Modcrown.gif" border="0"></a>" alt="" />Forum Moderator","purple"];
Legend[q++] = ["<img src="<a href="http://s560.photobucket.com/albums/ss42/godsofscowns/?action=view&current=8g7l5sl.gif" target="_blank"><img src="http://i560.photobucket.com/albums/ss42/godsofscowns/8g7l5sl.gif" border="0" alt="Photobucket"></a>" alt="" />InGame Moderator","Blue"];
Legend[q++] = ["<img src="<a href="http://s560.photobucket.com/albums/ss42/godsofscowns/?action=view&current=donatorsymbol.png" target="_blank"><img src="http://i560.photobucket.com/albums/ss42/godsofscowns/donatorsymbol.png" border="0" alt="Photobucket"></a>" alt="" />Donator","cyan"];
Legend[q++] = ["Newbie","orange"];
var c = document.getElementsByTagName("div");
//Created by Agent Moose (smcodes.smfforfree3.com)
for(v=0;v<c.length;v++){
for(t=0;t<Legend.length;t++){
if(c[v].className=="smalltext" && c[v].innerHTML.match(/Users active in past/)) c[v].innerHTML += "[<font color='" + Legend[t][1] + "'>" + Legend[t][0] + "</font>] ";
};};};
Legend();
</script>
not working :(

13
Graphics / Re: [request] Affiliate Image
« on: July 17, 2009, 08:09:21 pm »
No particular size, colors, etc?


Got this for you...


I think it would be a whole lot better, bigger.
Sr.Sharop what animation program u use if u dont mind telling :p

14
Graphics / Re: My Fail Sigs. (:
« on: June 26, 2009, 12:36:46 pm »
I like the 4th one cause of it's colors and design nice sigs ;)

15
Yep i love this code so helpfull :D

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