TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,963
  • Latest: BiZaJe
Stats
  • Total Posts: 195,917
  • Total Topics: 21,308
  • Online today: 884
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 1
  • Guests: 210
  • Total: 211
  • @rjen

Add Wikipedia To Your Site.

Started by Xarcell, April 26, 2006, 12:19:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Xarcell

Can you copy and paste your result script for me again. I just wanna make sure it's the same as what I had.

PHP Article "Result Wiki":

$search_string=$_REQUEST['title'];

$sss=array("http://www.serebella.com/cyclo_script/article.php?title=",$search_string);
$ssss=implode('',$sss);
if($search_string=="")$ssss="http://www.serebella.com/cyclo_script/topics.html";
$file = fopen ($ssss, "r");
if (!$file) {
    echo "<p>Unable to open remote file.n";
    exit;
}

$html_code="";
while (!feof ($file))
   {
    $line = fgets ($file, 1024);
    $array = array($html_code, $line);
    $html_code = implode(' ', $array);
   }

fclose($file);

echo '<div style="background: white; border: solid 3px #d0d0d0; padding: 30px;">'.$html_code.'</div>';

StanJ

Can we put our own adsense number in???

Xarcell

No, that's how the author of the script gets compensation for writing the script.




RoarinRow


SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

RoarinRow

#54
I tried a search using two words such as 'United States' and get this back:

Unable to open remote file.n

Any ideas?   :o

Edit - same thing happens here - http://www.tinyportal.net/smf/index.php?page=31

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

bloc

You need to replace any spaces with %20. So search for "united%20states", not "united states".

RoarinRow

Quote from: Bloc on August 22, 2006, 11:06:23 PM
You need to replace any spaces with %20. So search for "united%20states", not "united states".

Wow, I wouldn't have known that in a million years, thanks Bloc!   :up:

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

Joshsux

i don't understand, is this adding the WHOLE wikipedia to your website? is there a demo of it? i saw a link on the front page but its only 1 article? wikipedia is pretty Effin big, what / how does it work? can somebody show me it in action? i would love to have a whole wikipediao n the site

bloc

No, its not the whole thing lol..rather a script that search, collect and presents the results from Wikipedia - within your site.

Joshsux

ohhhh lol! i thought it was too good to be true i was going to say "Oh my god, how the heck can somebody steal the whole wikipedia, lmao.

This website is proudly hosted on Crocweb Cloud Website Hosting.