16.03.2014 |
Dominik
Changeling
Beiträge: 940
Registriert seit: 02. Nov 2013
|
RE: Poste dein STRG-V
im a tomatoe.
Guess who's back. Back again.
|
|
|
17.03.2014 |
Golden Bell
Wonderbolt
Beiträge: 2.350
Registriert seit: 13. Sep 2011
|
RE: Poste dein STRG-V
[/align]
|
|
|
17.03.2014 |
FlaK
AAA
Beiträge: 1.976
Registriert seit: 02. Apr 2013
|
RE: Poste dein STRG-V
Deine Wissenschaftler sehen den neuen Bundestag nicht ohne Mikroskop.
|
|
|
17.03.2014 |
Dominik
Changeling
Beiträge: 940
Registriert seit: 02. Nov 2013
|
RE: Poste dein STRG-V
Guess who's back. Back again.
|
|
|
17.03.2014 |
Piet.Lu
Kapoonyknuddler
Beiträge: 2.134
Registriert seit: 08. Nov 2012
|
RE: Poste dein STRG-V
Trenk aus der Serie ?
Thekla aus der Serie ?
leckerem Essen ?
|
|
|
19.03.2014 |
Jannes1503
Ponyville Pony
Beiträge: 147
Registriert seit: 10. Apr 2012
|
RE: Poste dein STRG-V
<?php
include('simple_html_dom.php');
$html = file_get_html('http://pure-anime.biz/index.php/animelist');
$site = $html->find('table[class=animeindex]', 0);
$linkarray = array();
$removestr = array(' Ger Sub', ' Ger sub', 'Ger Sub', ' folder');
foreach($site->find('a[href^=http://]') as $link){
$all = explode("\"", utf8_decode($link));
if( strpos(strtolower($all[3]), 'eng sub') === FALSE) {
$all[3] = str_replace($removestr, '', $all[3]);
$linkarray[] = array('title' => $all[3], 'url' => $all[5]);
}
}
$verbindung = mysql_connect("localhost", "root", "")
or die ("Connection to database failed!");
mysql_select_db("jannessql2")
or die ("Connection to database failed!");
mysql_query("DROP TABLE anime_list");
mysql_query("CREATE TABLE IF NOT EXISTS anime_list(
id INT AUTO_INCREMENT NOT NULL PRIMARY KEY,
title TEXT,
url TEXT
)");
foreach($linkarray AS $mysqlinsert) {
mysql_query("INSERT INTO anime_list (title, url) VALUES ('$mysqlinsert[title]', '$mysqlinsert[url]')");
}
mysql_close($verbindung);
?>
|
|
|
19.03.2014 |
Mew
Ponyville Pony
Beiträge: 221
Registriert seit: 10. Feb 2014
|
RE: Poste dein STRG-V
Prepare for trouble, and make it double
To protect the world from devastation,
To unite all people within our nation,
To denounce the evil of truth and love,
To extend our reach to the stars above
JESSE! JAMES!
Team Rocket blasts off at the speed of light,
Surrender now, or prepare to fight
//Das wollte ich vor ner Stunde irgendwie in mein Profil einbauen, habs dann doch gelassen
|
|
|
19.03.2014 |
Rapti
Brinkhoffskadse
Beiträge: 1.713
Registriert seit: 19. Jun 2012
|
RE: Poste dein STRG-V
Aber ich kann mir tatsächlich nicht vorstellen, dass
(19.03.2014)Mew schrieb: Prepare for trouble, and make it double
To protect the world from devastation,
To unite all people within our nation,
To denounce the evil of truth and love,
To extend our reach to the stars above
JESSE! JAMES!
Team Rocket blasts off at the speed of light,
Surrender now, or prepare to fight
//Das wollte ich vor ner Stunde irgendwie in mein Profil einbauen, habs dann doch gelassen
(19.03.2014)Mew schrieb: //Das wollte ich vor ner Stunde irgendwie in mein Profil einbauen, habs dann doch gelassen
(19.03.2014)Mew schrieb: //
Coder detected :I
|
|
|
19.03.2014 |
Rapti
Brinkhoffskadse
Beiträge: 1.713
Registriert seit: 19. Jun 2012
|
RE: Poste dein STRG-V
Warum lässt Trenk dich schon wieder Listen erstellen?
|
|
|