Best Blackhat Forum

Full Version: [GET] ArtVenue : Image Sharing Community Script Version 5.0.1 [Latest]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
(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
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
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
i was waiting for this cool share
@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 :)
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
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
.env file ... find in ArtVenue :)
+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=
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 ^^
Pages: 1 2 3 4
Reference URL's