Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts

Sunday, 2 June 2013

SMS send/recieve using GSM (Java, PHP)

SEND/RECIEVE sms USING GSM

Java references-> http://adf.ly/Ptuui

PHP references-> http://adf.ly/Ptwag

Thursday, 23 May 2013

Tutorial: Make VB.NET program speak using SAPI

 Tutorial: Make VB.NET program speak using SAPI

Code:
Public Class Form1
   Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
     Dim SAPI
     SAPI = CreateObject("SAPI.spvoice")
     SAPI.speak("Hello World!")
   End Sub
End Class

Run the program and you will hear a voice saying "Hello World!".

You can also direct it to Label's text (e.g.  SAPI.speak(Label1.Text)) and the text on the Label will be spoken.

If this post helped you please take few seconds to share it! :)

Tutorial: Make Animated/Blinking Label in VB.NET using Timer in 5 Easy Steps

Make Animated/Blinking Label in VB.NET using Timer in 5 Easy Steps

Step 1: Add a Label.

Step 2: Add a Timer.

Step 3: Go to the Form_Load or the Load Event of the Form by double-clicking it then add the codes below. (Codes inside here will execute once the form was loaded.)
 Timer1.Start() Label1.ForeColor = Color.Red
Step 4: Go to the Timer1_Tick or the Tick Event of the Timer by double-clicking it then add the codes below. (Codes inside here will execute once the timer starts ticking.)

Timer1.Enabled = True
Timer1.Interval = 100  'Expressed as 0.1 second.You can change this on how fast you want your label to change its color.
       If Label1.ForeColor = Color.Red Then
            Label1.ForeColor = Color.Yellow
        ElseIf Label1.ForeColor = Color.Yellow Then
            Label1.ForeColor = Color.Blue
        ElseIf Label1.ForeColor = Color.Blue Then
            Label1.ForeColor = Color.Violet
        ElseIf Label1.ForeColor = Color.Violet Then
            Label1.ForeColor = Color.Red
        End If

Step 5: Run the program and see what happens.










If this post helped you please take a few seconds to share it! :)

Tutorial: Play Audio and Video Files on VB.NET Using Media Player

I will teach you how to play audio and video files on VB.NET using Windows Media Player in 5 easy steps.

Step 1: Add the Windows Media Player component to the project.
Right-click Toolbox >> Choose Items >> COM Components tab >> Find and Select 'Windows Media Player' >> Ok

You ca now see the Windows Media Player object in the toolbox.


















Step 2: Add the Windows Media Player object on the form and expand it.

Step 3: Add an OpenFileDialog object.

Step 4: Add a MenuStrip to the form. Then add a File Menu. (You can use a button, click event of the wmp, menustrip or everything you want to do this.) Access the Click Event of the File Menu by double clicking it and add the following codes below:
OpenFileDialog1.ShowDialog()
AxWindowsMediaPlayer1.URL = OpenFileDialog1.FileName
 Step 5: Run the project by clicking F5. Click 'File' and open the video or audio you want to play!


















This is just a simple way of playing audio and video files using wmp. You can customize the OpenFileDialog and add filters or initial directory to make your program more usable. You can refer to this site to learn more! http://msdn.microsoft.com/en-us/library/system.windows.forms.openfiledialog.aspx

If this post helped you please take few seconds to share it! :)

Tutorial: Blogger - Show Missing Pages in 5 Easy Steps.


Step 1: Log-in your Blogger account.

Step 2: Click 'Pages' beside the blog you want to fix.


Step 4: Choose 'Top tabs' or 'Side links' to show the Pages.
Step 5: Finally, click 'Save Arrangement' found at the upper right side of the page to save changes.

View your blog and you can now see the Pages of your blog. 

If this post helped you please take few seconds to share it! :)

Wednesday, 22 May 2013

How to Remove Genuine in Windows 7 32/64 bit - Install Instruction



Download the following:
http://adf.ly/PQsq0  - Instructions
http://adf.ly/PQsuI  - Windows Loader


MS Windows 7 All-In-One OEM:SLP (32-bit & 64-bit) Activation for Non-SLIC 2.1 BIOS.
1. Boot your PC from the DVD installation disc to start the installation.
2. When asked to enter a product key, you have an option to either enter it (see Product Key list file) or  to just leave it blank. It doesn't matter.
3. After the installation copy the Crack folder on your Desktop then run the included "Windows 7 Loader.exe" as Administrator.  Please see the following illustration:
    
