ZenTek: How To
Contact Us:

If You Have Any Problem, Wanna Help, Wanna Write Guest Post, Find Any Error Or Want To Give Us Feedback, Just Feel Free To Contact Us. We Will Reply You Soon.

Name: *


Email: *

Message: *


ZenTek

LiveZilla Live Help

Showing posts with label How To. Show all posts
Showing posts with label How To. Show all posts

Sunday, 18 August 2013

Transfering Saved Games From Usb To Ps2 Memory Card

Necessary Softwares
1.UlauncherElf
2.CdGenPs2
3.Any buring software preferable Alcohol and Nero
4.Very important (Ps2Builder)
HOW TO CREATE A ULAUNCHELF CD,
5.Gamesaves(saved ps2 games)

WHAT YOU NEED


STEPS

AFTER DOWNLOADING SAVED GAMES FROM GAMEFAQS>COM
I’ll use Gran Turismo 4 (PAL) save as an example here.

1) Use PS2 Save Builder to open the save file you obtained

2) Select all the files on the left hand side of the program, right click and select on “Extract”


3) Create a folder with the same name as the game ID (in this case, it’s the first file in the list, BESCES-51719GAMEDATA (everything after the “B” could be different, depending on the game and which region the game came from, but this file should be really easy to find), then click on OK (the filename will say “not used”, don’t worry about that)

4) Open the folder you just extracted the files to, if you did it correctly this is what you should see:


5) Copy the FOLDER (not just the files) to your USB flash

6) Load uLaunchELF on your PS2, browse to your USB flash (under mass:/). Locate the folder you just copied, then press R1 and select “Copy” to copy the entire folder

7) Browse to your MC (mc0:/ for the first MC, and mc1:/ for the second MC) and in the base folder press R1 again and select “mcPaste” to paste the entire folder here (do NOT use “Paste”, while it works for most games, some games like GTA, GT4 will only work if you use mcPaste)

cool You should see a folder called "BESCES-51719GAMEDATA" (again, name varies for different games) under mc0:/ (you may need to exit this folder and go back again to see it), and if you go into the "BESCES-51719GAMEDATA" folder, you should see the 4 files in there

9) Reset your PS2 and load the game, the game should now load the game save correctly.

You can also reverse this process to copy your game saves from your PS2 MC to your PC

