9.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

10-02-2015, 09:50 PM
Post: #11
RE: [GET] ArtVenue : Image Sharing Community Script Version 5.0.1 [Latest]
(10-02-2015 08:31 PM)Cimmerian Wrote:  ok, here's what to do.
first of, routes.php in the bootstrap cache directory isn't actually a route file, it's effectively installContoller.

but we can skip it, as it's laravel 5!

just edit .env with your credentials and then run artisan with "migrate" and "db:seed" command.

now, admin credentials would be admin@gmail.com/admin123

have fun!

Yes exactly, After finishing your extraction and goes to http://localhost/install and the installers appears to you, Leave IT.
go to shell command pointing to your artvenue directory and write there
PHP Code:
php artisan migrate 
then enter this command
PHP Code:
php artisan db:seed 

This is only temp and some times not working on shared hosting .. so i will include the created database and modified files for you .
need someone to test it.
http://upthat.gq/bc41377f97483ed9/ArtVen...N-TEAM.zip

Any problem you face tell me .. Credit goes to @Cimmerian Thanks
10-03-2015, 01:09 AM
Post: #12
RE: [GET] ArtVenue : Image Sharing Community Script Version 5.0.1 [Latest]
i'm facing that error when try to mywebsite.com/install


Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, cgiadmin@yourhostingaccount.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.




please help guys
10-03-2015, 02:31 AM
Post: #13
RE: [GET] ArtVenue : Image Sharing Community Script Version 5.0.1 [Latest]
Just use the version i give .. and don't go to install
upload it and import the db in zip to your database
and go to your website normally
check and reply to me if you still have problems
10-03-2015, 04:01 AM
Post: #14
RE: [GET] ArtVenue : Image Sharing Community Script Version 5.0.1 [Latest]
i was waiting for this cool share
[Image: w2a.png]
10-03-2015, 05:07 PM
Post: #15
RE: [GET] ArtVenue : Image Sharing Community Script Version 5.0.1 [Latest]
@ayody firts thanks for quick reply - +rep added :)

Dear am bir confuse , which vrsn are you talking about (please provide the link in the reply)
and where is the db which i need to import in msql ??
and which files we can add database details like db user , db pass. etc. ??

waiting you helpfull respons once again :)
73.gif
10-03-2015, 07:15 PM
Post: #16
RE: [GET] ArtVenue : Image Sharing Community Script Version 5.0.1 [Latest]
Thanxx man,
this is the link for the modified version which don't ask for purchase code:
Download

you will find these 2 folders: ArtVenue upload its content to your host and DB to import into your mysql
after finished just go to your site normally and admin details will be like:
admin@gmail.com/admin123 Happydance
10-03-2015, 07:57 PM
Post: #17
RE: [GET] ArtVenue : Image Sharing Community Script Version 5.0.1 [Latest]
Great Dude !!! +rep added once again :)

may i ask which file ( artvenue folder) we can fill the database details before import the db file ?? db user , db pass ,
because without that info how website will follow to msql db ??

thanks
10-03-2015, 08:00 PM
Post: #18
RE: [GET] ArtVenue : Image Sharing Community Script Version 5.0.1 [Latest]
.env file ... find in ArtVenue :)
10-03-2015, 08:05 PM
Post: #19
RE: [GET] ArtVenue : Image Sharing Community Script Version 5.0.1 [Latest]
+rep +rep +rep again great man

but can yu give me just more support

how many option i need to fillup as showing here .. please








APP_URL=http://av.dev
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString

LOCALE=en
IMAGE_DRIVER=gd
WATERMARK=false
WATERMARK_POSITION=bottom-right

DB_HOST=localhost
DB_DATABASE=venue
DB_USERNAME=root
DB_PASSWORD=

FACEBOOK_CLIENT_ID=
FACEBOOK_CLIENT_SECRET=

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

TWITTER_CLIENT_ID=
TWITTER_CLIENT_SECRET=

STORAGE_DRIVER=local

# S3_KEY=
# S3_SECRET=
# S3_REGION=
# S3_BUCKET=

CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls
SENDERS_EMAIL=null
SENDERS_NAME=null

#MANDILL_SECRET=
10-03-2015, 08:09 PM
Post: #20
RE: [GET] ArtVenue : Image Sharing Community Script Version 5.0.1 [Latest]
APP_URL=http://av.dev --- Change it to your website
DB_HOST=localhost
DB_DATABASE=venue
DB_USERNAME=root
DB_PASSWORD= -------------- Fill it with your DB info

** all the others are configurable via the admin panel ^^
63.gif




90.gif