hacked by uslanmaz # by_komedyen ( TURKISH HACKERS )

June 16, 2010
bagusk

hacked by uslanmaz # by_komedyen ( TURKISH HACKERS )

     

     

    Droopy Easy Way to Upload Files


    bagusk

    How to use the droopy on linux operating system

    1. First download the package droopy. Droopy file can be downloaded at the url http:stackp.online.fr/wp-content/uploads/droppy:
      $ Wget-c http://stackp.online.fr/wp-content/uploads/droopy
    2. Once downloaded, change the permissions Dile droopy executable:
      $ Sudo chmod + xdroopy
    3. In order droopy files can be directly executed from anywhere when you are in the command prompt, copy the files into the directory droopy / bin:
      $ Sudo cp droopy / bin
    4. Create a folder that will be used to get files, then move to that directory: (Read more…)

     

    Example Usage Zend Framework

    May 26, 2010
    bagusk

    After the Zend Framework can be installed properly, then we will move on to how to use ZF. In this example, we will discuss examples of the use of ZF to make engines form validation e-mail.

    1. First, we will create a form to validate your e-mail. Type the code below and save it with the name index.html
      <html>
      <head>
      </ Head>
      <body>
      <! — Index.html file is the source code you can search more –>
      </ Body>
      </ Html>

      Note
      Attributes action = add.php add.php file will tell you that in the process when the submit this form. We will create a file add.php on next steps.
      Layout of the index.html page will be visible.

    2. To store data that is valid, e-mail enfgine validation requires a database. For that, create a data base with names testzend in MySQL, and insert the following table structure to the database testzend. The trick, type the following lines and save it with a query.txt.
      CREATE TABLE IF NOT exists ‘member’ (
      ‘Username’ varchar (50) NOT NULL
      ‘Password’ VARCHAR (50), NOT NULL
      “Name ‘varchar (255) NOT NULL
      ‘Email’ varchar (255) NOT NULL
      ‘Tel’ varchar (20) NOT NULL
      ) ENGINE = MyISAM DEFAULT charset = latini;

      Once saved as query.txt, do the insert into the database testzend query.txt file.
      $ Mysql-u-p <username> testzend < query.txt

      Note
      Customize your username and password option with a username and password contained in your MySQL database. (Read more…)

     

    Advanced from the Zend Framework

    May 19, 2010
    bagusk

    Instalation Zend Framework
    To accelerate pembutan PHP-based applications, you can use Zend Framework (ZF). ZF has a diverse library that can speed up the task in making an application programmer.

    1. After knowing a little about ZF, then we will make instalation ZF. You have already configured the system is assumed to Ubuntu repositories properly. Package apache, MySQL, and Apache is assumed to also have been configured properly with your system. After checking all these things, run the following command to install the ZF.

      $ Sudo apt-get install Zend-framework

    2. After completion ZF package installed, you can see a collection of libraries ZF in the directory / usr / share / php / libzend-framework.php. Zend library collections so that it can directly use the greeting your applications, you can add a PATH parameter in the file where the ZF library / etc/php5/apache2/php.ini:

      $ Sudo vim / etc/php5/apache2/php.ini
      ….
      include_path = “.: / usr / share / php / libzend-php-framework”
      ….

      To activate the changes, restart the apache server web services

      $ Sudo / etc/init.d/apache2 restart

      In addition to install the ZF from a binary file as described in step 2 Yeah, you can also do the installation from source files ZF. This step is very appropriate use if you want a more updated version of ZF binary version available in ubuntu directory. (Read more…)

     

    Bios Configuration

    May 13, 2010
    bagusk

    After the install is completed into the distros LiveUSB UFD, then you can directly boot UFD, by changing the configuration before the first PC Bios to boot from the UFD done. To do this, follow the instructions as follows:

    1. Before performing the Bios configuration, make sure the UFD is connected to a PC.
    2. First time at turn on or direstar PC, you will see instructions to enter Bios . In this example, a motherboard that used to use Award Bios. To get into the Bios menu, the author simply pressing Del button.
    3. Once signed kehalamab Bios, choose Advanced Bios Features menu to change the boot priority.
    4. In Advanced Bios Feature page, we will change the UFD as the first boot option. For that, select Hard Disk Boot Priority menu.
    5. On page Hard Disk Boot Priority, you will see the option USB and hard drive can be booted. Change your priorities UFD became the first in the boot sequence.
    6. After returning to Advanced Bios Features page, make sure the First Boot Device is located on the Hard Disk.
    7. Finally, save the changes back to the Bios with the start menu, and select save and exit setup menu. We view a confirmation page, press Y and Enter to save. (Read more…)

     

    Create LiveUSB DSL, Feather Linux, and SliTaz


    bagusk
    1. Damn Small Linux
      • UFD format in accordance with the instructions in the rubric of “solutions”
      • Connect the UFD into a USB port on your PC
      • LiveCD Boot Damn Small Linux (DSL)
      • Once logged in the DSL kehalaman Desktop, click on the DSL> Apps> Tools> USB-HDD pendrive Install.
      • Soon the page will appear PenDrive USB DSL Installation. On this page, you will be asked several questions as follows.
      • Verify the location of the USB Flash Drive you? (Y / N): Y.
      • Additional boot options in the DSL. Press enter
      • Selection language / keyboard in addition to English. press enter.
      • Is the process of making LiveUSB ready for the process. press Y.
      • UFD DSL installation process to begin. Wait a few moments until the process is complete.
      • DSL LiveUSB creation process is complete, and ready for use LiveUSB DSL.
    2. Feather Linux
      • UFD format in accordance with the instructions in the rubric of “solutions”
      • Connect the UFD into a USB port on your PC.
      • Create a directory named feather-0.7.4 in your home directory, copy files feather-0.7.4-usb.zip.
        into your home directory, then unzip the file using the following command:

      $ mkdir -p feather-0.7.4

      $ unzip feather-0.7.4-usb.zip -d feather-0.7.4.

      Note: The above command will extract files-0.7.4-usb.zip feather to feather-0.7.4 directory.

      • Copy all files contained in the extract into a directory on the UFD.

      $ sudo cp -rf feather-0.7.4/* /media/dis

      Note: The above command will optimize all of the contents of folders and files in a feather-0.7.4 directory to a folder UFD (in this case, the UFD was mounted in the directory / media / disk)

      • Make mounting UFD.
        $ Sudo umount / media / disk
      • Login as root, then run the syslinux command to Feather Linux can be booted directly through the UFD.

      $ Sudo su -

      $ Syslinux-sf / dev/sdb1

      Note: In this example, the UFD is detected as / dev / sdb and has only one partition ie / dev/sdb1.

      • Feather Linux LiveUSB creation process is complete, and LiveUSB Feather Linux is ready for use. (Read more…)
    Posted in: Live USB
    Tags: , ,

     

    JavaScript Lecture

    April 6, 2010
    bagusk

    Introduction to JavaScript

    • NOT Java

    – JavaScript was developed by Netscape

    – Java was developed by Sun

    • Designed to ‘plug a gap’ in the techniques available for creating web-pages

    – Client-side dynamic content

    • Interpreted

    for simple you can download from this page (Read more…)

     

    Introduction to JavaScript


    bagusk

    For Introduction JavaScript , A lightweight programming language that runs in a Web browser
    (client-side).
    • Embedded in HTML files and can manipulate the HTML itself.
    • Interpreted, not compiled.
    • JavaScript is not Java.

    (Read more…)

    Posted in: javascript
    Tags: ,

     

    javascript basics


    bagusk

    Using JavaScript to interact with and control frames.  Controlling applets and calling Java from JavaScript, for newbie javascript basics very important, many people study javascrip basics for make simple websites and other. if you love javascript maybe javascript like you. you can

    download (Read more…)

    Posted in: javascript
    Tags:

     

    E-payment Facility Through Bank for FOIS


    bagusk

    I don’t tell about thats but you can see my file…. about facility  through bank for FOIS.

    you can download that.. for payment must pass paypall or other. i will explaind about payment for first

    E-payment is mode of payment. Tuxedo server makes a WTC (WebLogic tuxedo connectivity) call to the web logic application server.

    WLS server calls the API of the bank through https /SSL connectivity. Transaction is processed at the bank server, the
    control is returned to the WLS server and then it returns to the FOIS application . (Read more…)

     

    Older Entries »