Jump to content

[-_-]

Members
  • Posts

    76
  • Joined

  • Last visited

    Never

Everything posted by [-_-]

  1. The way it is now a user cannot copy a link in the address bar and send someone a direct link to a specific file. They can only send them a link to a list of results. Is there any way I can enable people to link to a specific file? ??? Heres a sample of the code and a link below. <?php // grab the search query and request site from the url if($_POST["q"]){ $q = $_POST["q"]; }else{ $q = $_GET['q']; } $q = htmlentities(stripslashes(trim($q))); if($_POST['site']){ $site = $_POST["site"]; }else{ $site = $_GET['site']; } include('switch.php'); // finally create the code for the actual frames. This is simple HTML with the search query and site put into the menubar's url so we can change it later if wanted. ?> http://www.plentyoftorrents.com/results_new.php?site=Mininova&q=free+linux anyone? ¯\(°_o)/¯
  2. I also just tried changing the $main_url = 'http://www.roscripts.com/'; to my url http://www.plentyoftorrents.com/autosuggest/ nothing then http://www.plentyoftorrents.com/autosuggest/index.php and still nothing.
  3. Yup sure, heres the response.php <?php require_once('db.php'); include('classes/stem.php'); include('classes/cleaner.php'); if( !empty ( $_POST['search'] ) ): $string = $_POST['search']; $main_url = 'http://www.roscripts.com/'; $stemmer = new Stemmer; $stemmed_string = $stemmer->stem ( $string ); $clean_string = new jSearchString(); $stemmed_string = $clean_string->parseString ( $stemmed_string ); $new_string = ''; foreach ( array_unique ( split ( " ",$stemmed_string ) ) as $array => $value ) { if(strlen($value) >= 3) { $new_string .= ''.$value.' '; } } $new_string = substr ( $new_string,0, ( strLen ( $new_string ) -1 ) ); if ( strlen ( $new_string ) > 3 ): $split_stemmed = split ( " ",$new_string ); mysql_select_db($database); $sql = "SELECT DISTINCT COUNT(*) as occurences, title, subtitle FROM articles WHERE ("; while ( list ( $key,$val ) = each ( $split_stemmed ) ) { if( $val!='' && strlen ( $val ) > 0 ) { $sql .= "((title LIKE '%".$val."%' OR subtitle LIKE '%".$val."%' OR content LIKE '%".$val."%')) OR"; } } $sql=substr ( $sql,0, ( strLen ( $sql )-3 ) );//this will eat the last OR $sql .= ") GROUP BY title ORDER BY occurences DESC LIMIT 10"; $query = mysql_query($sql) or die ( mysql_error () ); $row_sql = mysql_fetch_assoc ( $query ); $total = mysql_num_rows ( $query ); if($total>0): echo ' <div class="entry">'."\n"; echo ' <ul>'."\n"; while ( $row = mysql_fetch_assoc ( $query ) ) { echo ' <li>'."\n"; echo ' <a href="'.$main_url.'articles/show/'.$row['id'].'">'.$row['title'].''."\n"; echo ' <em>'.$row['subtitle'].'</em>'."\n"; echo ' <span>Added on 2007-06-03 by roScripts</span></a>'."\n"; echo ' </li>'."\n"; } echo ' </ul>'."\n"; echo ' </div>'."\n"; endif; endif; endif; ?>
  4. Ok Im using Mysql 5.0 Im trying to install roScripts Ajax Autosuggest but Im running into some problems. I am an elite HTML coder but Im clueless when it comes to real code. I made the database, filled in the database info in the db.php file, ran the sql.sql query succesfully. went to the index typed in a query and nothing. Am I doing something wrong? How would I make a list of search suggestions? I think Im supposed to do something in Mysql but I have no idea what. :-\ Here is a link to the place where I got the code http://www.roscripts.com/Ajax_autosuggest_autocomplete_from_database-154.html And here is where Im fiddling around with it http://www.plentyoftorrents.com/autosuggest/index.php Thanks.
  5. [-_-]

    RESOURCES

    This is a good tool for when your setting the background colors in your css. It takes the guess work out and it has a mock site preview to let you see how your colors will look together. [url=http://www.colorspire.com/color-schemes/creator/]http://www.colorspire.com/color-schemes/creator/[/url]
  6. I have no idea why but my css for my table keeps styling my adbrite ads which are below my table. My table is in divs so it shouldnt be doing this. Am I doing something wrong? Heres the link to the table, scroll down for the ads. It has a hover over effect too. http://www.plentyoftorrents.com/general.htm#dir heres the css in the head. <style type="text/css"> INPUT,SELECT,TEXTAREA{ background:white; color: #006699; } /* 160x600 ad begins*/ #longad{ border:1px solid #E3E7E7; margin-bottom:2px; margin-top:10px; padding:0px 0px 0px 0px; height:610px; width:164px; } /*160x600 ad ends*/ #bottomad{ border:1px solid #E3E7E7; margin-bottom:1px; margin-top:1px; padding:1px 1px 1px 1px; height:217px; width:450px; } </style> <style type="text/css"> table{border-collapse:collapse} td,th{border:1px solid #C8C8C8 ;padding:5px} table tr:hover td{ background:#F8F8F8; } </style> <script type="text/javascript" src="sortabletable.js"></script> </head> the html table <div id="table"> <a id="dir"></a> <center><a href="#"><b>General...</b></a> | <a href="#"><b>Anime...</b></a></center> <table cellspacing="1" cellpadding="2" class="" id="myTable" width="470"> <thead> <tr> <th class="c1"> <a href="#"><font color="black">Site</font></a></th> <th class="c2"> <a href="#"><font color="black">Language</font></a></th> <th class="c3"> <a href="#"><font color="black">Rating</font></a></th> <th class="c4"> <a href="#"><font color="black">Status</font></a></th> <th class="c5"> <a href="#"><font color="black">Category</font></a></th> </tr> </thead> <tbody> <tr class="r1"> <td class="c1"><a href="http://Bitenova.nl"> bitenova.nl</a></th> <td class="c2"> <span class="hideFromScreen" style="display:none">en</span><img src="./16/u/United Kingdom.png" border="0"></th> <td class="c3"><span class="hideFromScreen" style="display:none">8</span><img src="tableimg/sr8.png"alt="8"/></th> <td class="c4"> public</th> <td class="c5"><a href="./general.php#general"> general</a></th> and finally the adbrite ad. <div id="bottomad"> <!-- Begin: AdBrite --> <style type="text/css"> .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #3D81EE;} .adText {font: normal 10pt Arial; text-decoration: none; color: #66B5FF;} </style> <script type="text/javascript" src="http://ads.adbrite.com/mb/text_group.php?sid=53424&br=1&dk=44444444444444444444635454545435435345&col=2"> </script> <div><a class="adHeadline" target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=534234&afsid=1">Your Ad Here</a></div> <!-- End: AdBrite --> </div> ???
  7. Its not from mysql just some css and html. I want to make it look random on every page reload so it kind of looks like its always being updated. So aXXo would move over to where the first link is "adobe CS3" and adobe would move to where aXXo was and similar with other tags. Im looking at the random image rotator Im using for the banner right now to see If I can do it with that but just change jpg, gif to id="1", id="4".......
  8. Do you have a link to something similar or a tutorial that deals with arrays the way I need to use them? Im a total noob at php.
  9. Hi there. I have a search/tag cloud on my website and Im trying to randomly move the content of my div around everytime someone reloads the page. The tag links are contained in spans and each have an id and class. Heres a sample of the code. <span id="120" class="tagcloud0"><a href="http://www.plentyoftorrents.com/results_new.php?site=Btmon&q=pukka#tagcloud">pukka</a></span> <span id="121" class="tagcloud0"><a href="http://www.plentyoftorrents.com/results_new.php?site=Btjunkie&q=pc%20games#tagcloud">PC games</a></span> <span id="122" class="tagcloud0"><a href="http://www.plentyoftorrents.com/results_new.php?site=Btjunkie&q=Adobe%20Creative%20Suite%202%20Premium#tagcloud">adobe creative suite 2 premium</a></span> Just hundreds of lines like that. Is there any simple way of doing this? maybe like the php image rotater? Heres a link to the cloud http://www.plentyoftorrents.com/cloud.php Thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.