VRiP Embedcode Script
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Latest update [05-08-11]

Go down

Latest update [05-08-11] Empty Latest update [05-08-11]

Post by Admin Thu Aug 04, 2011 5:16 pm

VRiP v0.6 Update

**Fixes & Changes

*More data is cached like Top Viewed TV Shows, Top Rated TV Episodes, Top episode location sites code blocks so there only rendered once per cache time (Speeds up loading time)
*Some template fixes to make editing the template easier, also the changing of search box hint based on current view.
*Fixed: scrapper.movies.php to grab images properly and not make titles gibberish when special characters are use on scrapped site.
*Fixed TV Calender not to include dupes.

*Added: When first hit of page when alt links are crawled if a videobb embedcode is found it is added as the default video.
*Added: Add/Edit Movie, List movies (Still some areas are tobe worked on)
*Added: Facebook Fanbox
*Added: Torrents for each episode, series, movie automatically pulled from kickasstorrents (Option to turn off in admin)
*Added: Some small jQuery sliding areas to help tidy up the content.
*Added: Option to change how the view episode page is displayed. Currently choose from 3 layouts. (This will also be implemented into index page, series description page, movies view & watch pages in future updates)
If your ok with editing php your find it easy to make your own layout as the segments of the page are now held in an array for easy placement, 10mins editing and you could completely change the look.

Admin
Admin

Posts : 25
Kudos : 264
Trust : 10
Join date : 2011-07-06

https://vrip.forumotion.com

Back to top Go down

Latest update [05-08-11] Empty Re: Latest update [05-08-11]

Post by Admin Thu Aug 04, 2011 5:17 pm

Cont...(As keep getting post errors gerr)



*Improved & Optimized most mySQL query's and the table relationships to speed up the site (If your site hangs on index, or watch pages you need to follow steps below or do complete database wipe & reinstall)
--
Goto phpmyadmin:
Select the sql tab
:Copy & paste:

ALTER TABLE `alt_links` DROP INDEX `hash` , ADD INDEX `hash` ( `hash` ( 1 ) );
ALTER TABLE `movies` DROP INDEX `hash` , ADD INDEX `hash` ( `hash` ( 1 ) );
ALTER TABLE `shows` DROP INDEX `hash` , ADD INDEX `hash` ( `hash` ( 1 ) );
ALTER TABLE `shows` DROP INDEX `name` , ADD INDEX `name` ( `name` ( 1 ) );
ALTER TABLE `tvrage` DROP INDEX `hash` , ADD INDEX `hash` ( `hash` ( 1 ) );
ALTER TABLE `tvrage` DROP INDEX `theshow` , ADD INDEX `theshow` ( `theshow` ( 1 ) );
ALTER TABLE `videos` DROP INDEX `hash` , ADD INDEX `hash` ( `hash` ( 1 ) );
ALTER TABLE `videos` DROP INDEX `theshow` , ADD INDEX `theshow` ( `theshow` ( 1 ) );

--

Update Instructions:
If you have made changes to your current site then backup your site, there are many core changes within the script that will require all files tobe copied over (The config files are not added to the package so they wont get written over or deleted, but if you backed up your site you will need to move them over or the script will try a reinstall)

Remember to set proper permissions, chmod all folders to 0755 (Dont select recursive into all file all folders via ftp, common mistake) and then all files to 0644

If you have any problems please let me know, by emailing vripscript@gmail.com or visiting the forum @ https://vrip.forumotion.com/

Admin
Admin

Posts : 25
Kudos : 264
Trust : 10
Join date : 2011-07-06

https://vrip.forumotion.com

Back to top Go down

Latest update [05-08-11] Empty Re: Latest update [05-08-11]

Post by Admin Thu Aug 04, 2011 5:19 pm

Ill send the updated script to your email tomorrow when its all packaged up, have a look @ epic-shows.com demo site to see some of the changes.
Regards

Admin
Admin

Posts : 25
Kudos : 264
Trust : 10
Join date : 2011-07-06

https://vrip.forumotion.com

Back to top Go down

Latest update [05-08-11] Empty Re: Latest update [05-08-11]

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum