|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Can Anyone help me with this project?
Here it is:
http://forums.devshed.com/showthread.php?p=918326#post918326 Please, if anyone has any ideas of where to start, or anything, I would really appreciate it, as I'm kinda lost. Thank You WebMeUpScotty |
|
#2
|
|||
|
|||
|
only thing i can think of are some pretty complex regular expressions.
seems like the type of thing that should already exist, have you googled for a that to sql conversion script? |
|
#3
|
|||
|
|||
|
Quote:
Thanks, I'm going to google and see what I can find. I'll report back here. |
|
#4
|
|||
|
|||
|
Okay,
Here is what I have. I went to sjwinfo.org, and went to General Discussion, and took the frame source. He is running Boardmaster. I'm aattatching some code here. Could anyone describe to me what is going on? What I mean, is what is actually happening when I visit this page? I don't know alot about this kind of stuff, but here is my idea. When I click on the subject, I interface with a CGI script, which finds the data I need, and generates it into an embedded HTML table. So, this is what I'm actually seeing when I go to the page... Does this make sense? Here is some of the code... Beginning Code: Code:
<HTML><head>
<SCRIPT>
<!--
function openScript(url, width, height) {
var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=yes,status=yes' );
}
//-->
</SCRIPT>
Here is some more code that looks kinda important: Code:
<TD align=left valign=middle> <FONT Size=2> <FORM action="/cgi-bin/bm_search.cgi" method=post> <SELECT NAME="listposts"> <OPTION value="show_threads_open">Show by date: <OPTION value="0">Today only <OPTION value="1">Yesterday only <OPTION value="thisweek">This Week <OPTION value="lastweek">Last Week </SELECT> <!-- <INPUT name=submit type=submit value="Show"> --> <INPUT align=top alt=go border=0 src="/forums/graphics/go.gif" type=image> <input type="hidden" name="forum" value="GeneralDiscussion"> <input type="hidden" name="expand" value="partial" checked> <input type="hidden" name="sort" value="time" checked> <input type="hidden" name="include_replies" value="yes" checked> </FORM> </TD> Here is some code for the actual messages: Code:
<!--==text==begin==--> Does anyone know if it is OK to give your dog SJW and how much? <P><!-- ==sign==--> <HR SIZE=1><ACRONYM Title="repko's Total Posts"><font size=1>Posts: 0</ACRONYM> | | <ACRONYM Title="repko's Registration Date"><font size=1>Registered: Sun 19 Dec 2004 14:12</ACRONYM></td></tr></table> </TD></TR><TR><TD bgcolor=><P></TD></TR><TR><TD bgcolor= > <!--==13856==0==end==--> <!--==13856==9179==start==Re(1):SJW for dogs?==D_alien==1==19.11==14:25==Sun==http://www.sjwinfo.org/forums/graphics/icons/posticon.gif==ok==--> <a name=9179></a><table width=100% cellspacing="1" cellpadding="5" border="0"><tr> <td width="26%" bgcolor=#eeeeee valign=top> <table width=100% cellspacing=0 cellpading=0 border=0><tr valign=top><td align=left><font size=2><b> D_alien</b></font><br><font size=1></font><br><ACRONYM TITLE="View D_alien's Profile "><A HREF="http://www.sjwinfo.org/cgi-bin/bm_reply.cgi?profile&D_alien"><IMG SRC="http://www.sjwinfo.org/forums/graphics/faces/eye.gif" border="1" width="32" height ="32" ></A></ACRONYM></td><td align=right><font size=2><ACRONYM Title="View D_alien's Home Page"><a href=" " target=_blank><font size=2><sup> Home Page </sup><IMG SRC="http://www.sjwinfo.org/forums/graphics/home-1.gif" border=0></a></ACRONYM><br> <ACRONYM TITLE="View D_alien's IP:210.80.171.23 "><sup> Ip/Isp </sup><IMG SRC="http://www.sjwinfo.org/forums/graphics/ip1.gif" border=0 ALT="210.80.171.23 "></ACRONYM><br><ACRONYM TITLE="View D_alien's Profile "><A HREF="http://www.sjwinfo.org/cgi-bin/bm_reply.cgi?profile&D_alien"><sup> Profile </sup><IMG SRC="http://www.sjwinfo.org/forums/graphics/profile1.gif" border=0 alt="user profile"></A></ACRONYM><br><ACRONYM TITLE="Edit-Delete D_alien's Message "><A HREF="http://www.sjwinfo.org/cgi-bin/bm_reply.cgi?edit&GeneralDiscussion&13856&9179&1"><sup> Edit/Delete </sup><IMG SRC="http://www.sjwinfo.org/forums/graphics/edit1.gif" border=0 alt="edit/delete message"></A></ACRONYM><br><ACRONYM TITLE="Reply to D_alien's Message "><A HREF="http://www.sjwinfo.org/cgi-bin/bm_reply.cgi?reply&GeneralDiscussion&13856&9179&1"><sup> Reply </sup><IMG SRC="http://www.sjwinfo.org/forums/graphics/email2.gif" border=0 alt="post reply"></A></ACRONYM></font></td></tr></table></td><td width="74%" bgcolor=#dddedd> <font size=2 color=#0082BF><p><IMG SRC="http://www.sjwinfo.org/forums/graphics/icons/posticon.gif"> "Re(1):SJW for dogs?" </FONT><font size=1>, Sun 19 Dec 14:25</FONT><font size=2><HR SIZE=1> <!--==text==begin==--> No idea if it's safe, but I wouldn't think it would be a good idea, it may be toxic for dogs, who knows? And if your dog is depressed it may be for a whole host of reasons that are better off addressed than treated... <P><!-- ==sign==--> <HR SIZE=1><ACRONYM Title="D_alien's Total Posts"><font size=1>Posts: 94</ACRONYM> | | <ACRONYM Title="D_alien's Registration Date"><font size=1>Registered: Wed 14 Apr 2004 23:27</ACRONYM></td></tr></table> <!--==13856==9179==end==--> So, according to this code, is it clear what I need to parse out? Thank You for anyone that can help me. |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Scripts > Can Anyone help me with this project? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|