20.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")

03-31-2016, 04:43 AM
Post: #1
Sharen v3.6 Trending Topics, viral news, stories
[Image: GDkj0c7.png]

List of interesting topics where users publish, discuss and vote on them.

Sharen is responsive, php script, built for users want to share links, viral content, ask questions, etc. It’s easy to get up and running and edit all options with a powerful admin panel.
If you heard Hacker news website it’s something like that.

Sales Page: https://www.anonymiz.com/?http://codecan...s/12947864

Download: https://www.anonymiz.com/?https://www.me...mr7r31g7iq

Password: Default
03-31-2016, 05:54 PM
Post: #2
RE: Sharen v3.6 Trending Topics, viral news, stories
How to instal ?

A Database Error Occurred

Unable to connect to your database server using the provided settings.

Filename: controllers/Stories.php

Line Number: 8

REP Added.. thanks!
03-31-2016, 06:05 PM
Post: #3
RE: Sharen v3.6 Trending Topics, viral news, stories
thank you man! +rep
03-31-2016, 06:17 PM
Post: #4
RE: Sharen v3.6 Trending Topics, viral news, stories
passwrod incorrect
03-31-2016, 06:40 PM (This post was last modified: 03-31-2016 06:44 PM by Blad3_sv.)
Post: #5
RE: Sharen v3.6 Trending Topics, viral news, stories
you must add your database settings man in application/config/database.php

Quote:A Database Error Occurred

Error Number: 1146

Table 'onlyfuub_protube.posts_views' doesn't exist

SELECT `posts`.*, `users`.*, COUNT(post_comments.posts_id) AS numbercomments, COUNT(posts_votes.vote_id) AS numbervotes, COUNT(posts_views.view_id) AS numberviews, `categories_posts`.`post_id` as `postid`, `categories`.`category_slug`, `categories`.`category_name`, `categories`.`category_color`, `categories`.`id_category`, `favourites`.`posts_id` as `favourite` FROM `posts` LEFT JOIN `users` ON `posts`.`post_by` = `users`.`user_id` LEFT JOIN `post_comments` ON `posts`.`post_id` = `post_comments`.`posts_id` LEFT JOIN `posts_votes` ON `posts_votes`.`vote_postid` = `posts`.`post_id` LEFT JOIN `posts_views` ON `posts_views`.`view_postid` = `posts`.`post_id` LEFT JOIN `categories_posts` ON `categories_posts`.`post_id` = `posts`.`post_id` LEFT JOIN `categories` ON `categories`.`id_category` = `categories_posts`.`id_category` LEFT JOIN `posts_tags` ON `posts_tags`.`postid` = `posts`.`post_id` LEFT JOIN `tags` ON `tags`.`id_tag` = `posts_tags`.`tagid` LEFT JOIN `favourites` ON `posts`.`post_id` = `favourites`.`posts_id` AND `favourites`.`user_id`=0 WHERE DATE_ADD(posts.post_date,INTERVAL 24 HOUR) >NOW() AND `posts`.`approved` = 1 GROUP BY `posts`.`post_id` ORDER BY `numbervotes` DESC LIMIT 8

Filename: models/Stories_model.php

Line Number: 74
37.gif
03-31-2016, 07:15 PM (This post was last modified: 03-31-2016 07:19 PM by mr.rango.)
Post: #6
RE: Sharen v3.6 Trending Topics, viral news, stories
A Database Error Occurred

Error Number: 1146

Table 'u650003840_ongl.posts_views' doesn't exist

SELECT `posts`.*, `users`.*, COUNT(post_comments.posts_id) AS numbercomments, COUNT(posts_votes.vote_id) AS numbervotes, COUNT(posts_views.view_id) AS numberviews, `categories_posts`.`post_id` as `postid`, `categories`.`category_slug`, `categories`.`category_name`, `categories`.`category_color`, `categories`.`id_category`, `favourites`.`posts_id` as `favourite` FROM `posts` LEFT JOIN `users` ON `posts`.`post_by` = `users`.`user_id` LEFT JOIN `post_comments` ON `posts`.`post_id` = `post_comments`.`posts_id` LEFT JOIN `posts_votes` ON `posts_votes`.`vote_postid` = `posts`.`post_id` LEFT JOIN `posts_views` ON `posts_views`.`view_postid` = `posts`.`post_id` LEFT JOIN `categories_posts` ON `categories_posts`.`post_id` = `posts`.`post_id` LEFT JOIN `categories` ON `categories`.`id_category` = `categories_posts`.`id_category` LEFT JOIN `posts_tags` ON `posts_tags`.`postid` = `posts`.`post_id` LEFT JOIN `tags` ON `tags`.`id_tag` = `posts_tags`.`tagid` LEFT JOIN `favourites` ON `posts`.`post_id` = `favourites`.`posts_id` AND `favourites`.`user_id`=0 WHERE DATE_ADD(posts.post_date,INTERVAL 24 HOUR) >NOW() AND `posts`.`approved` = 1 GROUP BY `posts`.`post_id` ORDER BY `numbervotes` DESC LIMIT 8

Filename: models/Stories_model.php

Line Number: 74

Upload the updated database
03-31-2016, 07:36 PM
Post: #7
RE: Sharen v3.6 Trending Topics, viral news, stories
Thanks For Share Bri I will Try Night
03-31-2016, 07:48 PM
Post: #8
RE: Sharen v3.6 Trending Topics, viral news, stories
all credits to me Welcome
03-31-2016, 08:25 PM
Post: #9
RE: Sharen v3.6 Trending Topics, viral news, stories
first of all,you must write .httacces
Quote:RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /sharen/index.php?/$1 [L]
script folder,if is in subdomain
Quote:RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]
and the add this to database
Quote:CREATE TABLE IF NOT EXISTS `posts_views` (
`view_id` int(11) NOT NULL AUTO_INCREMENT,
`view_postid` int(11) NOT NULL,
`view_userid` int(11) NOT NULL,
`view_datetime` datetime NOT NULL,
PRIMARY KEY (`view_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=27 ;
for is work ok until now,if appears anothers errors,i will post here
03-31-2016, 08:41 PM
Post: #10
RE: Sharen v3.6 Trending Topics, viral news, stories
I get Internal Server Error when user register.
76.gif




77.gif