Sie sind nicht angemeldet.

441

20.10.2008, 01:44

http://www.brauerei-altenburg.de/





ANMERKUNG: bitte erst ab 18 auf den link klicken, auf der seite befindet sich härtestes pr0nografischen materieal !!!!!!!!!!!!!!!!!!!!11111
I've got a heart on for you

442

20.10.2008, 17:04

<?php */?>
Wir müssen [...] der Versuchung widerstehen, ein Geflecht von Gesetzen herzustellen, hinter dem eines Tages die Freiheit unsichtbar wird. - Helmut Schmidt[/size]

444

20.10.2008, 17:43

"images/box_slide_up.gif"
Wir müssen [...] der Versuchung widerstehen, ein Geflecht von Gesetzen herzustellen, hinter dem eines Tages die Freiheit unsichtbar wird. - Helmut Schmidt[/size]

446

20.10.2008, 20:24

Und nochmal 'n paar Bsp.:
Radio Inputs und ganze Formulare
eine Galerie
und sogar der beliebte Reflexionseffekt bei Bildern
Wir müssen [...] der Versuchung widerstehen, ein Geflecht von Gesetzen herzustellen, hinter dem eines Tages die Freiheit unsichtbar wird. - Helmut Schmidt[/size]

448

21.10.2008, 09:35

Wir müssen [...] der Versuchung widerstehen, ein Geflecht von Gesetzen herzustellen, hinter dem eines Tages die Freiheit unsichtbar wird. - Helmut Schmidt[/size]

449

22.10.2008, 22:19

grün augen, grüner mund, grüne nase...das kann doch nur eine vogel sein, is ne tomate sieht man ja!

450

23.10.2008, 12:15

while (!($(src).find(applyTo).hasClass("Box")))
Wir müssen [...] der Versuchung widerstehen, ein Geflecht von Gesetzen herzustellen, hinter dem eines Tages die Freiheit unsichtbar wird. - Helmut Schmidt[/size]

452

23.10.2008, 20:09

das is weniger ´n avid
Wir müssen [...] der Versuchung widerstehen, ein Geflecht von Gesetzen herzustellen, hinter dem eines Tages die Freiheit unsichtbar wird. - Helmut Schmidt[/size]

454

19.11.2008, 10:10

Wir müssen [...] der Versuchung widerstehen, ein Geflecht von Gesetzen herzustellen, hinter dem eines Tages die Freiheit unsichtbar wird. - Helmut Schmidt[/size]

SeToY

Wer immer tut, was er schon kann, bleibt immer das, was er schon ist.

  • Nachricht senden

455

19.11.2008, 10:53

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?php
/*
 ########################################################################
#                                                                        #
#           Version 4       /                        /   /               #
#          -----------__---/__---__------__----__---/---/-               #
#           | /| /  /___) /   ) (_ `   /   ) /___) /   /                 #
#          _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___               #
#                       Free Content / Management System                 #
#                                   /                                    #
#                                                                        #
#                                                                        #
#   Copyright 2005-2006 by webspell.org                                  #
#                                                                        #
#   visit webSPELL.org, webspell.info to get webSPELL for free           #
#   - Script runs under the GNU GENERAL PUBLIC LICENSE                   #
#   - It's NOT allowed to remove this copyright-tag                      #
#   -- http://www.fsf.org/licensing/licenses/gpl.html                    #
#                                                                        #
#   Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at),   #
#   Far Development by Development Team - webspell.org                   #
#                                                                        #
#   visit webspell.org                                                   #
#                                                                        #
 ########################################################################
*/
?>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr align="left" valign="top">
        <td>Checking CHMOD: </td>
        <td rowspan="2"><div style="overflow:scroll;height:450px"><table align="center" border="0" width="100%">
          <tr>
            <td class="item">Checking requirements:</td>
            <td align="left">&nbsp;</td>
          </tr>
          <tr>
            <td class="item">PHP version >= 4.2.0</td>
            <td align="left"><?php echo phpversion() < '4.2' ? '<b><font color="red" size="2">No</font></b>' : '<b><font color="green" size="2">Yes</font></b>';?></td>
          </tr>
          <tr>
            <td class="item">MySQL support</td>
            <td align="left"><?php echo function_exists( 'mysql_connect' ) ? '<b><font color="green" size="2">Available</font></b>' : '<b><font color="red" size="2">Unavailable</font></b>';?></td>
          </tr>
          <tr>
            <td class="item">&nbsp;</td>
            <td align="left">&nbsp;</td>
          </tr>
          <tr>
            <td class="item">_mysql.php </td>
            <td align="left"><?php
	if (@file_exists('../_mysql.php') &&  @is_writable( '../_mysql.php' )){
		echo '<b><font color="green" size="2">Writeable</font></b>';
	} else if (is_writable( '..' )) {
		echo '<b><font color="green" size="2">Writeable</font></b>';
	} else {
		echo '<b><font color="red" size="2">Unwriteable</font></b><br /><span class="small">_mysql.php has to be writeable or webspell cannot be installed.</span>';
    } ?>
            </td>
          </tr>
          <tr>
            <td>_settings.php </td>
            <td align="left"><?php
	if (@file_exists('../_settings.php') &&  @is_writable( '../_settings.php' )){
		echo '<b><font color="green" size="2">Writeable</font></b>';
	} else if (is_writable( '..' )) {
		echo '<b><font color="green" size="2">Writeable</font></b>';
	} else {
		echo '<b><font color="red" size="2">Unwriteable</font></b><br /><span class="small">_settings.php has to be writeable or webspell cannot be installed.</span>';
    } ?>
            </td>
          </tr>
          <tr>
            <td valign="top" class="item">_stylesheet.css </td>
            <td align="left"><?php
	if (@file_exists('../_stylesheet.css') &&  @is_writable( '../_stylesheet.css' )){
		echo '<b><font color="green" size="2">Writeable</font></b>';
	} else if (is_writable( '..' )) {
		echo '<b><font color="green" size="2">Writeable</font></b>';
	} else {
		echo '<b><font color="red" size="2">Unwriteable</font></b><br /><span class="small">_stylesheet.css has to be writeable or webspell will not be working correctly.</span>';
    } ?>
            </td>
          </tr>
          <tr>
            <td colspan="2" valign="top" class="item">&nbsp;</td>
          </tr><tr><td colspan="2" valign="top" class="item"><b>Setting chmod...</b></td><tr>
          	<tr><td colspan="2" valign="top" class="item">
