Jump to content
xisto Community

iGuest

Members
  • Content Count

    72,093
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by iGuest

  1. i was just suggesting it man, just trying to help yous out.
  2. Here is some basic HTML... I will give an example doc first, and then break it down. Also, will give some extras that could make your page fun and interesting! Example Doc: <HTML><title>Page Title</title><BODY> <body bgcolor=background color><body text=Main Text><center><h1>Title Of Article</h1></center><br>Text....</BODY></HTML> This will generate something like this: Title Of Article(This Centered) Text..... Here are some basic tags: Font Color:<font color=color or hex>WORD OR SENTENCE(S)</font>Font Size:<font size=1-7>WORD OR SENTENCE(S)</font>Font Color and Size:<font color=color or hex><font size=1-7>WORD OR SENTENCE(S)</font></font>Scrolling Text: (From Right to Left)<marquee>WORD OR SENTENCE(S)</marquee>Insert Image:<img src="http://LINK.COM/DIR/IMAGEFILE.EXT">Link:<a href="http://LINK.COM/">LINK TEXT OR LINK AGAIN</a>Image Link:<a href="http://LINK.COM/"><img src="http://LINK.COM/DIR/IMAGEFILE.EXT"></a>Audio Embed:<embed src="http://LINK.COM/DIR/FILE.EXT" hidden="true/false" loop="true/false/# of times" autostart="true/false">Video Embed:<embed src="http://LINK.COM/DIR/FILE.EXT">Crossout Text:<strike>TEXT</strike> A Template to edit:<HTML><title>Page Title</title><BODY><body bgcolor=black><body text=red><center><h1>Page Template</h1</center><br><font color=blue><font size=4>Welcome, here is a template anyone can make, this was designed for <strike>dummies</strike> new Webmasters wanting to learn HTML!</font></font><font color=green> Have Fun, and Good Luck!</font><br><br>-Thanks<br><br>-Fatal-Fatality</BODY></HTML>If I forgot anything, let me know! (sticky by whizz)
  3. I can never get PHP to work for me. I check over the queries, again and again, but it still doesn't work. I wish they had somehting like a PHP error checker.
  4. I just wanted to see who yous liked better. Enjoy voting.I vote for yankees i think their the best, i couldnt believe that they lost 4games in a row against the Yankees, unbelieveable.
  5. yes they were offering unlimited MySQL, unlimited subdomains .. everything is unlimited even 500 mgb..
  6. Notepad for small stuff, Dreamweaver for large.
  7. The FNH modding staff has discussed this before, and we're not adding it!
  8. yea.. i know but, if you put the rule your mb must be 90% used and you only have 10% of mb left, and the people only used 1mb then they would be like why am i gonna spam if i wont be able to get it. But also that will make things more interesting, you cant only have good people thatwould be boring you need some toruble makers to ban and have fun. and point per post that isnt bad, and yous can slo have an arcade on the forum, every game you play you use 1point for it. And you can also have a shop and sell like name glows, etc... i think it would be a great idea. But spamming isnt even that big of a problem just ban them from posting onyour website for 1week thatsi t. and if they decide to spam again then thats another 1 week without posting. easy, i would even help with banning the spammers if yous would want.
  9. then i hope it will be great! i saw comercial about NFS:UG2 and its great !
  10. Well, I haven't even noticed :blink:I'll talk to admin about that, I've prmised not to change anything in the config without him knowing about it :mrgreen: :mrgreen: :mrgreen:
  11. Oops..I meant, when will this forum allow avatars (in general) ?Wait... even you don't have any avatar !You should have known what I meant !!
  12. This is my very first script, before I knew what was out there. It works in IE 5 and up. Not sure about netscape or mozilla. (I recently d/led mozilla and it's great for javascripts. Much less typing.) <script language="javascript"><!--function toggle(what){ if(document.all[what].style.display == "none"){ document.all[what].style.display = "block"; }else{ document.all[what].style.display = "none"; }}//--></script><a href="javascript:toggle('myDiv')">Toggle</a><br><div style="display:none;" id="myDiv"> Some Text... Blah Blah Blah....</div>This is what I can remember.
  13. Ok, I went scripting, and came out with some mIRC scripts for mta. here they are: alias mta.command if ($3 == !hug) { if ($4 == $null) { mta.say } else { if ($mta.name($1,$mta.getid($1,$4)) == Unknown) mta.say $1 $+ : Error: ID/Name not present. else { mta.say $1 $mta.name($1,$2) hugs $mta.name($1,$mta.getid($1,$4)) } }}alias mta.command if ($3 == !but) { if ($4 == $null) { mta.say } else { if ($mta.name($1,$mta.getid($1,$4)) == Unknown) mta.say $1 $+ : Error: ID/Name not present. else { mta.say $1 $mta.name($1,$2) kicks $mta.name($1,$mta.getid($1,$4)) 's lame *bottom*! } }}alias mta.command { var %a = $readini(%dir $+ $1.ini,ID $+ $2,level),%b = $iif($4 isnum,$4,$mta.getid($1,$4)) if (%a > -1) { if (%a > 0) { if (%a > 1) { if (%a > 2) { if (%a > 3) { if (%a > 4) { if ($3 == !setlevel) { if (%b == -1) mta.msg $1 $2 Error - Absent ID. else { if ($5 < 1) || ($5 > 6) || ($5 == $null) mta.msg $1 $2 Invalid Admin level. else { if ($readini(%dir $+ $1.ini,ID $+ %b,level) > %a) { mta.msg $1 $2 Can not change level of admin with higher Admin level. mta.msg $1 %b Admin $+(',$mta.name($1,$2),') was trying to change your level to: $5 } else { if ($readini(%dir $+ $1.ini,ID $+ %b,level)) { mta.say $1 $+(',$mta.name($1,%b),''s) level is changed from $readini(%dir2 $+ nickserv.ini,$mta.name($1,%b),level) to $5 by admin $+(',$mta.name($1,$2),'.) !writeini -n " $+ %dir2 $+ nickserv.ini" $mta.name($1,%b) level $5 !writeini -n " $+ %dir $+ $1.ini" ID $+ $2 level $5 } else mta.msg $1 $2 $mta.name($1,%b) is not logged in as admin. } } } } } If ($3 == !w) {mta.setweather $1 0mta.settime $1 07:00} } } if ($3 == !health) { if ($4 == $null) { mta.msg $1 $2 $mta.name($1,$2) your health is $mta.health($1,$2) $+ % } else { if ($mta.name($1,$mta.getid($1,$4)) == Unknown) mta.say $1 $+ : Error: ID/Name not present. else { mta.say $1 $mta.name($1,$mta.getid($1,$4)) - health: $mta.health($1,$mta.getid($1,$4)) % } }} if ($3 == !hug) { if ($4 == $null) { mta.say } else { if ($mta.name($1,$mta.getid($1,$4)) == Unknown) mta.say $1 $+ : Error: ID/Name not present. else { mta.say $1 $mta.name($1,$2) hugs $mta.name($1,$mta.getid($1,$4)) } }}}
  14. I'll contact admin about the CHmodding :blink:Until that is done, host your avatar on a site like http://www.imagesavers.com/ :wink:
  15. Any ya'll play any instruments?I've played drums for most of my life. I'm in a band...it's fun as heck. I've also played paino and some trumpet, but mainly I'm all drums. I'll try to get an updated image of my set later.
  16. When will we finally be able to upload our avatars ?ATM, it's really.. insipid.. :roll:
  17. We have considered that one. We think it will lead to spam, so we don't want it. :wink:
  18. I dont know if yous will approve fo this ubt i think this is a good suggestion, ok i think yous should install a point system in here and if you want upgrades you will have to get a certain amount of points. But the 500mb or whatever will still be free you will just need to get points for the upgrades. so.. basically it would be something like this, 50points for 25mb, etc.. i think that is a good idea, and also to make sure people dont just run with the mb you should sat that 75-100% of your mb must be used, etc.. do you guys think thats a good idea?
  19. Notepad most of the time. Though I rarely use PHP...only cause I don't know how.
  20. To keep this forum save, we have a few rules here:1. All codes MUST be placed in [ code ] [ /code ]tags2. Do not post virusses and malware!3. Do not post possibly dangerous scripts4. Any user not following these rules WILL be bannedEvery post will be reviewed by a moderator!
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.