Register for your free account! | Forgot your password?

You last visited: Today at 16:14

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Code-Problem

Discussion on Code-Problem within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
R33D's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 137
Received Thanks: 2
Code-Problem

Hi leute ich hab ma ne frage, weis einer von euch wie ich in einer index-Datei an geben muss, das man was downloaden kann?? weil ich will ne index schreiben, das man sich verschiedene schachen von meinem FTP ziehen kann!! ^^ nur ich weis leider den Befahl net, das das dann funzt!!

Bitte um hilfe!!
R33D is offline  
Old 02/20/2008, 17:41   #2
 
elite*gold: 0
Join Date: Nov 2007
Posts: 305
Received Thanks: 135
Machs einfach so ..

<a href="http://www.deinedomain.de/deinedatei.exe">Downloadlink</a> Downloadlink<br>

Quote:
<a href="http://www.deinedomain.de/deinedatei.exe">Downloadlink</a> Downloadlink<br>
Da muss der Dateiname stehen. Also z.b. die datei heißt R33D.exe
Dann muss dort auch stehen R33D.exe und wenn man draufklickt kann man die datei downloaden.

Quote:
<a href="ht tp://www.deine domain.d e/deinedatei.exe">Downloadlink</a> Downloadlink<br>
Und dort deine Domain... z.b. reed.de oder so ..

Hoffe ich konnte dir helfen ..

Mfg

klo30
klo30 is offline  
Old 02/20/2008, 17:59   #3
 
R33D's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 137
Received Thanks: 2
jo dank ioch werf es gleich ausprobieren!!!^^
ich sag dier dann bescheid, ob es geklappt hat!!^^
R33D is offline  
Old 02/20/2008, 18:22   #4
 
elite*gold: 0
Join Date: Nov 2007
Posts: 305
Received Thanks: 135
oki müsste eigentlich funzen
klo30 is offline  
Old 02/20/2008, 20:00   #5
 
R33D's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 137
Received Thanks: 2
ich weis echt net weiter guck ma ich hab ne index.html geschrieben un da is nen fehler drin! an was liegt das?
Hier is der Inhalt:

Quote:
<HTML>
<TITLE>
LOL
</TITLE>
<BODY>
<a href="http://www.the-public-forum.de.vu/downloads/Programme/Delphi/Delphi.rar">Delphi 7.0</a>
</BODY>
</HTML>
R33D is offline  
Old 02/20/2008, 20:04   #6
 
elite*gold: 0
Join Date: Nov 2007
Posts: 305
Received Thanks: 135
Moment ich teste was und gebe dir das richtige wieder

EDIT//

Hmm bei mir geht dein Code xD

Das ist schon richtig so ist alles weiß und oben links inner ecke von der seite ist dein Link....

Also was für ein Fehler soll denn da drin sein ?

EDIT2//

Du kannst das auch so machen dann ist der Link inner Mitte weiter unten ...


PHP Code:
<HTML>
<
TITLE>
LOL
</TITLE>
<
BODY>

<
br>
<
br>
<
br>
<
br>
<
center><a href="http://www.the-public-forum.de.vu/downloads/Programme/Delphi/Delphi.rar">Delphi 7.0</a></center>
</
BODY>
</
HTML
Mfg

klo30
klo30 is offline  
Old 02/20/2008, 20:05   #7
 
R33D's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 137
Received Thanks: 2
ok! kennst du dich gut mit HTML aus??
R33D is offline  
Old 02/20/2008, 20:08   #8
 
elite*gold: 0
Join Date: Nov 2007
Posts: 305
Received Thanks: 135
ja html kann ich eigentlich sehr gut
oben hab ich editiert
klo30 is offline  
Old 02/20/2008, 20:34   #9
 
R33D's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 137
Received Thanks: 2
cool da weis ich doch wen ich frag, wenn ich probs hab!! ^^ weil ich will mir nämlich HTML au anlernen!! ^^
ich kann bis jetzt nur php!
R33D is offline  
Old 02/20/2008, 20:38   #10
 
elite*gold: 0
Join Date: Nov 2007
Posts: 305
Received Thanks: 135
hehe joa html ist einfacher ...

wenn du fragen hast pm an mich im forum ^^
klo30 is offline  
Old 02/20/2008, 20:48   #11
 
R33D's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 137
Received Thanks: 2
alles klar!!! hast du au icq??? da kann ich dich schneller erreichen!!! ^^
R33D is offline  
Old 02/20/2008, 20:55   #12
 
elite*gold: 0
Join Date: Nov 2007
Posts: 305
Received Thanks: 135
ja hab ich :

351-236-615

heiße killgamer in icq
klo30 is offline  
Old 02/21/2008, 10:50   #13
 
R33D's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 137
Received Thanks: 2
jo hab dich!! ^^
R33D is offline  
Old 02/21/2008, 14:32   #14
 
elite*gold: 0
Join Date: Mar 2007
Posts: 567
Received Thanks: 48
PHP Code:
<HTML>
<
TITLE>
LOL
</TITLE>
<
BODY>

<
br>
<
br>
<
br>
<
br>
<
center><a href="http://www.the-public-forum.de.vu/downloads/Programme/Delphi/Delphi.rar">Delphi 7.0</a></center>
</
BODY>
</
HTML

Schon mal was davon gehört das <titel></titel> im <head></head> bereich drinnen stehen muss? xD

PHP Code:
<HTML>
   <
head>
      <
TITLE>LOL</TITLE>
   </
head>
   <
BODY>
      <
center>
         <
a href="http://www.the-public-forum.de.vu/downloads/Programme/Delphi/Delphi.rar">Delphi 7.0</a>
      </
center>
   </
BODY>
</
HTML

MFG
Ganf
Ganf is offline  
Old 02/21/2008, 14:36   #15
 
elite*gold: 0
Join Date: Mar 2007
Posts: 567
Received Thanks: 48
Quote:
ja html kann ich eigentlich sehr gut
oben hab ich editiert
hmm, dann hätte dir das mit den <head></head> auffallen müssen xD

<hr>

Quote:
Weil ich will mir nämlich HTML au anlernen!! ^^ ich kann bis jetzt nur php!
Naja, wie kann man sich PHP lernen ohne dazu HTML zu kennen? Imgrunde ist das das Gleiche wie wenn man beim Skaten einen Kickflip kann, aber keinen Olli kann xD

Mfg
Ganf
Ganf is offline  
Reply


Similar Threads Similar Threads
vb.net - problem im code
03/16/2010 - .NET Languages - 2 Replies
Hey Leute Um mich ein bisschen in XNA und Visual Basic umzuschauen hab ich versucht das Platform Game - Beispiel von C# XNA Game Studio zu übersetzen (gibt im inet en übersetzer, is recht leicht weil ja beide codes in einen gleichen zwischencode übersetzt werden beim compilieren) so, nun hab ich alle klasen übersetzt und hinzugefügt, zeigt auch keine fehler an außer bei einer Zeile: Imports System Imports Microsoft.Xna.Framework Imports Microsoft.Xna.Framework.Graphics Namespace...
Problem With A Code
12/09/2009 - CO2 Private Server - 4 Replies
Hey guys i been trying to figure out the Weekly Pk Event for all the classes But im not sure if i quite got it ._. heres what i got so far #region Pk Event if (DateTime.Now.DayOfWeek == DayOfWeek.Friday) { GC.MyChar.OpenWindow("Class pk war is about to begin! Will you join it?");
Finding the problem with this code...
10/16/2009 - AutoIt - 1 Replies
Hi, i was trying something basic with this code but it does not seem to work and i would like to know if any experienced people with AutoIT and user32.dll could help me out... i found this code in this forums and was trying to send "o down and up" to notepad basic getting it is handle using the window title. I DO realise that there is SEND and CONTROLSEND but that does not solve my problem it has to be with user32.dll Thanks for any help.
Mob appear code, problem with bot IQ
08/30/2009 - Kal Online - 12 Replies
Hello, I've got problem with my bot IQ. Sometimes he is trying to attack mobs on map that are not visible (used 2nd kal client to check it). Sometimes he dont see the nearest mob near him. Especially when aggresive mobs attack my bot. I've filtered the mob list and when X or Y are inproper like: Mob: ID 19351432 X 233 Y 256555 Z 0 HP 207 Mob: ID 1483628888 X 16805481 Y 260840 Z 0 HP 3 Mob: ID 19298786 X -66 Y 257724 Z 0 HP 243
problem beim code
11/09/2008 - Metin2 Private Server - 1 Replies
hi, ahb code problem: -> bin kein admin, kann nicht installieren. kann einer von euch den code holen? Link: http://img504.imageshack.us/img504/9671/neubitmap2 sl7.png Bitte.. 7 thanks bekommst dann.



All times are GMT +2. The time now is 16:14.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.