BBCodeBox3

prosilver | subsilver2

Willkommen und Guten Abend, Guest  Beim nächsten Piep ist es zwischen 21:00 und 22:00 Uhr

It is currently Thu 1. May 2025, 21:11

All times are UTC + 1 hour [ DST ]




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
PostPosted: Wed 24. Feb 2010, 04:32 
Administrator
User avatar

Posts: 427

Last 3 Topics:
Tabmenu Test
[Snippet] Avatar Ev...
[DEV] Zero and X-P...

Joined:
Sun 13. Jan 2008, 23:44

GeoCache ID Link as Website Title

Request by Coren

Mit diesem Snippet könnt ihr eine GeoCache ID in das Post einfügen, der automatisch den betreffenden Link erzeugt und diesen als Title der betreffenden Website anzeigt.

Beispiel

Diese GeoCache ID..
Code:
[cache]GC1GB2F[/cache]


ergibt dann..
GC1GB2F Schicksale der Wissenschaft - Mathematischer2Kampf (Mystery/Puzzle Cache) in Berlin, Germany created by sk81

Screen: http://4seven.bplaced.net/pix/cache_1.png

Bedingung: allow_url_fopen muss aktiviert sein



Anleitung:

1. Erstelle eine BBCode

BBCode
Code:
[cache]{IDENTIFIER}[/cache]


Html Ersetzung
Code:
{IDENTIFIER}


2. Öffne

viewtopic.php

Finde

Code:
// Output the posts
$first_unread = $post_unread = false;
for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i)
{


Davor füge ein

Code:
// GeoCache ID Link as Website Title / 4seven / 2009
function getTitleTag($uwebsite) {   
   $uhtml = implode("", file(html_entity_decode($uwebsite)));
   if (preg_match("/<title>(.*)<\/title>/isU", $uhtml, $utitle)){
   $utitletag = trim($utitle[1]);
   return '<a href="' . $uwebsite . '">' . $utitletag . '</a>';}}
// GeoCache ID Link as Website Title / 4seven / 2009


Finde

Code:
$message = censor_text($row['post_text']);


Dahinter füge ein UPDATE

Code:
// GeoCache ID Link as Website Title / 4seven / 2009
if((preg_match("#\[cache:#", $message)) && preg_match("#\[\/cache:#", $message)){
$message = preg_replace("/\[cache:(.*?)\](.*?)\[\/cache:(.*?)\]/eU",   'getTitleTag("http://www.geocaching.com/seek/cache_details.aspx?wp=\\2")', $message);}
// GeoCache ID Link as Website Title / 4seven / 2009


3. Alle Caches leeren


Top
 Profile  
 
PostPosted: Wed 24. Feb 2010, 04:37 
Administrator
User avatar

Posts: 427

Last 3 Topics:
Tabmenu Test
[Snippet] Avatar Ev...
[DEV] Zero and X-P...

Joined:
Sun 13. Jan 2008, 23:44

UPDATE ist rot gefärbt


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
POWERED_BY
[ Time : 0.017s | 19 Queries | GZIP : Off | Board-Version: 3.0.7 PL1 ]