ad.list
上传用户:tany51
上传日期:2013-06-12
资源大小:1397k
文件大小:4k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. ##############################################################################
  2. # ad.list  -  Configuration for bnetd ad banners                             #
  3. #----------------------------------------------------------------------------#
  4. #                                                                            #
  5. # Quotes (") are required around the strings, but they are not allowed       #
  6. # inside them.                                                               #
  7. #                                                                            #
  8. # The "file name" field should be in the form llXXXXXX.eee where the X's are #
  9. # the ad id.  The ad id is a non-zero hexadecimal number.  The files must be #
  10. # in the files/ directory and no path components should be listed here, only #
  11. # the filename portion.                                                      #
  12. #                                                                            #
  13. # The "when" field determines which ad banners should be picked to start a   #
  14. # sequence.  These can be used to make the server avoid picking an "answer"  #
  15. # banner before its corresponding "question" banner by setting it to "start" #
  16. # or "init".  The first banner that is chosen when the user logs in is an    #
  17. # "init" banner.  These banners are not reused, so you may want to double    #
  18. # list them as "start" banners.                                              #
  19. #                                                                            #
  20. # The "time" field is the number of seconds that the banner should be        #
  21. # displayed on the client.  If it is zero, the ad will be displayed forever. #
  22. #                                                                            #
  23. # The "URL" field is the location that the user will be sent to if (s)he     #
  24. # clicks on the ad.                                                          #
  25. #                                                                            #
  26. # The "next" field determines which banner will be displayed next.  If it is #
  27. # zero, then a start banner may be chosen randomly.                          #
  28. #                                                                            #
  29. # The "client" field determines which banner will be displayed to which      #
  30. # client. Starting with Warcraft III banners are .mng files which are not    #
  31. # visible by all clients (and .pcx files dont show on Warcraft III). If this #
  32. # field is NULL than it will be shown to all clients _except_ those who have #
  33. # a specific clienttag line.                                                 #
  34. #
  35. # --file name--  when- time ---------------URL--------------- --next-- --client-- #
  36.  "ad000001.mng"  init    30 "http://www.pvpgn.org"            0x000000  "WAR3"
  37.  "ad000001.mng"  start   30 "http://www.pvpgn.org"            0x000000  "WAR3"
  38.  "ad000004.mng"  init    30 "http://www.pvpgn.org"            0x000000  "WAR3"
  39.  "ad000004.mng"  start   30 "http://www.pvpgn.org"            0x000000  "WAR3"
  40.  "ad000666.mng"  init    30 "http://www.world-of-amadeus.de"  0x000000  "WAR3"
  41.  "ad000666.mng"  start   30 "http://www.world-of-amadeus.de"  0x000000  "WAR3"
  42.  "ad000001.mng"  init    30 "http://www.pvpgn.org"            0x000000  "W3XP"
  43.  "ad000001.mng"  start   30 "http://www.pvpgn.org"            0x000000  "W3XP"
  44.  "ad000004.mng"  init    30 "http://www.pvpgn.org"            0x000000  "W3XP"
  45.  "ad000004.mng"  start   30 "http://www.pvpgn.org"            0x000000  "W3XP"
  46.  "ad000666.mng"  init    30 "http://www.world-of-amadeus.de"  0x000000  "W3XP"
  47.  "ad000666.mng"  start   30 "http://www.world-of-amadeus.de"  0x000000  "W3XP"
  48.  "ad000001.smk"  init    30 "http://www.pvpgn.org"            0x000000  "NULL"
  49.  "ad000001.smk"  start   30 "http://www.pvpgn.org"            0x000000  "NULL"
  50.  "ad000004.smk"  init    30 "http://www.world-of-amadeus.de"  0x000000  "NULL"
  51.  "ad000004.smk"  start   30 "http://www.world-of-amadeus.de"  0x000000  "NULL"
  52. #"ad000003.pcx"  start   30 "http://www.place.edu/~clanpage"  0x000000
  53. #"ad000002.smk"  start   30 "http://www.blah.com/"            0x000004
  54. #"ad000004.smk"  norm    30 "http://foo.com/"                 0x000000
  55. #                                                                            #
  56. ##############################################################################