Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 07:01 AM
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 06:41 AM
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 06:27 AM
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 01:29 AM
- mdee created topic »How to implement returnpage ?« 01:00 AM
- nestormateo responded to »Fillters in Clip« 24. May
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
zMp3ree help
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 20
I need help installing this module. I am not very experianced in postnuke, so the install.txt file given with the module is to complicated. Does someone have a simpler version? or easy step by step? -
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 569
paste the steps here, maybe with an asterisk and a note like **what's this mean? next to some
General:
To install a module
FTP the files to yoursite under the public_html/modules/ directory
FTP programs are free and plentiful on the web. Hotfiles.com is ZDnet's "free" section.
Then you login to your site.
Click Administration (newpage)then modules(newpage) click regenerate(newpage) it will list them. Look for the name of the module you just FTP'd to your site. On the right hand side is a column that says active, deactivate, delete, initialise...whatever. You'll have to click "initialise" the page will refresh and then you click activate.
Does it mention permissions in the install.txt file?
For permissions, in my FTP program, I right click on a file and then check off boxes. I think a standard file is 664 or 666. I check off the boxes to change it to 777 or whatever is asked. -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 20
CHMOD your "band_photos", it's sub folder "thumb", and the "mp3" folder to 777 OR IT WILL NOT UPLOAD. --------- OK!
GD Libraries MUST be installed and accessable by webserver for image upload to work..(jpg only) --------- What does this mean?
register_globals, magic_quotes_gpc, and file_uploads MUST be turned on in your php.ini file. ---------- How do you do this?
find this line in your php.ini:
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M ---------- How do you do this?
IT MUST BE HIGHER THAN THE MAX UPLOAD SIZE SET IN VARS.PHP
; Maximum allowed size for uploaded files.
upload_max_filesize = 7M --------- How do you do this? -
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 569
PHP ini is probably maintained by your host NOT you. I would write support@yourhostcompany.com and ask them to do this(paste this in the email)
I can't tell you exactly how to CHMOD since I don't know what FTP program you use. In many it's just a right click. Pull down the menus, it might be there listed as "permissions" or "chmod". Last, Click on help (in your FTP program) and search for permissions.
Anyhow, you uploaded this module probably to
public_html
///modules
/////ZMP3ree
////////mp3s
////////bandphotos(off the same "branch" in "tree" as mp3s)
//////////thumb
They're directories. Ya click once to highlight them then CHMOD however your FTP program tells you to. Deep breath, this is oh so easy you just need to figure out how the program you use changes permissions.
I'll try and fetch ya a link
Note:Hosting MP3s is gigantic bandwidth and will bog down your server. -
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 569
Similar to what I said about right clicking
http://www.zachjorgensen.net/za/chmodtutor.html
PHP.ini is a big deal, back it up first! Easiest way is to rename the file phpbackup.ini. Then upload the new one.
http://support.powweb.com/index.php?category=PHP/MySQL&topic_id=57
Above article says it's located in htdocs folder when you connect with your FTP program
Good description of what a php.ini file is
http://www.onlamp.com/pub/a/php/2001/01/11/php_admin.html -
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 569
one more link with diagrams about right clicking to CHMOD(also known as changing permissions)
http://www.hiweb.net/support/setting_permissions.htm
- Moderated by:
- Support