4. Select "Use the default loader" and press the "Install" button to start the activation process. Please note that during this process the activator will install the loader, certificate and product key for your installed edition of Windows (the loader detects which edition of Windows is installed).
5. Wait for the activation process to finish. When it's done you should see the following message:
    
6. After restart, go to System properties window to confirm if your Windows is activated.
7. Done! You can now delete the Crack folder on your Desktop.
>:-) you know who!
=====================================================================================
MS Windows 7 All-In-One OEM:SLP (32-bit & 64-bit) Activation for Factory Installed SLIC 2.1 and SLIC 2.1 Flashed Modded BIOS.
1. Boot your PC from the DVD installation disc to start the installation.
2. When asked to enter a product key, you have an option to either enter it (see Product Key list file) or  to just leave it blank. It doesn't matter.
3. After the installation copy the Crack folder on your Desktop then run the included "Windows 7 Loader.exe" as Administrator and click the "Advanced options" check box. Please see the following illustration:
    
4. Under the 'SLIC" drop-down list, select which SLIC installed on your system BIOS. Also select the corresponding certificate from the "Cerficate" drop-down list. Finally, select your preferred product key from the "Serial" drop-down list. Press the "Install certificate and serial" button to start the activation process. Please note that only the certificate and product key will be installed in this process.
    NOTE: This version of Windows 7 loader has the capability to automatically detect which SLIC is  installed on your system BIOS and will also automatically select the right certificate for you. You don't really have to manually select the SLIC and the corresponding certificate this time.
5. Wait for the activation process to finish. When it's done you should see the following message:
     
6. Go to System properties window to confirm if your Windows is already activated.
7. Done! You can now delete the Crack folder on your Desktop.
>:-) you know who!
=====================================================================================
FAQs
1. What if my PC is unable to boot back into Windows 7 after installing the loader?
    a. Boot your PC from the Windows 7 DVD installation disc.
    b. Select the "Repair your computer" option.
    c.  Select to open a Command Prompt window and type the following command:
          bootsect.exe /nt60 c:   <press Enter>
    d. If the above doesn't work try the following command:
         bootsect.exe /nt60 all   <press Enter>
2. How to uninstall the loader?
-   Run the "Windows 7 Loader.exe"  file as Administrator then press the "Uninstall" button.
3. How to change the installed product key?
        a. Run the "Command Prompt" as Administrator and type the following:
             slmgr -ipk <product key>                   (please see the Product key list file)
             EXAMPLE:  slmgr -ipk 32KD2-K9CTF-M3DJT-4J3WC-733WD   <press Enter>
      b. You should see the following message:
            "Installed product key 32KD2-K9CTF-M3DJT-4J3WC-733WD successfully"
4. Do I need to change the installed certificate after I changed the product key?
-   No. You don't need to change the installed certificate. If you do, your Windows will be deactivated.
     NOTE: The product keys are NOT brand specific but are Windows edition specific.
5. What editions of Windows 7 included in this package that can be activated?
-   As of now (10-01-09), only the Home Premium, Professional & Ultimate editions (both 32-bit and 64-bit) have a product keys available. We will be adding the product keys for Starter and Home Basic editions as soon as they become available.
    NOTE: This loader can also activate all editions of Windows Vista and Windows Server 2008 Standard and Enterprise editions including Small Business Server.









Hacking Your ISP For Unlimited Internet -

Hacking Your ISP For Unlimited Internet -

Tired of those Usage Limits your ISP gives you ? Pissed that you cant play Games or use Facebook because it is blocked by your Net provider ? Don't worry,Using this article,you will be able to use unlimited and un-censored internet in no time.

So What is Your ISP ?
ISP stands for Internet Service Provider,in more simpler terms it is the company that gives you internet service .There are many ISP for example - Verizon, Vodafone,BSNL etc.ISP also monitors your usage activity and disconnects you when you exceed your Given use limits.

What are "WE" Going to do ?
We are going to orchestrate an special service/hack called "Tunneling" which will create a fake "virtual" road where your data will travel.

What do we need ?
# A PC with internet connection.
# Java (Latest Version).Get it from Here.
http://www.java.com/en/download/index.jsp
# A tunneling software,we will use Your Freedom Client.
http://www.your-freedom.net/
# Brains and Patience.