* Program called CDGenPS2 (last version is 3.0 as far as I know), just do a google search and you should be able to find it.
* SYSTEM.CNF file (you can create this yourself in notepad, or use the one attached to this post.
* BOOT.ELF (uncompressed) file inside the uLaunchELF v4.12.zip file, which you can get here.

HOW TO MAKE THE CD

1. Create a new SYSTEM.CNF from scratch using Windows Notepad, or use the SYSTEM.CNF that I attached to this post and edit if necessary. Note that if you make your own from scratch, you have to press the <Enter> key on your keyboard at the end of the last and then save it. I added both NTSC and PAL to the file so it will work in either TV format.
Code:

BOOT2 = cdrom0:\BOOT.ELF;1
VER = 1.00
VMODE = NTSC/PAL

2. Open CDGenPS2 and drag the SYSTEM.CNF into the main window of the program
3. Right-click on the SYSTEM.CNF file in CDGenPS2 and select Edit
4. Click on Fix LBA checkbox and enter 12331 in the activated LBA textbox and click OK. Note, that I got this info from the "CD Walkthrough Guide" located here.
5. Drag the BOOT.ELF file into the CDGenPS2 main window, which was taken from the uLaunchELF v4.12.zip file.
6. Click on the VOL button to the left of the main window and give your CD a volume label and click OK. Note that this step is not necessary. Attached is a screen shot of what this should look like.
7. Click on the IMG button to the left of main window, choose what type of image file format you want to save it in (ex: ISO or .BIN file).
8. Burn the image file in your favourite burning software and you're DONE!

Posted By: Haxjer Hunt Sunday, 18 August 2013

Saturday, 17 August 2013

Create Facebook Email Address

Do you have Facebook Email Address( yourname@facebook.com)?
If not already, here i'll show you how to activate your facebook account email. Its very easy way. Just follow the tutorial below: -


-Logon in to your facebook account.
-In new tab on your browser, insert this url to your address bar facebook.com/about/messages/ 
-Click on 'Request An Invitation'.(see image below)
-The last step, click Activate Email, enter the requested information and you've done.
-Wait one and two days your @facebook.com email address will be activated.

p/s: share it if you interested. Just click like button below.... :D

Posted By: Haxjer Hunt Saturday, 17 August 2013

Create Own SMS Gateway

lar service which used to send a short message to someone via cell phone. To send a message would require a gateway to the dissemination of information by using SMS.
Are you interested to create your own sms gateway, so you can provide a free sms service on your sites?
Nowadays, many websites that provide a free sms service, even now you can also create your own free sms service on your website in a way that is not too difficult.
How to build your own sms gateway?



1. First you need Gammu software and MySQL. Gammu is an application to build a sms gateway which connects between the mobile operator with the internet. Even Gammu can also be used to make a voice call and is available for Windows and Linux platforms. While MySQL is used as database server.
You can download Gammu application here.

2. Then install Gammu in the root directory or in the C drive on Windows platform.

3. Perform Gammu configuration by editing the “GAMMURC” file located in the Gammu installation directory. You’ll find the two parameters that you have to fill the ‘Port’ and ‘Connection’.
‘Port’ parameter must match with the the cell phone port number which attached to computer. Make sure that your cell phone driver already installed properly on the computer. To find the cell phone port number can be seen on the “Phone and Modem Options” in the Contorl Panel.
example:
Port = com3:
Connection = at115200

4. Next, do test the connection by going into the Gammu installation directory via DOS Command Prompt, then type “gammu identify” command like the example below.
example: C:\gammu>gammu identify
If you see information about your cell phone connection, such as Model, Revision, Manufacture, and IMEI, then the configuration has been successfully done, but if it does not show information about your cell phone connection, then it is likely configuration is not correct, check the parameters of the ‘Port’ and ‘Connection ‘in step no. 3.

5. The next step is to create the MySQL database are Gammu required as SMS Gateway. You can also use other server database application that you are more familiar know other than MySQL.
Create a database using phpMyAdmin, as for example with the name ‘sms’. Then create new tables are needed for Gammu. You can see the Gammu required database tables in the ‘mysql-table.sql’ file located on the Gammu installation directory.

6. Perform configuration daemon on Gammu SMS for automated reading process SMS messages sent or received and then stored in a database.
Open the file ‘SMSDRC’ located on Gammu installation directory, then edit using a text editor such as Notepad. The following parameters must be configured:
port = port number
connection = connection type
service = mysql (if using MySQL)
user = username account on the server

Posted By: Haxjer Hunt

Wednesday, 14 August 2013

Update Oracle from 11.2.0.1 to 11.2.0.3

First you need to download the software. Do this via Oracle support (formerly metalink).
https://support.oracle.com/CSP/ui/flash.html
search for patch ID 10404530

or go directly to
https://updates.oracle.com/Orion/PatchDetails/process_form?patch_num=10404530

You need a valid support license to download it.

 A rather long installation guide is located at
http://www.oracle.com/pls/db112/portal.portal_db?selected=11&frame=


If you don't want to read it all, start the installer (remember to do almost all the things you did before installing 11.2.0.1 - do the appropriate preinstalliation steps) Guide: 
Once you have an Xming window running with the installation, choose to UPGRADE the database.
Install the new version to a NEW home.
When you are done, remember to run the root script as usual after installing oracle, and let the installer guide you though the process of upgrading your DB.
It will also update Enterprise Manager for you.

Post installation steps:
rename $ORACLE_HOME to the NEW destination.
The important files are:
/etc/init.d/oracle
/home/oracle/.bash_profile
/etc/profile
If you for some reason after a reboot can't start the EM or DB, look for an entry with the wrong $ORACLE_HOME destination.
If you want the DB to start "automagically" when booting (using the dbstart command) remember to change
/etc/oratab
change the :N to :Y

When you have successfully installed oracle end EM, its time for the critical patch, updated jan 2012.
Download OPach utility first.

goto https://support.oracle.com
search for 6880880 or try to go directly to: 6880880 .

download and follow readme (put it in the $ORACLE_HOME dir).

Download the patch:
again, on oracle support, search for 13466801.
The file is called something like: p13466801_112030_<OS>-<Architecture>.zip
run the opatch util from the unzipped dir of the patch.
Follow the instractions.
Done! :-)

Posted By: Haxjer Hunt Wednesday, 14 August 2013

Contact Us

Name

Email *

Message *

 

About Me

Followers

Links

Copyright © . ZenTek. All Rights Reserved.
Designed by :-Way2themes