| Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
|
01-01-2014, 10:47 AM
Post: #41
|
|||
|
|||
|
RE:
hmm, i dont see that error,in the ads anymore like before, but i have to wait and see if the adsense
ads will show. (will rep in a few) How to fix the tabs : pictures and animated gifs? they go in error page.. Thanks. j.
*** BBHF # 1 Forum! ***
*Read Rules: http://bestblackhatforum.com/Announcemen...st-27-2015 *Request Section: http://bestblackhatforum.com/Forum-Request-Section *Password? http://bestblackhatforum.com/Forum-Freebies |
|||
|
01-01-2014, 06:32 PM
Post: #42
|
|||
|
|||
RE:
(01-01-2014 10:47 AM)justmeagain Wrote: hmm, i dont see that error,in the ads anymore like before, but i have to wait and see if the adsensetabs work fine for me,try accessing directy _http://localhost/animated-gifs.php, the issue could be related to .htaccess |
|||
|
01-02-2014, 02:37 AM
(This post was last modified: 01-02-2014 02:37 AM by justmeagain.)
Post: #43
|
|||
|
|||
RE:
(01-01-2014 06:32 PM)kliopa10 Wrote:I try going to http://mysite.com/animated-gifs.php , but still no go...(01-01-2014 10:47 AM)justmeagain Wrote: hmm, i dont see that error,in the ads anymore like before, but i have to wait and see if the adsensetabs work fine for me,try accessing directy _http://localhost/animated-gifs.php, the issue could be related to .htaccess and this is what i have in .htaccess <IfModule mod_rewrite.c> RewriteEngine on Options -Multiviews RewriteCond %{SCRIPT_FILENAME} !-d RewriteCond %{SCRIPT_FILENAME} !-f RewriteRule ^all/(.*)$ ./index.php?page=$1 [L] RewriteRule ^picture/(.*)$ ./post.php?pic=$1 [L] RewriteRule ^gif/(.*)$ ./post.php?gif=$1 [L] RewriteRule ^video/(.*)$ ./post.php?vid=$1 [L] RewriteRule ^picture$ ./picture.php [L] RewriteRule ^picture/(.*)$ ./picture.php?page=$1 [L] RewriteRule ^animated-gifs$ ./animated-gifs.php [L] RewriteRule ^animated-gifs/(.*)$ ./animated-gifs.php?page=$1 [L] RewriteRule ^videos$ ./videos.php [L] RewriteRule ^videos/(.*)$ ./videos.php?page=$1 [L] RewriteRule ^search/(.*)/(.*)/(.*)$ ./search.php?type=$1&q=$2&page=$3 [L] RewriteRule ^search/(.*)/(.*)$ ./search.php?type=$1&q=$2 [L] RewriteRule ^page/(.*)$ ./page.php?permalink=$1 [L] RewriteRule ^rss/tag/(.*)/(.*)$ ./rss.php?tag=$2&type=$1 [L] RewriteRule ^rss/tag/(.*)$ ./rss.php?tag=$1 [L] RewriteRule ^rss/(.*)$ ./rss.php?mtype=$1 [L] RewriteRule ^rss$ ./rss.php RewriteRule ^tags/(.*)/(.*)$ ./tags.php?tag=$2&type=$1 [L] RewriteRule ^tags/(.*)$ ./tags.php?tag=$1 [L] ErrorDocument 404 /404.php </IfModule> i have renamed pictures.php to picture.php i was thinking that there is a problem there,but still no go.
*** BBHF # 1 Forum! ***
*Read Rules: http://bestblackhatforum.com/Announcemen...st-27-2015 *Request Section: http://bestblackhatforum.com/Forum-Request-Section *Password? http://bestblackhatforum.com/Forum-Freebies |
|||
|
01-02-2014, 03:06 AM
Post: #44
|
|||
|
|||
|
RE:
Plus,ads box ,now dont show anything in it , like when i input the adsense code... very buggy script.
*** BBHF # 1 Forum! ***
*Read Rules: http://bestblackhatforum.com/Announcemen...st-27-2015 *Request Section: http://bestblackhatforum.com/Forum-Request-Section *Password? http://bestblackhatforum.com/Forum-Freebies |
|||
|
01-03-2014, 01:33 AM
(This post was last modified: 01-03-2014 01:33 AM by kliopa10.)
Post: #45
|
|||
|
|||
RE:
(01-02-2014 03:06 AM)justmeagain Wrote: Plus,ads box ,now dont show anything in it , like when i input the adsense code... very buggy script.-for working ads you need to overwrite the files downloaded from _http://dropmefiles.com/en/4RWhH. (make sure these are uploaded to \www\ ) for not able to access the xx.php directly not sure, is this file on server... or maybe you have the installation path wrong... check admin > settings > installation path ? |
|||
|
01-03-2014, 03:44 AM
(This post was last modified: 01-03-2014 03:57 AM by justmeagain.)
Post: #46
|
|||
|
|||
RE:
(01-03-2014 01:33 AM)kliopa10 Wrote:(01-02-2014 03:06 AM)justmeagain Wrote: Plus,ads box ,now dont show anything in it , like when i input the adsense code... very buggy script.-for working ads you need to overwrite the files downloaded from _http://dropmefiles.com/en/4RWhH. (make sure these are uploaded to \www\ ) in settings i have in this format : http://mydomain.com will re-override the ads files again , now the adsense ads are you adding all code? like from : <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> code............ </script> ? thanks Update: Looks like with link above in post #45 ,ads are working now! Now the 2 tabs at top : "pictures "and " animated gifs" the page goes into a "white page and say server error" so, if i click the tab pictures it goes to: http://mydomain.com/pictures (error page i get) but if i go to a picture that was uploaded , it goes to: http://mydomain.com/picture/name-of-the-picture so interesting why the first one has "/pictures" and the sec. link has : "/picture" ?
*** BBHF # 1 Forum! ***
*Read Rules: http://bestblackhatforum.com/Announcemen...st-27-2015 *Request Section: http://bestblackhatforum.com/Forum-Request-Section *Password? http://bestblackhatforum.com/Forum-Freebies |
|||
|
01-03-2014, 04:00 AM
Post: #47
|
|||
|
|||
|
RE:
Same with gif's,
if you click on a uploaded gif, it works, link: http://mydomain.com/gif/name-of-the-gif (works) but if you go at top tab for animated gif's : http://mydomain.com/animated-gifs it goes in server error.
*** BBHF # 1 Forum! ***
*Read Rules: http://bestblackhatforum.com/Announcemen...st-27-2015 *Request Section: http://bestblackhatforum.com/Forum-Request-Section *Password? http://bestblackhatforum.com/Forum-Freebies |
|||
|
01-03-2014, 08:15 AM
Post: #48
|
|||
|
|||
RE: [GET] Viral Media Portal v1.3 Pictures and Ads Bugs Fixed | CodeCanyon
(12-25-2013 07:20 AM)masta Wrote: Viral Media Portal is advanced yet easy to setup and use php script that lets you create media publishing website like videos, pictures, gifs. It lets you embed videos from vine,facebook, youtube, vimeo, dailymotion and metacafe. Support picture watermark and video and gif thumbnails watermark, Fully automated thumbnail generation and advanced admin panel to almost control every aspect of the script. You can edit and create as many pages as you want from admin panel enable or disable guest submission, Generate Sitemaps, Enable RSS Feeds Disable specific portions, Ad Management, Social Media settings and lot more. Awesome features. |
|||
|
01-03-2014, 08:24 AM
(This post was last modified: 01-03-2014 08:31 AM by justmeagain.)
Post: #49
|
|||
|
|||
|
RE:
@masta , so this will fix the top tabs in the menu also?
Also, can you upload the dummy content for that quasar theme? too? Will appreciate!.. Thanks. I can confirm that the zippy link at post 48 all the script works! Will Rep+ the poster and the user that fixed it. Regards.
*** BBHF # 1 Forum! ***
*Read Rules: http://bestblackhatforum.com/Announcemen...st-27-2015 *Request Section: http://bestblackhatforum.com/Forum-Request-Section *Password? http://bestblackhatforum.com/Forum-Freebies |
|||
|
01-04-2014, 12:50 AM
Post: #50
|
|||
|
|||
| RE: | |||








