mIRC Home    About    Download    Register    News    Help

Print Thread
#94246 15/08/04 04:31 AM
M
MTec89
MTec89
M
how do i get mIRC not to evaluate "$network" and etc in this code?

Code:
  write -c $servdoci <?php
  write $servdoci $network = %network $+ ;
  write $servdoci $total.users = %server.users $+ ;
  write $servdoci $server.lobbey = %server.lobbey $+ ;
  write $servdoci $lobb.users = $lobbb.userz $+ ;
  write $servdoci $serv.map = $srrrv.map $+ ;
  write $servdoci $srv.fgen = %fgen $+ ;
  write $servdoci ?>
  inc %fgen

#94247 15/08/04 05:46 AM
D
DaveC
DaveC
D
$ $+ network

Is that what ya mean?

#94248 15/08/04 11:09 AM
C
Coolkill
Coolkill
C
$!network[/color]

Eamonn.

#94249 15/08/04 11:58 PM
M
MTec89
MTec89
M
how can i return the entire server map, instead of the last server, in the server map?

Code:
raw 6:*: {
  unset %server. map %server.map
  set %server.users $remove($gettok($1-, 3, 32),),()
  set %server.map %server.map $iif($gettok($rawmsg, 2, 32) == 006, $remove($gettok($rawmsg, 4, 32), :))
  set %network $network
  echo @status . : : Saved Total number of users updateing index file.
  updateinclude
  haltdef
}
alias srrrv.map {
  var %a = 1
  while (%a <= $numtok(%server.map, 32)) {
    return $gettok(%server.map, %a, 32) <br>
    inc %a 1
  }
}

#94250 18/08/04 03:59 PM
M
MTec89
MTec89
M
*bump*

#94251 20/08/04 02:01 AM
M
MTec89
MTec89
M
BUMP BUMP BUMP BUMP BUMP BUMP
BUMP BUMP BUMP BUMP BUMP BUMP
BUMP BUMP BUMP BUMP BUMP BUMP
BUMP BUMP BUMP BUMP BUMP BUMP
BUMP BUMP BUMP BUMP BUMP BUMP
BUMP BUMP BUMP BUMP BUMP BUMP

#94252 20/08/04 02:03 AM
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
Stop it now. If nobody answers, it's because they don't know the answer. There is no need to 'bump' threads. Thank you.

Regards,


Link Copied to Clipboard