LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-24-2009, 08:04 AM   #16
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899

nope

Quote:
repo@cannabis:~/download$ wget https://p3nlsccweb.secureserver.net/...istent-Kit.zip
--2009-04-24 15:02:31-- https://p3nlsccweb.secureserver.net/...ger/fa.php?a=l
Resolving p3nlsccweb.secureserver.net... 72.167.234.196
Connecting to p3nlsccweb.secureserver.net|72.167.234.196|:443... [1] 6441
[2] 6442
bash: src%5B%5D=Qemu-DSL-Persistent-Kit.zip: command not found
[2]+ Done c=multidistro%2F
repo@cannabis:~/download$ connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-json]
Saving to: `fa.php?a=l.2'

[ <=> ] 83 --.-K/s in 0s

2009-04-24 15:02:32 (1.93 MB/s) - `fa.php?a=l.2' saved [83]


[1]+ Done wget https://p3nlsccweb.secureserver.net/...ger/fa.php?a=l
repo@cannabis:~/download$ ls
fa.php?a=l
repo@cannabis:~/download$
 
Old 04-24-2009, 08:08 AM   #17
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
damn it -why does it work for me?
 
Old 04-24-2009, 08:10 AM   #18
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
fa.php?a=l
contains:

Quote:
{"return":-1,"message":"Your session has expired. Please reload the application."}
 
Old 04-24-2009, 08:13 AM   #19
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
I guess I'll have to call them-it's a non 800 number...

I have no clue how to build a website, etc
I uploaded it with their file manager and the link seems to be an issue...
 
Old 04-24-2009, 08:14 AM   #20
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Didn't you have a domain?
Did you created a webspace on the server?
Why do you use

https://p3nlsccweb.secureserver.net/...istent-Kit.zip

Seems to me this the link to upload, no ?
 
Old 04-24-2009, 08:18 AM   #21
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
yes-my domain is multidistro.com
it's not up yet...
their site is very coonfusing...

i have domain and hosting....

i'm lost on what to do...
 
Old 04-24-2009, 08:28 AM   #22
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Nomaly www.multidistro.com will point to their webserver.
You should recieve a link to upload files. (ftp with username and login))
Then you create a webpage index.html.
You upload index.html and the zipfile to your server using ftp


here is an example of a index.html for your file:
Quote:
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>My site</title>
<meta name="Description" content="My site">
</head>
<h1>
<center>MY SITE
</center>
</h1>
<hr style="width: 100%; height: 2px;">
<p>Here you can download my awsome distro.
<br>
<br>
<a href="Qemu-DSL-Persistent-Kit.zip">Qemu-DSL-Persistent-Kit.zip</a>
<br>

copy it to index.html and try to open it in your browser to see.
 
Old 04-24-2009, 08:32 AM   #23
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
what r u talking about?
where is the index.html i copy to?
 
Old 04-24-2009, 08:35 AM   #24
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
copy the text in the blue quote in post 22 to a file called index.html
 
Old 04-24-2009, 08:39 AM   #25
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
ok-but the link doesn't work...

i think i'm in way over my head....
their site is so confusing
 
Old 04-24-2009, 08:41 AM   #26
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
ok-but the link doesn't work...
On your computer copy the zipfile in the same directory as the file index.html

once your domain is OK, and points to their server, you upload the 2 files.
 
Old 04-24-2009, 08:43 AM   #27
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
If you have apache installed, you can put the 2 files in
/var/www or whatever is the root from your apache
and in your browser type 127.0.0.1
 
Old 04-24-2009, 08:45 AM   #28
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
You domain should work, type
http://www.multidistro.com/
in your browser.
 
Old 04-24-2009, 08:49 AM   #29
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
so-my original upload is no good?

so-what ur saying is-on my desktop I have a folder-"new"
I put the file I want to upload and the index.html in the "new" folder-then reupload this to their server?

As far as apache-i'm in ubuntu-could go get it-but why would i need it?

i just tried to start buliding the website using their google webtools and got nowhere....

all I need is text and download links-
 
Old 04-24-2009, 08:50 AM   #30
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
open a ftpclient
goto multidistro.com
give your login and pass
upload the 2 files
index.html and the zipfile
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu-804 in Dell Dimension.. troiubles installing... Cosmicb Linux - Newbie 13 03-07-2009 09:16 AM
Differences between Debian and Ubuntu jmite Linux - Distributions 5 08-03-2008 05:30 PM
LXer: Specifications Released for the Asus Eee PC 904 and 1000 LXer Syndicated Linux News 0 07-12-2008 12:30 AM
Keyboard Problems on Fujitsu Amilo xi2428-804 dmcbeing Linux - Laptop and Netbook 0 04-20-2008 06:21 PM
differences Ubuntu /Kubuntu ? Helmut_K Ubuntu 17 12-02-2006 02:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration