Frames Website Template

On February 5, 2012, in LAMP, Learning, Open Source, PHP, Web Application, by Sandeep Verma

Hits: 35  The frameset element holds frame elements that can display a separate document. The <frameset> element specifies columns or rows in the frameset with percentage/pixels width. If the browser can’t display frames or is configured not to, it will render the contents of the NOFRAMES element. <framesetrows=”60, *, 25″> <framesrc=”head.html”marginheight=”0″marginwidth=”0″frameborder=”0″scrolling=”no”> <framesetcols=”225,*,100″> <framesrc=”left.html”marginheight=”0″marginwidth=”0″frameborder=”0″scrolling=”yes”> <framesrc=”content.html”marginheight=”0″marginwidth=”0″frameborder=”0″name=”content”scrolling=”auto”id=”content”> <framesrc=”right.html”marginheight=”0″marginwidth=”0″frameborder=”0″scrolling=”yes”> </frameset> [...]

Video Overlay Ads

On January 29, 2012, in Javascript, LAMP, Learning, Open Source, PHP, Tips, Web Application, Web Security, by Sandeep Verma

Hits: 78  We can use overlay code to map video/image using DIV elements on main element. Concentrate Observe Imagine Launch Demo: http://demo.svnlabs.com/video-overlay/ Maturity is not when we start speaking BIG things But..Actually it is, When we start understanding small things.

jQuery Notification with Sound Alert

On January 13, 2012, in Imagine, Javascript, LAMP, Learning, PHP, Tricks, Wordpress, by Sandeep Verma

Hits: 237  Today, I was searching for jQuery Notification Plugin with Sound Alert But, could not find any good plugin as per my requirements So, I just merged 2 javascript codes to make a custom notification plugin. <object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ width=”1″height=”1″id=”audio1″align=”middle”> <embed src=”wavplayer.swf?gui=none&h=1&w=1&sound=success.wav&” bgcolor=”#ffffff” width=”1″ height=”1″ allowScriptAccess=”always” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer”/> </object> You can customize this javascript plugin as [...]

Install Red5Chat

On January 7, 2012, in Flex, LAMP, Learning, Open Source, PHP, red5, Tips, Web Application, by Sandeep Verma

Hits: 197  Red5 Media Server is free solution for audio/video streaming. Red5chat is a free video chat plugin for Red5. Flash Part ————– Edit the FLA red5Chat.fla and configure these lines: _root.IP = “xx.yyy.xx.zzz”; _root.port=1935; _root.authentificateURL = “http://”+_root.IP+”/red5chat/testlogin.php”; _root.infoUserURL=”http://”+_root.IP+”/red5chat/infouser.php”; PHP part ————- If you use the AUTHENTIFICATION (_root.authentification=true): – Create tables form create_tables.sql – edit the [...]

Fatal error: Allowed memory size of 8388608 bytes exhausted

On January 2, 2012, in CakePHP, Concentrate, LAMP, Learning, PHP, Tips, by Sandeep Verma

Hits: 224  PHP Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y) in file.php 1. memory_limit globally from php.ini memory_limit = 64M 2. memory_limit using .htaccess php_value memory_limit 64M 3. memory_limit inside a php script. ini_set(‘memory_limit’, ’64M’); To change the memory limit for one specific script by including a line such as [...]

PHP Cloud

Hits: 290  Introduction to the Zend Developer Cloud PHPCloud help to Develop, Deploy and Manage PHP Applications in to Any Cloud (Amazon, Rackspace, RightScale, IBM SmartCloud) using Zend Application Fabric. Demo: http://svnlabs.my.phpcloud.com Contact: http://blog.svnlabs.com/contact/

PHP for Android

On December 28, 2011, in Android, Concentrate, LAMP, Learning, Open Source, PHP, Tips, Web Application, by Sandeep Verma

Hits: 230   PHP for Android (PFA) project has been launched by Irontec to run PHP on the Android platform. PFA has been launched as an open source project to enable the PHP development on Android. PFA also provides the necessary tools and documentation for the developers. Scripting Layer for Android (SL4A), which was earlier known [...]

PHP API Skype4COM

On December 24, 2011, in Concentrate, Java, LAMP, Learning, PHP, Tricks, Web Application, Web Security, by Sandeep Verma

Hits: 326  Skype4COM is an ActiveX component that represents the Skype API as objects, properties, commands, events and notifications. Skype4COM is used in ActiveX, Visual Studio, Delphi, PHP or JavaScript. Download Skype4COM You might read article on How can we use PHP to access shared library functions? Useful Links: Void.Bot is a proof of concept of [...]

Tagged with:  

Update will patch security holes outdated versions have opened

On December 9, 2011, in LAMP, Learning, Observe, PHP, Tricks, Web Application, Web Security, by Sandeep Verma

Malware can be removed from hosting account, Updating your scripts will patch the security holes the outdated versions have opened.
Vulnerable Applications: Any of web application might infected from virus or malware.

No, renaming the file will not keep your site safe from it being exploited again. As I noted in my previous response, if you wish to prevent your site from being hacked again through the exploit of the bookmarks script, you will need to disable, remove or secure the bookmarks.php file to prevent further exploits.

Tagged with:  

PHP Proxy Script

On December 4, 2011, in LAMP, Learning, PHP, Tricks, Web Application, Web Security, Web Services, by Sandeep Verma

Hits: 290  Glype web-based proxy provides a proxy service to users via a web browser. A proxy service downloads requested web pages bypassing censorship and restrictions and forwards to the user.. Free for personal use and affordable licensing options for commercial use. Source Viewable and webmasters may modify the source code subject to the terms of the [...]

Tagged with:  

Get First Image of Content

On November 24, 2011, in Joomla, LAMP, Learning, PHP, Tricks, Web Application, Wordpress, by Sandeep Verma

Steps I follow …..

a) Audit the whole script. -> Concentrate
b) Divide the script into sections. -> Observe
c) Find the bug in the code. -> Imagine
d) Fix the bug or rewrite. -> Launch

Tagged with:  

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...