Downloaded zip file from http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/index.htm and tested it but it does not work out and displayed I give up trying to fetch RSS feed.
And saved files on Php running folder (for.ex. Samples/). And added one php file named demo.php ( )
After a long time of searching on for google found out the solution on:
http://www.dynamicdrive.com/forums/showthread.php?t=19581 and added
////Turn off all error reporting
error_reporting(0); //at the top of scrollerbridge.php
Thursday, February 19, 2009
Thursday, February 12, 2009
Upload video files more than 2mb - Joomla
1. Above changes must be done in c:\wamp\bin\php\php5.2.8\php.ini and
c:\wamp\bin\apache\apache2.2.11\bin\php.ini
Upload_max_filesize=90M
Post_max_size=100M
Max_execution_time=200
(size can be any size)
(Note: post_max_size must be greater than Upload_max_filesize)
2. Site->Global Configuration click 'system' and add extension (like mp3,mpeg..etc ) to Legal Extensions (File Types).
3. Reset the apache server and upload file of size 90mb.
c:\wamp\bin\apache\apache2.2.11\bin\php.ini
Upload_max_filesize=90M
Post_max_size=100M
Max_execution_time=200
(size can be any size)
(Note: post_max_size must be greater than Upload_max_filesize)
2. Site->Global Configuration click 'system' and add extension (like mp3,mpeg..etc ) to Legal Extensions (File Types).
3. Reset the apache server and upload file of size 90mb.
Wednesday, February 11, 2009
Streaming Video from local/youtube - Joomla
AllVideos v2 Plugin
http://extensions.joomla.org/extensions/multimedia/video-players-&-gallery/812/reviews6
http://www.joomlaworks.gr/content/view/35/41/
http://extensions.joomla.org/extensions/multimedia/video-players-&-gallery/812/reviews6
http://www.joomlaworks.gr/content/view/35/41/
Tuesday, February 3, 2009
Joomla - SMTP settings for Mail
In Joomla 1.5, while clicking on create a new account/forgot username/forgot password link, mail needs to be sent which works only after setting the server details.
Mailer: smtp server
Mail from: myemail@site.com
From name: arun
sendmail path: /usr/sbin/sendmail (by default)
smtp authentication: yes
smtp username: myemail@site.com
smtp password: *******
smtp host: smtp server name
http://forums.jumba.com.au/showthread.php?p=110893
Mailer: smtp server
Mail from: myemail@site.com
From name: arun
sendmail path: /usr/sbin/sendmail (by default)
smtp authentication: yes
smtp username: myemail@site.com
smtp password: *******
smtp host: smtp server name
http://forums.jumba.com.au/showthread.php?p=110893
Subscribe to:
Comments (Atom)
