countclick( $url); header( "Location: " . $url); } if (( $_REQUEST["title"] != "" ) && ( $_REQUEST["url"] != "" )) { // have a new link if ($_REQUST["cat"] != "NONE") { if ($_REQUEST["cat"] == "NEW") { $cat = $db->newcategory( $_REQUEST["newcat"]); } else { $cat = $db->getcategory( $_REQUEST["cat"]); } $link = new link( $_REQUEST["url"], $_REQUEST["title"]); $cat->addlink( $link); header( "Location: /"); } } function print_cat( $cat) { print "
"; print "

$cat->title

"; print "

    "; foreach ( $cat->links as $link) { print "
  • $link->title
  • "; } print "

"; print "
"; } ?> my.mindmade.org

Willkommen auf my.mindmade.org

Wenn du nicht ich bist, ist diese Seite wohl nicht sehr interessant - Ausser du interessierst dich für fremde Linksammlungen :)

Google search

add new link

Kategorie:
     URL: ">      Titel: ">     

my.links

"; $i=0; foreach ($db->categories as $cat) { $i++; print ""; print_cat( $cat); print ""; if (($i) % 4 == 0) { print ""; } } print( ""); ?>