Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
02-02-2014, 08:52 PM
(This post was last modified: 02-02-2014 11:45 PM by AtakanCan.)
Post: #1
|
|||
|
|||
ZIPMARKET AUDIOJUNGLE FIXED
AUDIOJUNGLE FIXED
Step.1 Go to folder zipmarket\core\classes open the file upload.class.php find line 31 and edit the line 31 find var $max_file_size = 0; Replace with this var $max_file_size = 500; I have 100 MB made var $max_file_size = 100; Next Step .2 Go to folder zipmarket\apps\upload\views Open the file form.html Edit the Line from 286 to 291 Here is my Line file_size_limit : "100 MB", file_upload_limit : 100, Next Step Go to folder "zipmarket" Open the file "config.php" zipmarket/config.php Here is my Edited Config.php PHP Code: <?php NEXT STEP create a php.ini file upload_max_filesize = 1024M post_max_size = 1024M short_open_tag = on HERE is LIVE DEMO from my AUDIOJUNGLE you can test it . by to me works. http://ec.blaxey.com/ |
|||
02-02-2014, 10:55 PM
Post: #2
|
|||
|
|||
RE:
Please Help Me when i try to log in as admin i got this:
Fatal error: Call to undefined function sql_quote() in /home/u945523074/public_html/z ipmarket/apps/users/models/use rs.class.php on line 626 |
|||
02-02-2014, 11:02 PM
Post: #3
|
|||
|
|||
RE: ZIPMARKET AUDIOJUNGLE FIXED
(02-02-2014 10:55 PM)Tchernobyl Wrote: Please Help Me when i try to log in as admin i got this: you must install the script to root , and not on sub directory !
|
|||
02-02-2014, 11:57 PM
Post: #4
|
|||
|
|||
RE:
Looking good AtakanCan. I gave you +Rep cause you been so helpful.
|
|||
02-03-2014, 12:19 AM
Post: #5
|
|||
|
|||
RE: ZIPMARKET AUDIOJUNGLE FIXED | |||
02-03-2014, 01:40 AM
Post: #6
|
|||
|
|||
RE:
strange bug on all zipmarket script.
if i loged as a user1, and browse user2 items, i immediately logged in his profile even if i logged as a user3 and browsing admin's items, i immediately loged in as an admin! |
|||
02-03-2014, 01:47 AM
Post: #7
|
|||
|
|||
RE: ZIPMARKET AUDIOJUNGLE FIXED
(02-03-2014 01:40 AM)flomaster Wrote: strange bug on all zipmarket script.strange error with you. in to me this work , I have no problems with the script. |
|||
02-03-2014, 02:19 AM
Post: #8
|
|||
|
|||
RE:
i guess it's depends on hosting ;))))
http://eptroneu.tmweb.ru/ login: omgimfamous3 pass: omgimfamous3 1. item http://eptroneu.tmweb.ru/items/2/sdfsdfsdf 2. item2 http://eptroneu.tmweb.ru/items/1/%D0%97%...%BA-Primer look how u logged in :) |
|||
02-03-2014, 02:44 AM
Post: #9
|
|||
|
|||
RE:
all zipmarket scripts are older version unfortunately :(
|
|||
02-08-2014, 11:56 PM
Post: #10
|
|||
|
|||
RE: | |||