Can I get a Php mailbox just like gmail or yahoo or something?
Printable View
Can I get a Php mailbox just like gmail or yahoo or something?
Thanks but I only see .tar.gz I have Windows.....
It's written in PHP.
So I downloaded it and then upload it to my server?
Best idea is to upload it then extract it, yes. However, some webservers won't give you a means to do this, so you'll have to extract it first and then upload it.
Ok I found a different one. It tells me to create a file and CHMOD it to 007, 777, or 667. how do I CHMOD a file and which # do I Use?
chmod stands for change mode, and it specifies which permissions are set on a file. There are three digits, which stand for user (the user who created the file), group (users in the same group as the file [owning user and group are set with chown]) and world (everybody on the same machine; also people accessing the file via a webserver, but the write permission has no effect).
Each of those digits is composed of the following bitset:
1 - execute
2 - write
4 - read
0 means no permissions; nobody from the specified group is allowed to touch the file. 7 is 1 + 2 + 4: all permissions, anybody can do what they like with the file. 6 is 2 + 4; the file is readable and writable to those people, but not executable... you get the idea. So 007 means: user and group can't do jack, but everyone else can do what they like (which is ruddy daft).
FTP provides a CHMOD command, I believe. Failing that, log in to your server using SSH and execute the command directly.
Ok done some reasearch on what SSH means, I understand what CHMOD is now but I dont understand how to do it can I use dreamweaver. I also found this www.ece.osu.edu/ssh.
http://www.chiark.greenend.org.uk/~s.../download.html
That's a Windows SSH client. Note that your host must have an SSH server installed, and your account must have permission to use it.
Dreamweaver? No.Code:prompt$ ftp yoursite.com
Connected to yoursite.com (127.0.0.1).
220 FTP server ready
Name (yoursite.com:youruser): yourusername
331 Password required for yourusername.
Password: (enter password here)
230 User yourusername logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd public_html
250 CWD command successful.
ftp> chmod 755 file
200 SITE CHMOD command successful.
ftp> quit
How do I know if my account has permission?
If you don't, you'll try to log in and it'll say "permission denied." :)
What is my port #
I've no idea. The default is 22. It should tell you how to access your account on the welcome letter, but not all hosts even provide SSH access.
FTP was simpler, you know. :)
I just contact the people with the server they said I do not have ssh access. does the mailbox that you suggested have to have SSH access? If it does do you know of one without that?
None of them do.Quote:
does the mailbox that you suggested have to have SSH access?
So I do I get just a basic Mailbox like yahoo/Gmail or something?
- Download Horde IMP.
- Extract, then upload (or upload, then extract if your host allows you to).
- Access.
windows does not recognize .gz, And I see no .zip files.
use 7-zip from sourceforge.net :D its freeware :P it can decompress *.001, *.7z, *.arj, *.bz2, *.cab, *.cpio, *.deb, *.gz, *.iso, *.lzh, *.rar. *.rpm, *.tar, *.z even *.zip files :D
7-zip, WinRAR; there's even a Windows version of the real tar and gzip programs out there somewhere.
jr_yeo: tars aren't compressed, and the extension compress uses is .Z, not .z.
tnx for the 411 :p
Oh ok uploading now i'll get back to you in a couple of min.
:) :)
I'm having a bit of a problem.
h t t p : / / w w w. c a k e s b y p a t . n e t / m a i l /
http://www.geocities.com/oliversl/im...figuring_Horde
It's for RedHat, and assumes you have root shell access, but you should be able to do it using FTP (or whatever odd file upload system you may be forced to use) and the services already installed.
If that doesn't help, you should probably contact your host for help, since they know more about the properties of their server(s) than we do. :)
Winrar has a trial period. And the latest install of winzip will unzip a gz file.
<edit>
Or everyone can post 40 more times while I type really slow...
</edit>
use 7-zip then :p click the link and it will direct u to the download area :D
benslayton : the link returns an error message "403 Forbidden" :p
as per requested :pQuote:
Can you take the link off so bots can not get it?
BLiZZaRD: Lol, where did you start typing? :p
Yea I deleted the files.
Can you take the link off so bots can not get it?
I am trying something else check it out.
Ok since I have only a couple of days left to get the site ready I'll have to put this conversation on hold for a couple of weeks b/c I'll be in el salvador.
how hard would it be to do this...
http://mail.rcs.k12.tn.us/
and does it cost?