DATABASE
The SQL-Database is the central storage unit and contains all search-results as well as results of the analysing process.
Furthermore all crucial information about the generated web-pages are stored herein. These are the tables:
users
user data, name, password, email
usr_id automatic,int,index,unique
usr_name Name des Benutzers,char(30),index,unique
usr_pw Passwort des Benutzers,tinytext
usr_mail E-Mail des Benutzers,tinytext

accounts
online webspace where new content is being put
ac_id automatic,int,index
ac_name username der free-webspaces
ac_pw password der free-webspaces,tinytext
ac_ftp ftp-adresse des free-webspaces,tinytext
ac_used
Flag verhindert Upload (Skriptgesteuert),int(1),index
ac_http Weblink des FTP-Accounts,text
status
TraceNoiser process-status: 0 to 8
st_id automatic,int,index
st_string Status 0-8,tinytext
main
generated clones information
main_id eine Search-ID für jeden Suchprozess, automatic
main_date Datum der Ersteingabe, automatic
main_usr_id zugehörige USER-Id (optional)
main_generation int
main_weblink tinytext
main_ac_id int
main_html text
main_st_id int
url
weblink of search-results
url_id automatic,int,index
url_main_id zugehörige Search-ID von Tabelle main,int,index
url_link Absolute URL der gefundenen Webpages,text
input
keywords for search
in_id int,automatic,index
in_main_id zugehörige Search-ID von tabelle main,int,index
in_keyword Start-Information für Suche (Anzahl beliebig),tinytext
keyword
keyword from analysing process
keyword_id automatic,int,index
keyword_main_id zugehörige main-ID,int,index
keyword Stichworte, die sich aus der Analyse ergeben,tinytext
keyword_infog globale Wahrscheinlichkeit des Stichwortes,float (11,9)
keyword_html html-File zum Thema,text
keyword_size html-File zum Thema,int
images
images of resultpages
img_id automatic,int,index
img_url_id zugehörige URL von Tabelle url,int,index
img_used ob bild verwented wird,int(1),index
img_link absolute URL der Bilder auf der Seite
text
text of resultpages
tx_id automatic,int,index
tx_main_id int,index
tx_url_id zugehörige URL von Tabelle URL,int,index
tx_word anzahl wörter im text,int,index
tx_text Rohtext ohne Formatierungen,longtext
tx_lang sprache des text,char(2),index
wordcount
thematical relevances of found pages
wordcount_id automatic,int,index
wordcount_tx_id zu welcher text gehörend,int,index
wordcount_keyword_id welches keyword in keyword,int,index
wordcount_infog durchschnittl. Vorkommen des Stichwortes in der URL (Wichtigkeit/Relevanz),float(11,9)
globalurl
further links on resultpages
g_id automatic,int,index
g_url_id zugehörige URL von Tabelle url,int,index
g_used ob url in page benutzt,int(1),index
g_string die url, text
mailurl
further mails on resultpages
m_id automatic,int,index
m_url_id zugehörige URL von Tabelle url,int,index
m_used ob mail in page benutzt,int(1),index
m_string die mailadresse, tinytext