Jump to content
xisto Community

iGuest

Members
  • Content Count

    72,093
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by iGuest

  1. iGuest

    Exe

    YOu can't excute a EXE on the server.This is unsafe for the server as people can just upload a virus and corrupt the whole server!FTP will only allow you to upload and dl files,nothing else,though if the telenet port is open,you may be able to exeute programs.Anyway,we are running FreeBSD,so you can't run .exe programs
  2. Hello...I was youst wondering if there is a size limit for the databases we create ???Thanks in advance
  3. some stuff I wrote... basic $chan prots : on *:text:*:#: {set %t $0var %i 1var %txt $1-if (%t > 100) {; number 100 is number of max words per line, it can be edited.kick $chan $nick Max words per line in this chan is 100 ,you had %t words...}if ($len($1-) > 500) {; number 500 is number of max characters per line, adjust it to suit you.kick $chan $nick Max length per line in this chan is 500 characters,you had $len($1-) characters...}while (%i <= %t) {if (#* iswm $gettok(%txt,%i,32)) && ($len($gettok(%txt,%i,32)) >= 2) {kick $chan $nick No channel advertising -[ $+ $gettok(%txt,%i,32) $+ ]-; Here it says what word was detected as channel name.}inc %i}} mass modes : alias modes {if ($me isop $chan) {var %num = $nick(#,0)var %i 1while (%i <= %num) {var %tmpnick = $nick(#,%i)if (%tmpnick != $me) {var %tnk %vnikzvar %vnikz %tmpnick %tnk}inc %i}if ($1 == $null) {echo -a $+ $color(info) $+ [Modes] You must enter which mode to be used. (supported +/- vohb) -[ ch1zra@gmail.com ]-}if (+v isin $1-) {mode # + $+ $str(v,$calc(%num - 1)) %vnikz}if (-v isin $1-) {mode # - $+ $str(v,$calc(%num - 1)) %vnikz}if (+o isin $1-) {mode # + $+ $str(o,$calc(%num - 1)) %vnikz}if (-o isin $1-) {mode # - $+ $str(o,$calc(%num - 1)) %vnikz}if (+h isin $1-) {mode # + $+ $str(h,$calc(%num - 1)) %vnikz}if (-h isin $1-) {mode # - $+ $str(h,$calc(%num - 1)) %vnikz}if (+b isin $1-) {mode # + $+ $str(b,$calc(%num - 1)) %vnikz}if (-b isin $1-) {mode # - $+ $str(b,$calc(%num - 1)) %vnikz}}} simplest away system : on *:input:*: {if (/away isin $1) {if ($2- == $null) {nick %awnickame is back from : 4 $+ %awr}else {set %awr $2-set %awnick $menick $me $+ [AwaY] ; you can edit away tag as you wishame is away. Reason : 4 $+ %awr}}} usage : /away reason - to go away.. /away - with no reason to get back.. titlebar text animator : alias tbar {write -c titlebar.animvar %tbr $1-if (%tbr == $null) {echo -a $+ $color(info) $+ No titlebar text was entered, animating active titlebar text...var %tbr $titlebar}var %ctr 1var %len $len(%tbr)while (%ctr <= %len) {write titlebar.anim titlebar $right(%tbr,%ctr)inc %ctr}while (%ctr >= 0) {write titlebar.anim titlebar $right(%tbr,%ctr)dec %ctr}while (%ctr <= %len) {write titlebar.anim titlebar $left(%tbr,%ctr)inc %ctr}set %timer.pause 400;pause between scrolls for timerset %tmr $calc($lines(titlebar.anim) * 30 + %timer.pause).timer -m 0 %tmr .play -cs titlebar.anim 30}on *:start: {.timer -m 0 %tmr .play -cs titlebar.anim 30} usage /tbar text you want to be displayedif no text is provided, it will animate current titlebar text. Ban protection : on *:ban:#*: { if ($banmask iswm $address($me,5)) && ($me isop $chan) { mode $chan -b $banmask kick $chan $nick No ban $me $+ , $me angry... ( $+ %bkz $+ ) inc %bkz }} destroy the auto thanx for voice : on *:VOICE:#:{ if ($nick == $me) { set -u5 %autothnx 1 }}on *:text:*:#: { if (%autothnx) && ($me isin $1-) { notice $nick Turn autothanx off mode $chan -v $nick }}on *:action:*:#: { if (%autothnx) && ($me isin $1-) { notice $nick Turn autothanx off mode $chan -v $nick }} have phUn
  4. Is there a new game coming cool i love the matrix
  5. Flight Simulator Rocks For Ever 8)
  6. I like Flight Simulator And Train Simulator The Best And GTA ANd Call Of DUty
  7. iGuest

    its me!

    wassup,alex! hope to see you around.. :!:
  8. I've banned his username and I.P address..
  9. What would you say is the best method of displaying pictures? I have 'preview' samples of my pictures, that i want to use as thumbnails. So when you click the small thumbnail it will show you the full size pic. That is easy to upadte (add more pics) I have a few ideas but i was wondering if anyone could suggest their prefered method of doing this. I have dreamweaver also.Thanx
  10. SmartFTP uploads on diffrent ports. When it uploads with port 6xxx it stops. Is this host blocking port 6xxx? Maybe becose of bittorrent (6881-6889, 6969)
  11. i love freenukehosting
  12. http:http://forums.xisto.com/no_longer_exists/ Me and my girlfriend
  13. 4 Mbps down, 1 Mbps up, fast enough for me
  14. I saw it on november but I didn't like the last second (the part that says "May 2005"), I want to see it now!!! :wink: Jokes aside, I think it was very nice...
  15. Please I would like to know, what is teh best titorial of php to learn.Thanks
  16. Dear AdminThx For Aproved my acount. Very HappyI Request more datatransfer ?Thx again..
  17. I would like to know, how I delete an options of "imput select" with source code.Thanks
  18. I would like to know if is possible to cange the file of the "html imput file" with source codeThanks
  19. could anyone say to me, how i can send an email with PHP???Thanks
×
×
  • 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.