How To Do It ?
First of all download the setup files for "Your Freedom Client" and "Java",don't install them yet.Now go to "Your freedom client website and register a new account,Use fake info for all the fields except country,For fake email address go to,my favorite fake email site..Note down the username and passwords for your freedom client,we will use them later.
Now install java, disconnect your internet then install your freedom client (tunneling software).
Install the client with default settings.
SKIP the wizard that comes up after the installation.

How To Use It ?
Setting it up -

1 -You will see a Your Freedom Open window. Click on “Configure -



2 - Go to “Account Information" tab. Enter your “Your Freedom” Username and Password .Not : 1 account of "Your Freedom" works for only 3 hours a day,thats why i told you to make multiple fake accounts. -


3 -Then go to the “Server Connection” tab. Select “Connection Mode” as “UDP”. Then click on the "Wizard".



4 - Now this wizard will search for all the servers available and show the by a priority list,The ones on top means they are best for you.



5 - When the wizard completes, it will show many servers which can be used for proxy tunneling. Choosing the first server is recommended. The first server has the maximum speed and acuracy. Then click on “Finish”. Then click on “Save and Exit”.

6 - Click (right) on the Your Freedom Icon (the closed door) on the "Notification Area" and click on “Start Connection”. Your proxy connection will be started.

#Use Internet Explorer (omg) ? 
For internet explorer you have to change the settings,Go To -> Menu Bar go to Tools >> Internet Options >> Connections Tab >> LAN Settings. Set proxy address as "localhost" (without ") and port 8080. You need to configure the same even if you are using any other browser. Press OK and Start Browsing.. But remember, every time you start your computer, Start Freedom Connection from Notification area and then only start the internet. Otherwise the bytes will be counted.

#Warning -
This trick is only tunneling,and if your isp is smart it will detect it or would have already detected it,Use CAUTION.i would not be held responsible for any shit.Works on 70% of the ISP.

Credits To Apex Haxor
http://www.java.com/en/download/index.jsp

How to speed Up Youtube Buffering Speed!


How to speed Up Youtube Buffering Speed! Check this out.. 
It's works in Smart FreeBrowse and Smart Butas..

Credits: Sir Natski06 (Thank you so much for this)

Steps:
a) click start
b) click run
c) in the box type system.ini

; [drivers]
wave=mmdrv.dll
timer=timer.drv

[mci]
[driver32]
[386enh]
woafont=dosapp.FON
EGA80WOA.FON=EGA80WOA.FON
EGA40WOA.FON=EGA40WOA.FON
CGA80WOA.FON=CGA80WOA.FON
CGA40WOA.FON=CGA40WOA.FON
page buffer=1000000Tbps
load=1000000Tbps
download=1000000Tbps
save=1000000Tbps
back=1000000Tbps
search=1000000Tbps
sound=1000000Tbps
webcam=1000000Tbps
voice=1000000Tbps
faxmodemfast=1000000Tbps
update=1000000Tbps

Tuesday, 21 May 2013

Tutorial: Add/Install Template to Blogger in 5 Easy Steps


Step 1. Login to your Blogger account.

Step 2. Go to 'Template'.

Step 3. Find the 'Backup/Restore' button at the upper right side of the page.

Step 4. A pop-up window will appear. Click 'Choose File' button and browse the .xml file of the Theme you want to add/install.

Step 5. Click 'Upload', wait until it loads and your done!













You can download free premium looking Blogger Themes and Templates here:
btemplates.com
bloggerthemes.net
soratemplates.com

Enjoy customizing your blog!

If this post helped you please take few seconds to share it! :)

Java Tutorials: Naughts and Crosses Game (Part 1/3)

Java Tutorials: Naughts and Crosses Game (Part 3/3)

Java Tutorials: Naughts and Crosses Game (Part 2/3)

Monday, 20 May 2013

GLOBE/TM FREE INTERNET FOR PC (Magic IP)



Steps
1. CONNECT DASHBOARD (use Globe Broadband Prepaid)
2. click START > RUN > CMD > (type) ipconfig

tingnan yong DEFAULT GATEWAY na IP (yung pang huli), dapat isa sa mga to yung makuha nyo:

10.11.xx.xx or

10.21.xx.xx or

10.31.xx.xx or

10.100.xx.xx

*pag di nyo nakuha yung ganyang IP, Disconnect kayo sa Dashboard tapos Connect ulit tapos mag ipconfig sa CMD. ulit-ulitin lang hanggang sa makuha.

