Jetzt kostenlos Anmelden!


petra

lernt alles kennen

Beiträge: 59

PHPKIT Version: 1.6.1

1

Donnerstag, 10. Januar 2008, 21:10

Bilderupload funktioniert nicht

Ich habe die gleichen Bilderupload wie ein Freund von mir. Ich habe auch genau so alles eingebaut wie er, nur meine URL eingegeben.
Trotzdem klappt es bei mir nicht mit dem uploaden.
Wenn ich bei mir mit der Maus über den Schalter "Bild hochladen" fahre, erscheint folgender Link:http://muskulus.mu.funpic.de/java script:eKiwi()
Bei meinem Freund erscheint an der selben Stelle nur:java script:eKiwi()
Klicke ich dann auf meinem Link erscheint nur: Seite nicht gefunden
Kann mir da jemand helfen??
Ich hänge mal die newpost.htm und die editpost.htm an

newpost.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
72
73
74
75
76
77
78
79
80
81
82
83
84
<script language="Javascript" src="fx/main.js"></script>
<table class="forumbody" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="heads" colspan="2">$action_type</td>
</tr>
$post_error
<form id="pkform" method="post" name="myform" action="include.php?path=forumsnewpost">
<input type="hidden" name="post_uid" value="$post_uid" />
<input type="hidden" name="catid" value="$catid" />
<input type="hidden" name="threadid" value="$threadid" />
<input type="hidden" name="replyto" value="$replyto" />
$cat_option
$user_info
<tr>
<td class="left" width="15%">Titel</td>
<td class="right" width="85%">
<input type="text" name="post_title" value="$post_title" size="20" style="width: 50%" /></td>
</tr>
<tr>
<td class="left">Icon</td>
<td class="right">
<table border="0" cellspacing="0" cellpadding="2">
$theme_icon
</table>
</td>
</tr>
<tr>
<td class="left" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Nachricht</td>
</tr>
</table>
</td>
<td class="right">
<table border="0" cellspacing="2" cellpadding="0" width="100%">
<tr>
<td width="80%" valign="top"><textarea id="pkBBArea" name="content" cols="40" rows="20" wrap="virtual" onfocus="pkBBSelection(this);" onclick="pkBBSelection(this);" onchange="pkBBSelection(this);" ondblclick="pkBBSelection(this);">$post_text</textarea></td>
<td width="20%" valign="top">$sign_format</tr>
</table>
</td>
</tr>
<tr>
<td height="69" valign="top" class="left">Optionen</td>
<td class="right">
<table border="0" cellspacing="2" cellpadding="0">
<tr>
<td><input class="checkbox" type="checkbox" value="1" name="post_notify" $notify/></td>
<td class="small"> per E-Mail über Antworten benachrichtigen</td>
</tr>
$option_notify
$option_bbcode
$option_smilies
$option_vote
</table>
<table width="100%" border="1">
<tr bgcolor="#FF0000">
<td width="15%" height="23" nowrap>
<div align="center">
<script LANGUAGE="JavaScript">
function eKiwi() {
fenster = window.open("http://muskulus.mu.funpic.de/upload.php","PopUp","width=900,height=480,menubar=no,toolbar=no,scrollbars=yes,status=no, resizable=no,location=no,hotkeys=yes")

}
</script></head>
<a href="java script:eKiwi()"><b><font color="#000000">Bild hochladen</font></b></a></div>
</div></td>
<td width="85%" nowrap> <div align="center"><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Bitte</strong>
Bilder die ihr hier im Forum einfügt, auch <strong>unbedingt</strong>
hier hochladen!</font></div></td>
</tr>
</table>

</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 type="submit" name="action" value="$lang[preview]"/>
<input type="hidden" name="preview" value="$lang[preview]"/></td>
</tr>
</form>
</table>


editpost.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
<script language="Javascript" src="fx/main.js"></script>

<table class="forumbody" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="heads" colspan="2">Beitrag editieren</td>
</tr>
<form method="post" name="myform" action="include.php?path=forumseditpost">
<input type="hidden" name="postid" value="$postid" />
$post_error $user_info
<tr>
<td class="left" width="20%">Titel</td>
<td class="right" width="80%"> <input type="text" name="post_title" value="$post_title" size="35" /></td>
</tr>
<tr>
<td class="left">Icon</td>
<td class="right"> <table border="0" cellspacing="0" cellpadding="2">
$theme_icon </table></td>
</tr>
<tr>
<td class="left" valign="top"> <table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Nachricht</td>
</tr>
</table></td>
<td class="right"> <table border="0" cellspacing="2" cellpadding="0" width="100%">
<tr>
<td width="80%" valign="top"><textarea id="pkBBArea" name="content" cols="60" rows="20" wrap="virtual" onfocus="pkBBSelection(this);" onclick="pkBBSelection(this);" onchange="pkBBSelection(this);" ondblclick="pkBBSelection(this);">$post_text</textarea></td>
<td width="20%" valign="top">$sign_format</td>
</tr>
</table></td>
</tr>
$editpost_option
<table width="100%" border="1">
<tr bordercolor="#FF0000" bgcolor="#FF0000">
<td width="15%" nowrap>
<div align="center">
<script LANGUAGE="JavaScript">
function eKiwi() {
fenster = window.open("http://muskulus.mu.funpic.de/upload.php","PopUp","width=900,height=480,menubar=no,toolbar=no,scrollbars=yes,status=no, resizable=no,location=no,hotkeys=yes")

}
</script></head>
<a href="java script:eKiwi()"><b><font color="#000000">Bild hochladen</font></b></a></div>
</div></td>

<td width="85%" nowrap>
<div align="center"><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Bitte</strong>
Bilder die ihr hier im Forum einfügt, auch <strong>unbedingt</strong>
hier hochladen!</font></div></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 type="submit" name="action" value="$lang[cancel]" />
<input type="hidden" name="cancel" value="$lang[cancel]" /></td>
</tr>
</form>
</table>
  • Zum Seitenanfang
  • Zum Seitenende

reddevil82 Männlich

BFM Stream Cheffe

Beiträge: 1 712

Geschlecht: Männlich

PHPKIT Version: 1.6.5

2

Donnerstag, 10. Januar 2008, 22:00

Ich gehe mal davon aus das du ein Popup öffnen möchtest. Muss dies unbedingt über JavaScript sein?
Seit 02.07.2010 Papa einer süssen Tocher !!!!

http://www.burnerfm.de

Mit den besten Hits der 80´s, 90´s und von heute. Plus einigen PHPKit Addons... uvm.
  • Zum Seitenanfang
  • Zum Seitenende

petra

lernt alles kennen

Beiträge: 59

PHPKIT Version: 1.6.1

3

Donnerstag, 10. Januar 2008, 22:08

Gibt es sonst noch ne gute Möglichkeit?? ?(
  • Zum Seitenanfang
  • Zum Seitenende

reddevil82 Männlich

BFM Stream Cheffe

Beiträge: 1 712

Geschlecht: Männlich

PHPKIT Version: 1.6.5

4

Donnerstag, 10. Januar 2008, 22:13

Versuchs mal mit

PHP-Quelltext

1
<a href="#" onclick="Fenster1=window.open('upload.php','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=640,height=480'); return false;">Bilder Upload</a>
Seit 02.07.2010 Papa einer süssen Tocher !!!!

http://www.burnerfm.de

Mit den besten Hits der 80´s, 90´s und von heute. Plus einigen PHPKit Addons... uvm.
  • Zum Seitenanfang
  • Zum Seitenende

petra

lernt alles kennen

Beiträge: 59

PHPKIT Version: 1.6.1

5

Donnerstag, 10. Januar 2008, 22:39

:thumbdown:
Aber das muss doch mit dem Pop up gehen. Bei meinem Kumpel gehts doch auch.
Ich denke das hat was mit dem Link "Bild hochladen" zu tun. Bei ihm zeigt es auf den Java script, und bei mir auf die ganze URL und den script.
  • Zum Seitenanfang
  • Zum Seitenende

petra

lernt alles kennen

Beiträge: 59

PHPKIT Version: 1.6.1

6

Freitag, 11. Januar 2008, 19:47

Kann denn keiner helfen? ;(
  • Zum Seitenanfang
  • Zum Seitenende

reddevil82 Männlich

BFM Stream Cheffe

Beiträge: 1 712

Geschlecht: Männlich

PHPKIT Version: 1.6.5

7

Freitag, 11. Januar 2008, 20:31

hast du überhaupt mal das von mir getestet weil das ist ein popup
Seit 02.07.2010 Papa einer süssen Tocher !!!!

http://www.burnerfm.de

Mit den besten Hits der 80´s, 90´s und von heute. Plus einigen PHPKit Addons... uvm.
  • Zum Seitenanfang
  • Zum Seitenende

petra

lernt alles kennen

Beiträge: 59

PHPKIT Version: 1.6.1

8

Samstag, 12. Januar 2008, 00:57

Ich habe es in der newpost und in editpost eingebaut. Kein Erfolg.
Vielleicht habe ich es ja auch falsch eingebaut?!
Wo genau ist es einzubauen?
  • Zum Seitenanfang
  • Zum Seitenende

reddevil82 Männlich

BFM Stream Cheffe

Beiträge: 1 712

Geschlecht: Männlich

PHPKIT Version: 1.6.5

9

Samstag, 12. Januar 2008, 13:27

nimm mal diese newpost.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
72
73
74
75
76
77
78
<script language="Javascript" src="fx/main.js"></script>
<table class="forumbody" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="heads" colspan="2">$action_type</td>
</tr>
$post_error
<form id="pkform" method="post" name="myform" action="include.php?path=forumsnewpost">
<input type="hidden" name="post_uid" value="$post_uid" />
<input type="hidden" name="catid" value="$catid" />
<input type="hidden" name="threadid" value="$threadid" />
<input type="hidden" name="replyto" value="$replyto" />
<p>$cat_option
$user_info </p>
<tr>
<td class="left" width="15%">Titel</td>
<td class="right" width="85%">
<input type="text" name="post_title" value="$post_title" size="20" style="width: 50%" /></td>
</tr>
<tr>
<td class="left">Icon</td>
<td class="right">
<table border="0" cellspacing="0" cellpadding="2">
$theme_icon
</table>
</td>
</tr>
<tr>
<td class="left" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Nachricht</td>
</tr>
</table>
</td>
<td class="right">
<table border="0" cellspacing="2" cellpadding="0" width="100%">
<tr>
<td width="80%" valign="top"><textarea id="pkBBArea" name="content" cols="40" rows="20" wrap="virtual" onfocus="pkBBSelection(this);" onclick="pkBBSelection(this);" onchange="pkBBSelection(this);" ondblclick="pkBBSelection(this);">$post_text</textarea></td>
<td width="20%" valign="top">$sign_format</tr>
</table>
</td>
</tr>
<tr>
<td height="69" valign="top" class="left">Optionen</td>
<td class="right">
<table border="0" cellspacing="2" cellpadding="0">
<tr>
<td><input class="checkbox" type="checkbox" value="1" name="post_notify" $notify/></td>
<td class="small"> per E-Mail über Antworten benachrichtigen</td>
</tr>
$option_notify
$option_bbcode
$option_smilies
$option_vote
</table>
<table width="100%" border="1">
<tr bgcolor="#FF0000">
<td width="15%" height="23" nowrap>
<div align="center">
<a href="#" onclick="Fenster1=window.open('upload.php','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=640,height=480'); return false;">Bilder Upload</a>
</div></td>
<td width="85%" nowrap> <div align="center"><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Bitte</strong>
Bilder die ihr hier im Forum einfügt, auch <strong>unbedingt</strong>
hier hochladen!</font></div></td>
</tr>
</table>

</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 type="submit" name="action" value="$lang[preview]"/>
<input type="hidden" name="preview" value="$lang[preview]"/></td>
</tr>
</form>
</table>
Seit 02.07.2010 Papa einer süssen Tocher !!!!

http://www.burnerfm.de

Mit den besten Hits der 80´s, 90´s und von heute. Plus einigen PHPKit Addons... uvm.
  • Zum Seitenanfang
  • Zum Seitenende

harryhirsch Männlich

findet sich zurecht

Beiträge: 100

Geschlecht: Männlich

PHPKIT Version: 1.6.4

10

Samstag, 12. Januar 2008, 13:49

was für ein Bilderuload ist das denn ? Würde den auch mal gerne testen.

Gruß

Christian
  • Zum Seitenanfang
  • Zum Seitenende