• Free, unlimited storage, FTPs.
    286 replies, posted
[QUOTE=Maccabee;19185663]You type jaggerstep.info it's jaggerEstep.info. [editline]12:55AM[/editline] Notice the E. [editline]12:55AM[/editline] I did the same thing.[/QUOTE] Still doesn't work. [editline]01:59AM[/editline] Meh, I'll try this again when I'm sober.
Dam you radio, I was hoping for my legging porn tonight! Anyway good job on this, could you work on a better style? Who is your hosting company
Now when you create an FTP, it gives you a .reg file that is for use with FileZilla. When you run it with registry editor, it will add it to your quickconnect automatically. My hosting company is Xenonservers. I am not a web designer, only a programmer.
[QUOTE=jaggerestep;19186121]Now when you create an FTP, it gives you a .reg file that is for use with FileZilla. When you run it with registry editor, it will add it to your quickconnect automatically. My hosting company is Xenonservers. I am not a web designer, only a programmer.[/QUOTE] Your website is failing to respond to a ping. D: Or is it just me?
[QUOTE=jaggerestep;19186121]Now when you create an FTP, it gives you a .reg file that is for use with FileZilla. When you run it with registry editor, it will add it to your quickconnect automatically. My hosting company is Xenonservers. I am not a web designer, only a programmer.[/QUOTE] i'm a designer. Want me to design you something? Something real simple and clean. I'll just do it and show you. [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title> Free FTP | Form </title> <style type="text/css"> body{ background-color:#F1F1F1; color:#333333; font-family:helvetica, Arial; font-size:14px; } #main{ width:300px; margin: 0 auto; background-color:#FFFFFF; border: solid 1px #cccccc; padding:20px; margin-top:100px; } a{ color:#333333; font-family:Helvetica, Arial; font-size:62px; font-shadow: 5px; } input{ background-color:#F1F1F1; border: solid 1px #cccccc; width:100%; color:#333333; font-family:helvetica, Arial; font-size:14px; } #footer{ color:#666666; font-family:helvetica, Arial; font-size:9px; text-align:center; margin-top:10px; } </style> </head> <body> <div id="main"> <form action = "/ftp.php" method = "post"> Username/directory:<input type="text" name="account"><br /> Password: <input type="password" name="password"><br /> Retype Password: <input type="password" name="password2"><br /> <br /><input type = "submit"></form> </div> <div id="footer"> &copy; Copyright <?php echo date("Y") ?> jaggerestep, Inc. All rights reserved. </div> </body> </html> [/code] Simple, and you can just use that code, if you plan on only using it on that one page. If it was a full site, then you could put it into a php file and may want to put the css on a seperate stylesheet, I'm sure you know how to do that. If you want a full website, and I'm always happy to help. Of course, if you can't use php just replace with the php that displays the year with 09, and replace jaggerestep with whatever alias you want. And you might want to make a new folder called, ftp and make ftp.php just index.php so you can tell people to go to jaggerestep.info/ftp/ Looks way better imo. [img]http://imgkk.com/i/u4ai0C.png[/img]
[QUOTE=Maccabee;19186483]i'm a designer. Want me to design you something? Something real simple and clean. I'll just do it and show you.[/QUOTE] yeah, sure.
Glad to see you're back up again :3
Looks like a really nice service/offer, thank you. I don't see any use for it though.
[QUOTE=jaggerestep;19186622]yeah, sure.[/QUOTE] See the edit.
hosting a fastdl, sharing files with friends, mirrors for files. I like it, thanks.
[QUOTE=jaggerestep;19186759]hosting a fastdl, sharing files with friends, mirrors for files. I like it, thanks.[/QUOTE] what? you want that to be the title or something? O and add a second <br /> before the submit button.
I'm going to upload many terrabytes of virus's, illegal pronz, stolen movies, games, etcetc... enough to trip the F.B.I. Joking, I don't have any of that. :frown:
[QUOTE=Seb McMeb;19186879]I'm going to upload many terrabytes of virus's, illegal pronz, stolen movies, games, etcetc... enough to trip the F.B.I. Joking, I don't have any of that. :frown:[/QUOTE] I don't think you WANT terabytes of virii
[QUOTE=jaggerestep;19186923]I don't think you WANT terabytes of virii[/QUOTE] There's always hard drives to store mass installers you know. But why not?
revision: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title> Free FTP | Form </title> <style type="text/css"> body{ background-color:#F1F1F1; color:#333333; font-family:helvetica, Arial; font-size:14px; margin-top:100px; } #main{ width:300px; margin: 0 auto; background-color:#FFFFFF; border: solid 1px #cccccc; padding:20px; } a{ color:#333333; font-family:Helvetica, Arial; font-size:62px; font-shadow: 5px; } input{ background-color:#F1F1F1; border: solid 1px #cccccc; width:100%; color:#333333; font-family:helvetica, Arial; font-size:14px; } #footer{ color:#666666; font-family:helvetica, Arial; font-size:9px; text-align:center; margin-top:10px; } #logo{ text-align:center; font-size:42px; font-family:Helvetica, Arial; color:#333333; text-shadow: 2px 2px #999999; margin-bottom:10px; text-decoration:none; } </style> </head> <body> <div id="logo"> <a id="logo" href="http://www.jaggerestep.info/ftp.php">JAGGERESTEP</a> </div> <div id="main"> <form action = "/ftp.php" method = "post"> Username/directory:<input type="text" name="account"><br /> Password: <input type="password" name="password"><br /> Retype Password: <input type="password" name="password2"><br /> <br /><input type = "submit"></form> </div> <div id="footer"> &copy; Copyright <?php echo date("Y") ?> jaggerestep, Inc. All rights reserved. </div> </body> </html> [/code] So you like that, or do you want something in particular? Also, if this is all you are doing with this site, why not make ftp.php the index? Cause jaggerestep.info is pretty ugly right now. And if you ever need more designs, you know who to call ;) Anyone know how to add a stylesheet to all pages? Maybe you could make all the user directories look good. [img]http://imgkk.com/i/V_0z-5.png[/img] It's still really simple but I like simple. I could make a cool background texture, if you want it.
Userdirectories can't have php or html pages anymore, so that won't do any good. It downloads them instead of running them. I plan to have a real site later, so this is just a part of my site. I'll also give mysql databases and emails.
Cool, well I can help you with the design later on if you want.
[QUOTE=jaggerestep;19187136]Userdirectories can't have php or html pages anymore, so that won't do any good. It downloads them instead of running them. I plan to have a real site later, so this is just a part of my site. I'll also give mysql databases and emails.[/QUOTE] Thanks man, works real great.
Now... Free MySQL databases! [url]http://jaggerestep.info/mysql.php[/url] I'm banning this IP -snip below- he's changing ip. I made a 2 account per ip block. I don't know what he plans to accomplish by making 2 accounts per IP...
Hey, do you know how php includes work? I think you should start using them. That way, All you have to do, to make a new page is: [code] <?php include("header.php"); ?> And place all the content, or the form, html here. <?php include("footer.php"); ?> [/code] It will save a lot of time in the future if you want to add a navigation bar, or add a link to that bar, or change the style of the whole site. Also, you should put the css which right now is: [code] body{ background-color:#F1F1F1; color:#333333; font-family:helvetica, Arial; font-size:14px; } #main{ width:300px; margin: 0 auto; background-color:#FFFFFF; border: solid 1px #cccccc; padding:20px; margin-top:100px; } a{ color:#333333; font-family:Helvetica, Arial; font-size:20px; font-shadow: 5px; } input{ background-color:#F1F1F1; border: solid 1px #cccccc; width:100%; color:#333333; font-family:helvetica, Arial; font-size:14px; } #footer{ color:#666666; font-family:helvetica, Arial; font-size:9px; text-align:center; margin-top:10px; } [/code] and put it into a file called stylesheet.php and replace the code with: [code] <link rel="stylesheet" type="text/css" href="stylesheet.css" /> [/code] I know you're thinking, that there is no point to all this, but it will be a huge time saver in the future.
I won't be using your layout for everything. I tend to keep my sites plain, with functionality.
[QUOTE=jaggerestep;19189827]I won't be using your layout for everything. I tend to keep my sites plain, with functionality.[/QUOTE] Yeah, you really don't understand the concept of running a web-site. Can't wait till you get hacked again.
Thanks for ftp man.
[QUOTE=Mr.Hoff;19190061]Yeah, you really don't understand the concept of running a web-site. Can't wait till you get hacked again.[/QUOTE] I'd like to see someone try. I made it hack-proof.
I can't get my address to work. It's trying to open it as a separate application lol.
[QUOTE=jaggerestep;19190119]I'd like to see someone try. I made it hack-proof.[/QUOTE] That's what you said last time... And [B]you[/B] didn't make shit hack-proof, you had tech support of the hosting company tell you exactly what to do.
If you have a html or php file on your page, it's going to automatically try to download it, not run it. php allowed the last "hacker" (aka "Script Kiddie") to delete everything. [quote] That's what you said last time... And you didn't make shit hack-proof, you had tech support of the hosting company tell you exactly what to do. [/quote] I worked WITH him to get it to work, we exchanged ideas and I was the one who got it to work in the end.
;[ How do I get my .html page to work? It's just an image and a link. Deleted the .html, now it says this: [quote]Forbidden You don't have permission to access /ftps/ftp/Lac/ on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.[/quote] B|
short answer: you don't long answer: you don't.
Read above. I want a listing, damnit.
Sorry, you need to Log In to post a reply to this thread.