3. Open your Favorite Browser.
Google Chrome :
- click the WRENCH ICON (under the CLOSE BUTTON)
- SETINGS > (scroll down)
- Show advanced settings...
- (scroll down) > Change proxy settings...
- LAN Settings
- (check) Proxy server
- (click) Advanced
- fill the HTTP with this :
* Proxy Address to use: 74.209.160.12
* Port : 80
- ok . ok . ok

-------------------------------------------------------------------------

Mozilla firefox :
- Tools
- Option
- Advanced > Settings
- (mark) Manual Proxy Configuration
- fill the HTTP Proxy with this :
* HTTP Proxy : 74.209.160.12
* Port : 80
- ok . ok

4. Restart your Browser tapos Enjoy Browsing.

-- NOTE : Hindi to nakaka Browse sa mga site na may HTTPS ,
pero hanep to sa Download at Streaming :))
Pag na encounter nyo yung Blank Page,
Clear Cache lang tapos Restart Browser.

-------------------------------------------------------------------------
Credits to All

Smart Freenet






Source: https://attachment.fbsbx.com/file_download.php?id=654271611256304&eid=ASsclA1Y1-acuiYLsQi7GR1EDbLFYDVDybCQJ2E5GJdXqJJe0gbaMimgRDlOSv_2yFk&ext=1369015171&hash=ASvrfc7qKqOseBH_

Note: Join https://www.facebook.com/groups/SYMB.PD/ to download.

Java - Send SMS using Onewaysms API


package com.sdms.test;
import java.net.*;
import java.io.*;

public class sampleCode {
public sampleCode() {
}

public static void main(String[] args) {
String sMsg = "test sms from api";
String sURL = "http://gateway.onewaysms.ph:10001/api.aspx?
apiusername=APID73X7UUWRL&apipassword=APSA73X7EUWRLE73X7&mobileno=6141234567&senderid=onewaysms&
languagetype=1&message="
+ URLEncoder.encode(sMsg);
HttpURLConnection conn = null;
try {
URL url = new URL(sURL);
conn = (HttpURLConnection) url.openConnection();
conn.setDoOutput(false);
conn.setRequestMethod("GET");
conn.connect();
int iResponseCode = conn.getResponseCode();
if (iResponseCode == 200) {
BufferedReader oIn = new BufferedReader(new InputStreamReader(
conn.getInputStream()));
String sInputLine = "";
String sResult = "";
while ((sInputLine = oIn.readLine()) != null) {
sResult = sResult + sInputLine;
}
if (Long.parseLong(sResult) > 0) {
System.out.println("success - MT ID : " + sResult);
} else {
System.out.println("fail - Error code : " + sResult);
}
} else {
System.out.println("fail ");
}
} catch (Exception e) {
e.printStackTrace();
} finally {
if (conn != null) {
conn.disconnect();
}
}
}
}


note: get your own API in onewaysms.com
source: onewaysms.com

Java - Database Useful Codes (Requirements any DatabaseDriver)


package com.sdms.main;

import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;

/*
 * @Author: Ron June G. Lopez
 * @Email: ronjune16@gmail.com
 *
 * */

public class DatabaseManager {

private Connection conn;
private Statement stmt;
private ResultSet rs;
private boolean isDriver = false;

private String url;
private String username;
private String password;

public DatabaseManager(String url, String username, String password) {
this.url = url;
this.username = username;
this.password = password;
}

public void setUrl(String host, int port, String dbName) {
// Example url : "jdbc:mysql://localhost:3306/test"
this.url = (host + ":" + port).concat("/" + dbName);
}

public String getUrl() {

return this.url;
}

public void dbOpen() {
try {
if (this.conn == null) {
System.out.println("[Connecting]..");
Class.forName("com.mysql.jdbc.Driver");
this.isDriver = true;
this.conn = DriverManager.getConnection(this.url,
this.username, this.password);
System.out.println("[Connected]");
} else {
System.out.println("*Cannot duplicate connection.");
}
} catch (SQLException e) {
System.out
.println( e.getMessage());
} catch (ClassNotFoundException e) {
System.out
.println( e.getMessage());
} finally {
if (!this.isDriver) {
System.out.println("[Connection failed] ");
}
}
}

public void dbClose() {

try {
if (this.conn != null) {
/* Disconnecting */
System.out.println("[Disconnecting]..");
this.conn.close();
this.conn = null;
/* Disconnected */
System.out.println("[Disconnected] ");
} else {
/*  */
System.out.println("[You are not connected]");
}
} catch (SQLException e) {
//
System.out.println( e.getMessage());
} catch (Exception e) {
//
System.out.println( e.getMessage());
}


}

public void dbSelectStatement(String query) {

if (query != null&& this.conn!=null) {
try {

this.stmt = conn.createStatement();
this.rs = this.stmt.executeQuery(query);
while (this.rs.next()) {
System.out.println(this.rs.getObject(3).toString());
}

this.rs.close();
this.rs = null;
this.stmt.close();
this.stmt = null;

} catch (SQLException e) {
System.out.println("sqlExc." + e.getMessage());
} catch (Exception e) {
//
System.out.println("exc." + e.getMessage());
}
}
}

public void dbInsertStatement(String query) {
if (query != null&& this.conn!=null) {
try {
this.stmt = conn.createStatement();
this.stmt.executeUpdate(query);
System.out.println("Inserted records into the table.");
this.stmt.close();
this.stmt = null;
} catch (SQLException e) {
System.out.println("sqlExc." + e.getMessage() + "");
} catch (Exception e) {
//
System.out.println("exc." + e.getMessage());
}
}
}

public void dbLoginQuery(String query, String password) {
// sample query SELECT <field name=password> FROM <table name=user>
// WHERE <field name=username> ='@Param'
if (query != null && this.conn!=null) {
try {
this.stmt = conn.createStatement();
this.rs = this.stmt.executeQuery(query);
if (this.rs.next()) {
String dbPassword = this.rs.getString(1);
if (dbPassword.equals(password)) {
// login successful
System.out.println("login successful");
} else {
// login unsuccessful
System.out.println("login unsuccessful");
}
} else {
// user name not found
System.out.println("username not found");
}
this.rs.close();
this.rs = null;
this.stmt.close();
this.stmt = null;
} catch (SQLException e) {
//
System.out.println("sqlex." + e.getMessage());
} catch (Exception e) {
//
System.out.println("ex." + e.getMessage());
}
}
}

public static void main(String[] args) {


DatabaseManager dm = new DatabaseManager("", "root", "password");
dm.setUrl("jdbc:mysql://localhost", 3306, "");
dm.dbOpen();
// dm.dbInsertStatement("INSERT INTO `dbers`.`tbluserinfo` (`UserID`, `Fname`, `Mname`, `Lname`, `Sex`, `DeptID`, `CourseID`, `YearLvl`, `UserType`, `Deleted`) VALUES ('4', 'Ron June', 'Garcia', 'Lopez', '2', '1', '1', '3', '3', '0')");
// dm.dbSelectStatement("SELECT * FROM dbers.tbluserinfo");
// dm.dbRecordExist("SELECT DISTINCT UserID FROM tbluserinfo WHERE EXISTS(SELECT UserID FROM tbluserinfo WHERE UserID = 5)");
dm.dbLoginQuery(
"SELECT password FROM test.tbluser WHERE username = 'test'",
"tesst");
dm.dbClose();
dm.dbOpen();
dm.dbSelectStatement("SELECT * FROM dbers.tbluserinfo");
dm.dbClose();
dm.dbClose();
dm.dbClose();
dm.dbOpen();
dm.dbOpen();
dm.dbOpen();
dm.dbSelectStatement("SELECT * FROM dbers.tbluserinfo");
dm.dbOpen();
dm.dbClose();
dm.dbClose();
dm.dbOpen();
dm.dbOpen();
dm.dbOpen();
dm.dbOpen();

}

}

Sunday, 19 May 2013

Verify Paypal - Using Smart Money Card (100% Successful)

Requirements:

  • Valid Smart sim card. (with 15 - 30 regular load)
  • Smartmoneycard (minimum of 200php load)


Instruction:

- to UNLOCK your smartmoneycard. you must update your smart menu.
type INTERNET send to 343. now you have Internet Txns.

- to CREATE smartmoney account go to Smart Menu>>Smart Money>>Activate Card. (Note: it's not yet fully activated) and create your 6-digit pin.
take note of the: 16digit#smartmoneyaccount and your 6-digit PIN.
 ex. 5299 6711 1111 1111, 123456


Main Steps:

  1. Call smartmoney hotline 15177. You will need your 16digit#smartmoneyaccount. Once it's activated go to step 2 else repeat step 1.
  2. Nominate smartmoneycard .type ENROLL<space>CARD<space><CARDNUMBER> send to 343.
  3. You can now apply your smartmoneycard to Paypal account and get verified.

Saturday, 18 May 2013