Category: General

  • What is the best way to generate a ‘fingerprint’ of user vistor unique ness in PHP?

    easiest and best way: use phps session-management – every client is given an id, stored in a cookie (if enabled) or given as a get-variable on every link and form. (alternatively you could set a cookie on your own). but: this only “fingerprints” the browser – if the user changes his browser, deletes his cookies…

  • order ioncube php encoder step by step

    to order ioncub go to the url below http://www.ioncube.com/?xp=QCFWBG and follow pics below soon i will post simple usage of encoder if u have any comment dont hesitate .

  • mo

    mo

  • creat view in mysql

    [php] CREATE VIEW `view_name` AS SELECT `table_name`.* FROM `table_name` WHERE (`table_name`.type = ‘something’) ; [/php]

  • Zend Framework MVC Request Lifecycle

    Matthew wrote up an article on modules in Zend_Application and that got me thinking a little bit. When I have done training for Zend Framework, one of the things that mystifies students to some extent is the whole plugin architecture and where things can go. There has been several articles written about it, but they tend to…

  • هل هذا اقتراب النهايه

    المسيح الدجال على أبواب الخروج د.نبيل العوضي: نحن في أيام المسيح الدجال. تكفون اقرووه للنهاية أفغانستان، باكستان، العراق، تونس، مصر، اليمن، ليبيا، لبنآن، والان سوريآ ! إنها العلامة.. العرب لا يجدون من يحكمهم وسقوط 7 من أممممراء الدول سقط حكم صدام حسين )العراق( ومات مقتولا الحريري )لبنان( تنازل عن الحكم حسني مبارك )مصر( وهرب عن…

  • antiporn dns

    67.150.159.81 67.150.159.13 block most sex sites no porn no nude websites

  • التجاره

    منذ أن كنت ابن السادسة وانا في التجارة مع الحجاج والمعتمرين تنقلت وجربت الكثير من الانشطة كان من الانشطة التي قفزت بها قفزة قوية للاعلى الحمد لله والشكر له طبعاً] التمور تجارة التمور بركة وخير كثير وبالذات التصدير للخارج الخياطة الرجالية محلات الجوالات وصيانتها الفنادق والوحدات السكنية علمتني التجارة أن الخبر ما أرى لا ما…

  • قصة للعظة والعبرة مسندة على احاديث صحيحة‎ قصة للعظة والعبرة مسندة على احاديث صحيحة

    قصة للعظة والعبرة مسندة على احاديث صحيحة صاغها على شكل قصة وجزاه الله عن المسلمين خير الجزاء في إحدى سفراتي لمدينة الرياض حرصت على التوجه للمطار قبل موعد الرحلة بساعة ولكن زحمة الطريق ووجود تفتيش جعلني أتأخر عن الرحلة بعض الوقت فكنت أسير مسرعاً حتى وصلت بوابة مواقف السيارات وأخذت الكرت سريعا وركنتُ السيارة بموقف…

  • iframe auto height

    [php] <script type=’text/javascript’> function setIframeHeight( iframeId ) /** IMPORTANT: All framed documents *must* have a DOCTYPE applied **/ { var ifDoc, ifRef = document.getElementById( iframeId ); try { ifDoc = ifRef.contentWindow.document.documentElement; } catch( e ) { try { ifDoc = ifRef.contentDocument.documentElement; } catch(ee) { } } if( ifDoc ) { ifRef.height = 1; ifRef.height =…