<?php
$chmodfiles = Array('admin/games.php','admin/partners.php','admin/ranks.php','admin/rubrics.php','myprofile.php','admin/styles.php','admin/squads.php','admin/static.php','admin/update.php','demos/','downloads/','upload.php','sponsors.php','partners.php','html/','tmp/','admin/gallery.php','images/gallery/large','images/gallery/thumb','usergallery.php','images/bannerrotation','admin/smileys.php','admin/countries.php','admin/bannerrotation.php','demos.php','install/step06.php','images/flags','images/articles-pics','images/news-pics','images/news-rubrics','images/avatars','images/userpics','images/squadicons','images/partners','images/links','images/linkus','images/games','images/icons/ranks','images/banner','images/clanwar-screens','images/smileys','images/sponsors','_mysql.php','_stylesheet.css');
sort($chmodfiles);
foreach($chmodfiles as $file) {
 echo '-> '.$file.'<br>';
 if(!@chmod('../'.$file, 0777)) $error[]=$file.'<br>';
}
?>        
					</td></tr>
					<tr>
            <td colspan="2" valign="top" class="item">&nbsp;</td>
          </tr>
          <tr>
<?php
if($error) {
	sort($error);
  echo '<td colspan="2" valign="top" class="item"><b>There are some errors.</b> <br>Please ensure, that following folders are completely writeable (CHMOD 777):</td>';
  foreach($error as $value) echo '<tr><td valign="top" class="item"><font color="red" size="2">'.$value.'</font></td><td align="left"></td></tr>';
} else echo '<td colspan="2" valign="top" class="item"><font color="green">Successfully done!</font></td>';
?>		
					</tr>
        </table>
        </div>
       </td>
      </tr>
    </table>
Automatic CHMOD failed! Please set CHMOD 777 to folders and CHMOD 766 to files shown above.
<input type="hidden" name="hp_url" value="<?php echo str_replace('http://','',$_POST['hp_url']); ?>">
  <br><br><a href="javascript:document.ws_install.submit()"><img src="images/continue.gif" width="136" height="28" border="0"></a>
Ja, ich fürchte den Tod! Vielmehr bedrückt mich jedoch die Ungewissheit, was danach ist. Ich glaube nicht an Gott, Seelenübertragung oder sonstigen Hokuspokus. Damit stellt der Tod für mich das ultimative Ende dar. Und darauf habe ich nun wirklich keinen bock.

This is ten percent luck, twenty percent skill,
Fifteen percent concentrated power of will,
Five percent pleasure, fifty percent pain,
And a hundret percent reason to remember the name!

457

19.11.2008, 18:08

Tocotronic - [Tocotronic 2002 #02] Alles wird in Flammen Stehen
Wir müssen [...] der Versuchung widerstehen, ein Geflecht von Gesetzen herzustellen, hinter dem eines Tages die Freiheit unsichtbar wird. - Helmut Schmidt[/size]

Liv91

Schüler

Beiträge: 59

Wohnort: Odenwald

Beruf: Schülerin

  • Nachricht senden

458

19.11.2008, 19:44

"Religionskriege sind Konflikte zwischen erwachsenen Menschen, bei denen es darum geht, wer den cooleren imaginären Freund hat."

459

19.11.2008, 22:49

Wir müssen [...] der Versuchung widerstehen, ein Geflecht von Gesetzen herzustellen, hinter dem eines Tages die Freiheit unsichtbar wird. - Helmut Schmidt[/size]