Jump to content

Cleric xtx

Members
  • Posts

    285
  • Joined

  • Last visited

Everything posted by Cleric xtx

  1. If I remember correctly, you can call mIRC's nicklist popup using this file. If not then the best option, as TGK stated, is to use popups.dll, which I think can be found in the downloads section of this site.
  2. You mean 512MB? When I said 3GHz, I was referring to the Intel Centrino, which has 2MB Cache; the Centrino is an expensive processor. Here's an example My laptop cost £700 and is an AMD 64 3400 (equivalent to a 3.4GHz processor) with 128MB graphics and 512MB RAM and a 60GB hd.
  3. I've corrected the coding I previously posted. Instead of using a space as the token, you should have used just the font coding by itself. The way you were trying would have taken the first token before a space, which would have returned CUSA|^|Comic. The coding below will return the font formatting only: var %a, %b = $regsub($1,/^CUSA\|\^\|.+?\|\^\|&[0-9A-Z]+\|\^\|[BI]*\|\^\| \72/iS,,%a) var %text = $remove($1-,%a) Alternatively, you can try replaceing tokenize 32 $1- with tokenize 58 $1- as a colon follows the formatting.
  4. If you put it into perspective you can see why it costs so much. Currently, a state-of-the-art laptop would be around £2000 for 3Ghz with 1GB RAM and a 100GB harddrive. So: (Processor x 2) + (RAM x 1024) + (HD x 204) = £8000
  5. I think I got the numbers right... alias cfont { if ($regex($1-,/^CUSA\|\^\|.+?\|\^\|&[0-9A-Z]+\|\^\|[BI]*\|\^\| \72/iS) == 0) { halt } var %a, %b = $regsub($1,/^CUSA\|\^\|.+?\|\^\|&[0-9A-Z]+\|\^\|[BI]*\|\^\| \72/iS,,%a) var %text = $remove($1-,%a) if (BI == $gettok(%text,7,124)) var %t = bold & italic elseif (B == $gettok(%text,7,124)) var %t = bold elseif (I == $gettok(%text,7,124)) var %t = italic elseif ($gettok(%text,7,124) !isin BI) var %t = normal echo -a Font: hex colour $right($gettok(%text,5,124),-2) $gettok(%text,3,124) in %t } Edited to support text without cusa's font Re-edited to work properly
  6. Anyone fancy donating to me for a new laptop? This is the one I have in mind, like most other people after reading it... Atomchip Corp This laptop has revolutionised the computing world in a way that puts gamers to shame. Details are included on the webpage but basically it has a processing speed equivalent to a 6.8GHz processor with 1TB of RAM and 2TB of hard disk space. I wonder what the graphics are like...
  7. A Tech Strategist within Microsoft, Nigel Page, has gone on record to discuss the hardware requirements for Windows Vista, due out next Christmas. What he's said is kind of shocking. System breakdown Graphics: Vista has changed from using the CPU to display bitmaps on the screen to using the GPU to render vectors. This means the entire display model in Vista has changed. To render the screen in the GPU requires an awful lot of memory to do optimally - 256MB is a happy medium, but you'll actually see benefit from more. Microsoft believes that you're going to see the amount of video memory being shipped on cards hurtle up when Vista ships. CPU: Threading is the main target for Vista. Currently, very little of Windows XP is threaded - the target is to make Vista perform far better on dual-core and multi-core processors. RAM: 2GB is the ideal configuration for 64-bit Vista, we're told. Vista 32-bit will work ideally at 1GB, and minimum 512. However, since 64-bit is handling data chunks that are double the size, you'll need double the memory, hence the 2GB. Nigel mentions DDR3 - which is a little odd, since the roadmap for DDR3, on Intel gear at least, doesn't really kick in until 2007. HDD: SATA is definitely the way forward for Vista, due, Microsoft tells us, to Native Command Queueing. NCQ allows for out of order completions - that is, if Vista needs tasks 1,2,3,4 and 5 done, it can do them in the order 2,5,3,4,1 if that's a more efficient route for the hard drive head to take over the disk. This leads to far faster completion times. NCQ is supported on SATA2 drives, so expect them to start becoming the standard sooner rather than later. Microsoft thinks that these features will provide SCSI-level performance. Bus: AGP is 'not optimal' for Vista. Because of the fact that graphics cards may have to utilise main system memory for some rendering tasks, a fast, bi-direction bus is needed - that's PCI express. Display: Prepare to feel the red mist of rage - no current TFT monitor out there is going to support high definition playback in Vista. You may already have heard rumblings about this, but here it is. To play HD-DVD or Blu-Ray content you need a HDCP compatible monitor. Why? Because these formats use HDCP to encrypt a video signal as it travels along a digital connection to an output device, to prevent people copying it. If you have just standard DVI or even an analogue output, you're going to see HD scaled down to a far-less-than-HD resolution for viewing - which sucks. This isn't really Microsoft's fault - HDCP is something that content makers, in their eternal wisdom, have decided is necessary to stop us all watching pirated movies. Yay.
  8. I don't think anyone's ever bothered to make an addon for WMP for mIRC as you can basically play any song that WMP can play in mIRC (such as here). There is, however, a dll for Winamp that is easy to use.
  9. Generally, the only modes you would need to know for a CUSA nicklist are q (for the admins' level) and o (for the hosts). For more technical information, IRCX manuals are easy to come by, like this one Personally, I'm still strying to work out how to identify the users already marked as away when you join the channels.
  10. The nicklist icons, obviously, are one icon pack (which I've forgotten where I got them from) and the toolbar icons were made by Toyz, which can be found here (MS Org)
  11. This is my current project: It's not going to be released as the sidebar was not made by me. "Modules" is the addon manager and "Tools" is a list of various commands (eg: user lists, DCCs, etc).
  12. Cleric xtx

    Statusbar

    You've specified an icon library file but you haven't specified which icon to use. I think the correct format is dll $ktools SbAddIcon 21, $+ pics\qnx.icl,1, where 1 is the first icon in the library
  13. I haven't even heard anything about big brother from fans for weeks now (thank * for that). IMO, that show went from horrendous to worse to its current state, which is beyond stupid. The idea was ok when it started then fell to pots by mid-way through the series. then they called it Big Brother
  14. Why have you got a single tab in the dialog?
  15. It won't work perfectly but if you go in mIRC editor (alt+r or however you wanna get there) and select find, select both checkboxes then type in "sockwrite -n socketname" in the top box then "raw -q" in the second box. Just be sure your connection isn't loaded at the time. Two things that may be problematic with this method are: 1. The commands might not all be -n or end with just the socketname; it may end with something like .test 2. The identifiers ($1, $2, etc) might not be the same for sockwrites as they are for raw commands.
  16. It's about time in my opinion. For years I've seen countless Intel products and next to no AMD products. Take, for example, laptops. There are countless laptops that use Intel processors and hardly any AMD, even though AMD performs far better than Intel processors when it comes to gaming and is almost equal in all other aspects. I think the ideal computer would have an AMD processor with an ATI graphics card running Linux because they each out-class their rivals in their own ways and yet sell less products.
  17. menu nicklist { - Auto op . $iif($level($$1) == aop,$style(2)) Add user:{ .auser aop $$1 } . $iif($level($$1) != aop,$style(2)) Remove user:{ .runser aop $$1 } } on aop:join:#:{ mode $chan +o $nick } Modify it how you like
  18. I think I know what you mean; you want to use nhtmln.dll with a window and you want it so that any links that would usually open a new browser window opens a new mIRC window instead. It's been brought up before but if memory serves there's no simple solution to it and you'd be better off not bothering. You can do it by right-clicking but I don't think it's so easy with a left-click.
  19. I decided to do a lil work on my personal script. It's not a lot but it's enough. I might decide to delete the connect button and just use the servers popup but it's easy as is. My script The A, R and P buttons are Aliases, Remotes and Popups respectively. The next three are dialogs, followed by a few commands for winamp (open file/dir, play/stop, seek, volume & spam).
  20. Last week, the Mainichi Daily News quoted Sony Computer Entertainment officials as saying the PlayStation 3 would be priced at under 50,000 yen ($465.58). Now it appears that the console may be even cheaper when it goes on sale next year. Yesterday, Japanese Web site Impress PC Watch reported that SCE has told its business partners that the PS3 will be under 40,000 yen ($370) at launch. The news has spurred speculation that the company might launch the machine with the same price it set for the PlayStation and PlayStation 2. Both machines were priced at 39,800 yen ($368) when they launched in 1994 and 2000, respectively. Sony's PS3 will be competing with Microsoft's Xbox 360 and Nintendo's Revolution in the next-generation console wars. When it launched in Japan in 2002, Microsoft's current-generation Xbox was priced at 34,800 yen ($322). The company has been shaving down the console's cost since then, and it currently sells at 17,640 yen ($163). Nintendo's GameCube made its debut in 2001 at 25,000 yen ($231)--the lowest launch price of the three current-generation home consoles. The GameCube continues to be the lowest priced console on the market, currently marked down to 14,000 yen ($130). Nintendo has never priced any of its past consoles higher than 25,000 yen at launch, which could well be the same case for the Revolution. During E3, Nintendo president Satoru Iwata stated that he hopes to "keep the Revolution at a price range that anyone can reach out for, and nothing as high as 50,000 yen ($463)." Clicky...
  21. Launched in 1977, the craft is now some 14 billion km (8.7 billion miles) from the Sun and on the cusp of deep space. American space agency (Nasa) scientists told a conference in New Orleans on Tuesday that Voyager was moving through a region known as the heliosheath. This is a vast, turbulent expanse where the Sun's influence ends and particles blown off its surface crash into the thin gas that drifts between the stars. Soon - researchers cannot be sure when - the probe will break into deep space. "Voyager 1 has entered the final lap on its race to the edge of interstellar space," said Dr Edward Stone, Voyager project scientist at the California Institute of Technology in Pasadena, US. Last November, scientists debated whether Voyager had reached the so-called termination shock region. This is where the "wind" of electrically charged particles coming off the Sun is slowed by pressure from the sparse gas found between the stars. At the termination shock, the solar wind slows abruptly from a speed that ranges from 1.1-2.4 million km/h (700,000 to 1.5 million mph) and becomes denser and hotter. Some researchers thought the probe had arrived at the shock; others thought it still had some way to go. Now, at the 2005 Joint Assembly meeting organised by the American Geophysical Union, space scientists say they are confident - and agreed - that Voyager has gone beyond the termination shock and is flirting with deep space. Predicting the location of the termination shock was hard, the researchers say, because the precise conditions in interstellar space are unknown. Also, changes in the speed and pressure of the solar wind cause the termination shock to expand, contract and ripple. The most persuasive evidence that Voyager 1 has crossed the termination shock is its measurement of a sudden increase in the strength of the magnetic field carried by the solar wind, combined with an inferred decrease in its speed. This happens whenever the solar wind slows down. Voyager 1 was initially given a mission life of five years but has continued to perform spectacularly. The craft is carrying a time capsule in the form of a golden gramophone record, complete with stylus, which contains a recording of greetings from Earth in different languages as well as samples of music ranging from Mozart to singer Blind Willie Johnson. Its twin, Voyager 2, launched a couple of weeks before Voyager 1, is moving on a different trajectory and is some 10.4 billion km (6.5 billion miles) away. The Voyager probes surveyed the outer planets as their primary mission. Each probe could operate through the year 2020, NASA said in a statement.
  22. Elementary and middle schools would be prohibited from selling soda and junk food under measures approved Monday by a state Senate panel aimed at combatting childhood obesity. The bills aim to restrict the amount of sugar, fat and salt children consume, at least during the school day. Similar proposals have been introduced in at least 17 states this year. Policies are on the books in a few states, including California and Arkansas, while a proposal in Connecticut would extend the ban to high schools. The federal Centers for Disease Control in Atlanta report a rapid rise in childhood obesity, which puts children at higher risk of developing heart disease, diabetes and some cancers later in life. The N.J. legislation would prohibit public school vending machines from stocking items that lists sugar as its first ingredient, or anything that has more than 8 grams of total fat, except nuts and seeds. The ban would be in effect until 30 minutes after schools closed for the day. The measures also require that vending machines in high schools be stocked with at least one healthy snack. Robert Earl, senior director for nutrition policy at the Food Products Association, a food and beverage industry trade association, believes the restrictive approach that states are taking will not improve children's health. Someone who's for the measures, and not part of a food and beverage industry trade association, said easy access to junk food exposes children to a litany of life-threatening diseases. See here...
  23. Theoretically, yes it should but every time I've tried to use $regml(name,N) with N as any number apart from 0, it's blank (0 does count all matches though). I've tried this little test several times, editing it each time but to no avail: Test:{ var %a = $regex(tz,to TEST this,/[A-Z]/g) echo -a %a - $regml(tz,1) }
×
×
  • Create New...