vergiss es...
das sind meine grafiken, mein code (sehe ich am quelltext) sowie einen optischen fehler der von mir stammt...
auch der imagepfad und die funktionen sind nachweißlich von mir.
lügner, mach das copyright dahin wo es hingehört oder deinstalliere die statusbalken anzeige.
ich glaube es hackt
das sind meine grafiken, mein code (sehe ich am quelltext) sowie einen optischen fehler der von mir stammt...
auch der imagepfad und die funktionen sind nachweißlich von mir.
lügner, mach das copyright dahin wo es hingehört oder deinstalliere die statusbalken anzeige.
ich glaube es hackt
ok, wenn dem so ist, hätte ich gerne den link, wo du die herhast.
hier noch nen beweiß:
deine admin.htm
und nun zum vergleich welche in meinem addon drin ist:
hier noch nen beweiß:
deine admin.htm
|
|
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 |
<tr> <td align="center" colspan="2"> <DIV id="admin" style= "display: none;"> <table class="standard" width="100%" cellspacing="1" cellpadding="4" border="0"> <form method="post" action="include.php?path=start.php"> <tr> <td class="left" width="50%">Titel der Fortschrittsanzeige:</td> <td class="left" width="50%"> <input type="text" name="titel" rows="0" class="w90" value="$titel" /></td> </tr> <tr> <td class="left" width="50%">Aktueller Prozent Status</td> <td class="left" width="50%"> <input type="text" name="showprozent" rows="0" style="width:30px;" maxlength="3" value="$showprozent" /> % in Zahl angeben (0-100)</td> </tr> <tr> <td class="left" width="50%">Read more Link De-/Aktivieren</td> <td class="left" width="50%"> <input class="radio" type="radio" name="infolink" value="1" $aktiv1> Aktiviert <input class="radio" type="radio" name="infolink" value="0" $aktiv0> Deaktiviert</td></td> </tr> <tr> <td class="left" width="50%">Forum Thread ID</td> <td class="left" width="50%"> <input type="text" name="linkthread" rows="0" style="width:30px;" maxlength="6" value="$linkthread" /> (Forenthread ID angeben // 0 = inaktiv)</td> </tr> <tr> <td valign="top" class="left" width="50%">Info Text<br /> <font class="small">BB Code und Smilies erlaubt</font></td> <td class="left" width="50%"> <textarea type="text" name="infotext" rows="5" class="w90" >$readtext</textarea></td> </tr> <tr> <td class="heads" colspan="2" width="100%">Anzeige Optionen</td> </tr> <tr> <td class="left" width="50%">Grafik des Fortschrittbalken<br /> <font class="small">Wähle die Grafik des Balken</small></td> <td class="left" width="50%"> <input class="radio" type="radio" name="imagebar" value="1" $image1> Image 1 <input class="radio" type="radio" name="imagebar" value="2" $image2> Image 2 <input class="radio" type="radio" name="imagebar" value="3" $image3> Image 3<br /> <input class="radio" type="radio" name="imagebar" value="4" $image4> Image 4 <input class="radio" type="radio" name="imagebar" value="5" $image5> Image 5 <input class="radio" type="radio" name="imagebar" value="6" $image6> Image 6</td> </tr> <tr> <td class="left" width="50%">Schriftfarbe im Fortschrittbalken</td> <td class="left" width="50%"> <input class="radio" type="radio" name="barfont" value="000000" $font0> Schwarz <input class="radio" type="radio" name="barfont" value="ffffff" $font1> Weiß <input class="radio" type="radio" name="barfont" value="0000FC" $font2> Blau <input class="radio" type="radio" name="barfont" value="ff0000" $font3> Rot</td> </tr> <tr> <td class="heads" colspan="2" align="center"> <input type="submit" name="action" value="$lang[save]" /> <input type="hidden" name="save" value="$lang[save]" /> <input name="reset" type="reset" value="$lang[reset]" /> </tr> </table></div> </td> </tr> |
und nun zum vergleich welche in meinem addon drin ist:
|
|
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 |
<tr> <td align="center" colspan="2"> <DIV id="admin" style= "display: none;"> <table class="standard" width="100%" cellspacing="1" cellpadding="4" border="0"> <form method="post" action="include.php?path=start.php"> <tr> <td class="left" width="50%">Titel der Fortschrittsanzeige:</td> <td class="left" width="50%"> <input type="text" name="titel" rows="0" class="w90" value="$titel" /></td> </tr> <tr> <td class="left" width="50%">Aktueller Prozent Status</td> <td class="left" width="50%"> <input type="text" name="showprozent" rows="0" style="width:30px;" maxlength="3" value="$showprozent" /> % in Zahl angeben (0-100)</td> </tr> <tr> <td class="left" width="50%">Read more Link De-/Aktivieren</td> <td class="left" width="50%"> <input class="radio" type="radio" name="infolink" value="1" $aktiv1> Aktiviert <input class="radio" type="radio" name="infolink" value="0" $aktiv0> Deaktiviert</td></td> </tr> <tr> <td class="left" width="50%">Forum Thread ID</td> <td class="left" width="50%"> <input type="text" name="linkthread" rows="0" style="width:30px;" maxlength="6" value="$linkthread" /> (Forenthread ID angeben // 0 = inaktiv)</td> </tr> <tr> <td valign="top" class="left" width="50%">Info Text<br /> <font class="small">BB Code und Smilies erlaubt</font></td> <td class="left" width="50%"> <textarea type="text" name="infotext" rows="5" class="w90" >$readtext</textarea></td> </tr> <tr> <td class="heads" colspan="2" width="100%">Anzeige Optionen</td> </tr> <tr> <td class="left" width="50%">Grafik des Fortschrittbalken<br /> <font class="small">Wähle die Grafik des Balken</small></td> <td class="left" width="50%"> <input class="radio" type="radio" name="imagebar" value="1" $image1> Image 1 <input class="radio" type="radio" name="imagebar" value="2" $image2> Image 2 <input class="radio" type="radio" name="imagebar" value="3" $image3> Image 3<br /> <input class="radio" type="radio" name="imagebar" value="4" $image4> Image 4 <input class="radio" type="radio" name="imagebar" value="5" $image5> Image 5 <input class="radio" type="radio" name="imagebar" value="6" $image6> Image 6</td> </tr> <tr> <td class="left" width="50%">Schriftfarbe im Fortschrittbalken</td> <td class="left" width="50%"> <input class="radio" type="radio" name="barfont" value="000000" $font0> Schwarz <input class="radio" type="radio" name="barfont" value="ffffff" $font1> Weiß <input class="radio" type="radio" name="barfont" value="0000FC" $font2> Blau <input class="radio" type="radio" name="barfont" value="ff0000" $font3> Rot</td> </tr> <tr> <td class="heads" colspan="2" align="center"> <input type="submit" name="action" value="$lang[save]" /> <input type="hidden" name="save" value="$lang[save]" /> <input name="reset" type="reset" value="$lang[reset]" /> </tr> </table></div> </td> </tr> |
ok, aber wie kommt man an so einen link? zumal ich auf der von dir geposteten seite keinen wirklichen download finden kann.
hast du kontakt zum dortigen webmaster? würde den gerne zusammen schei...en!
ich find ne frechheit, nicht nur das dort mein addon angeboten wird, nein sogar mit einferntem copyright.
bitte editiere oben den link, so das man nicht mehr zum download kommt. danke
hast du kontakt zum dortigen webmaster? würde den gerne zusammen schei...en!
ich find ne frechheit, nicht nur das dort mein addon angeboten wird, nein sogar mit einferntem copyright.
bitte editiere oben den link, so das man nicht mehr zum download kommt. danke
ohman, sowas kann einen aber auch den ganzen abend vermiesen. auch wenn es nur ein kleines pupsaddon ist, so hat es dennoch arbeit gemacht. und dann kommt son noob der nichtmal ne gescheide webseite basteln kann und alles voller sinnloser javascripte haut.
und ist vllt aam ende stolz auf sich weile er nen codeschnipsel aus ner frei zugänglichen datei entfernt.
soooooooooooooooooooooooooooooon hals
wär cool wenn man mal nen einblick in die download sektion bekommen könnte. kannst das auch gerne per IM schreiben.
mfg
und ist vllt aam ende stolz auf sich weile er nen codeschnipsel aus ner frei zugänglichen datei entfernt.
soooooooooooooooooooooooooooooon hals
wär cool wenn man mal nen einblick in die download sektion bekommen könnte. kannst das auch gerne per IM schreiben.
mfg

- 1
- 2



