Latest Post

BLOCK TEAMVIEWER CONNECTIONS ON MIKROTIK
BLOCK TEAMVIEWER CONNECTIONS ON MIKROTIK
Here is a guide how to block Team Viewer connection Just Paste The Code In New Terminal

/ip firewall address-list
add address=92.51.128.0/18 comment=Teamviewer_Server list=Teamviewer
add address=37.48.64.0/18 comment=Teamviewer_Server list=Teamviewer
add address=217.146.26.0/24 comment=Teamviewer_Server list=Teamviewer
add address=88.198.0.0/16 comment=Teamviewer_Server list=Teamviewer
add address=37.252.253.0/24 comment=Teamviewer_Server list=Teamviewer
add address=178.255.155.0/24 comment=Teamviewer_Server list=Teamviewer
add address=159.8.64.0/18 comment=Teamviewer_Server list=Teamviewer
add address=178.77.64.0/18 comment=Teamviewer_Server list=Teamviewer
/ip firewall filter
add action=drop chain=forward comment="Drop all traffic from address on \\ Teamviewer \\ address list" src-address-list=Teamviewer
add action=drop chain=input comment="Drop all traffic from address on \\ Teamviewer \\ address list" src-address-list=Teamviewer


With these just two settings, your router will ignore any client not getting response from Team Viewer.

If You Have Any Problem in settings so comments me i will help you about this settings

Below script find active user on hotspot and set static ip with mac binding into 2 section.

section 1 find all active users on hotspot
section 2 find IP & Mac into DHCP-Server Leases.

How its works ?
copy below code into system script with name hotspot-binding.
create schedule for Example time 10min timming to run this code ..



This Code is paste in New Script Just like in First Picture

:foreach h in=[/ip hotspot active find] do={
:global address [/ ip hotspot active get $h address];
:global user [/ip hotspot active get $h user];
:global mac [/ip hotspot active get $h mac-address];
/ip hotspot user set $user  mac=$mac address=$address;
:foreach x in=[/ip dhcp-server lease find] do={/ip dhcp-server lease make-static $x};
}

ROS Code Terminal Export for version 6.x :
/system script
add name=hotspot-binding policy=\
    ftp,reboot,read,write,policy,test,password,sniff,sensitive source=":foreach \
    h in=[/ip hotspot active find] do={\r\
    \n:global address [/ ip hotspot active get \$h address];\r\
    \n:global user [/ip hotspot active get \$h user];\r\
    \n:global mac [/ip hotspot active get \$h mac-address];\r\
    \n/ip hotspot user set \$user  mac=\$mac address=\$address;\r\
    \n:foreach x in=[/ip dhcp-server lease find] do={/ip dhcp-server lease make-\
    static \$x};\r\
    \n}"
Control By Time Scheduler Add New Scheduler and paste code :

/system scheduler
add disabled=no interval=10m name=binding-hotspot on-event=hotspot-binding \
    policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive \
    start-date=jul/24/2015 start-time=22:10:03


If you want Change Name of Script And Scheduler So No Problem you can do it very easy

If You Have Any Problem in settings so comments me i will help you about this settings

Block download based on file Size in MikroTik

howto block downloads of large files (lets say 5mb or above ) in specific timings (like 8pm-12am).
But the issue is How the router will know the file size before it’s downloaded? The router has no way of knowing how big a connection is… An workaround is to create a Firewall Filter rule that will will allow the first 5MB of a connection through, and once it reaches that, it will start to drop packets. I used it a network, and it worked good.

Note
But do remember that It will also affect streaming, RDP like protocols, VPNs, and any other connection that transfers a large number of bytes.

/ip firewall filter
add action=drop chain=forward comment="downloading of files larger then 5mb (It will break connection after 5mb of transfer) applicable from 8pm till 12am / aboutforworld" connection-bytes=5242880-0 disabled=no protocol=tcp time=\
20h-23h59m59s,sun,mon,tue,wed,thu,fri,sat

But do remember that it will only drop packets for that specific download, user can do another session of download. to prevent this , you can create mangle rule that will add the user in a temporary list (with timeout value of 1 hour or more) and next time the user will try to download , his access to that particular resource will be denied, you can customize this action to be either whole session or specific file like mp3 exe zip etc etc. You can also do a source base or destination base controlling. I would recommend to GO with Queues and mangle rules, this way nothing will gonna be blocked, but scaling back bandwidth based on how much data has passed through the connection to make downloading large files painful for the cable.net user


You can also forward these packets to external proxy like Squid to do the filter base on reply_body_max_size directive. example:
reply_body_max_size 5242880 deny all # in specific timings only
As some1 asked, for squid use this:
acl localnet src 100.0.0.0/8
reply_body_max_size 5242880 deny localnet # deny download of 1mb and above,
http_access allow localnet

Have you used KingRoot one-click on Android rooting utility to root your Android cellphone or tablet? If sure, are you presently looking for a way to uninstall KingUser app out of your tool? Properly, if sure is your answer once more you then are in the proper web page. Here, i've given a grade by grade tutorial on how to uninstall KingUser android app for the ones devices which has been rooted the usage of KingRoot software.

One of the important blessings of uninstalling KingUser software out of your Android tool is that it's going to additionally help you to unroot your smartphone or pill, thereby supporting you to get lower back the guarantee of your tool.

Warning: Uninstalling KingUser app will take away root get admission to from your device and also you received’t be able to use Android programs which requires root permissions. So, beware of it before getting started out with the technique given below.

How To Uninstall Kingroot And Unroot Your Android Device

How to Uninstall KingUser And Unroot Your Android device

stipulations:

1) The manner for getting rid of KingUser given right here will paintings only on Android gadgets which has used KingRoot for rooting. Due to the fact that, we haven’t tried this on gadgets which has been rooted the use of different rooting apps, we will’t assure whether this tutorial will help to take away KingUser.

2) make certain which you have uninstalled the KingRoot application, which you have used for rooting your tool. Additionally, make sure that your tool has a decent battery backup in it before getting began with this uninstallation process.

Once you have finished the conditions given above, you can cross in advance and get started with the method given under.

How to Uninstall KingUser And Unroot Your Android tool:

1) To get started out, go to your Apps menu, click on the KingUser app icon and open it up.

How To Uninstall Kingroot And Unroot Your Android Device

2) once the app is released, click on at the “Settings” icon within the top right-hand nook of the display screen to release KingUser settings.

How To Uninstall Kingroot And Unroot Your Android Device

3) Now, inside the KingUser fashionable settings display, click on on “Root Authorization setting” to release up the settings display.
[ads-post]
How To Uninstall Kingroot And Unroot Your Android Device

4) within the “Root Authorization putting” click on “do away with Root Permission” alternative.

How To Uninstall Kingroot And Unroot Your Android Device

five) Now, a prompt will show up with the message “remove Root Authorization absolutely and go back to Unroot fame, proceed?“. Click on “clear” to begin the “remove Root Permission” method.

How To Uninstall Kingroot And Unroot Your Android Device

6) when you click on “clear“, you'll see the “In developmentmessage in conjunction with a progress circle as proven within the screenshot underneath.

How To Uninstall Kingroot And Unroot Your Android Device

once the development set off receives closed, the uninstall method of KingUser will be correctly completed. Additionally, you have got successfully unrooted or eliminated root get right of entry to out of your Android cellphone or pill. Now, you could use the foundation Checker app to affirm the unrooting technique.

If you have Mikrotik Server with DSL connection with dynamic ip , which changes on every reboot / reset, and you want to access mikrotik from the Internet then you can use changeip.com (DynamicDNS) service, using this service, you don’t have to query the DSL IP every time, all you have to remember the domain name that you register on the site, and rest of things will be handled by the DDNS script configured on the Mikrotik.
Following is the the scenario:
 INTERNET   =>   DSL MODEM  => MIKROTIK
User with WINBox        =     (with dynamic ip)
DSL MODE IP              =   192.168.30.1 (Device or Router opening IP)
MIKROTIK WAN IP    =  192.168.30.5     (winbox Connect to )

CONFIGURE DSL MODEM TO ENABLE PORT FORWARDING
First open you DSL Modem page to enable PORT Forwarding (from DSL Modem to Mikrotik box)
Now add Port Forwarding rule
WINBOX uses TCP Port 8291
As showed in the image below . . .
Access Mikrotik Remotely anywhere in the world via DynamicDNS

Now Click on SAVE / APPLY

CREATE NEW ACCOUNT ON CHANGEIP.COM
Now Open http://www.changeip.com in your browser and register new account.

Now it will send you an confirmation email, Open your mail box, and click on the link it have send you to activate your account.

Now you have to add your own desired name and its domain. You can select various domains from the drop down list. As showed in the image below . . .
dns

To verify that the script is pasted and working properly,
Goto SYSTEMS   >  SCRIPTS , and double click on the DDNS to view its contents, Just verify it everything is in place.
As showed in the image below . . .

After adding this script Click button Run Script
And now open your Mikrotik any other internet in the world

This Script for Only Mikrotik ver 6.x , well tested with ver 6.24
:local ddnsuser "USERNAME"
:local ddnspass "PASSWORD"
:local ddnshost "CHANGEIP_YOUR_WEB_NAME"
:local ddnsinterface "WAN_INTERFACE"
:global ddnslastip
:global ddnsip [ /ip address get [find interface=$ddnsinterface disabled=no] address ]
:if ([ :typeof $ddnslastip ] = nil ) do={ :global ddnslastip 0.0.0.0/0 }
:if ([ :typeof $ddnsip ] = nil ) do={
:log info ("DDNS: No ip address present on " . $ddnsinterface . ", please check.") } else={
:if ($ddnsip != $ddnslastip) do={
:log info "DDNS: Sending UPDATE!"
:log info [ /tool dns-update name=$ddnshost address=[:pick $ddnsip 0 [:find $ddnsip "/"] ] key-name=$ddnsuser key=$ddnspass ]
:global ddnslastip $ddnsip } else={
:log info "DDNS: No change" }
}
Note
Make sure you change the user id + password + host name to match the same you have entered at the time of registration.
If you facing problem in settings so comments like below...

Now a Days, Android is the first desire a few of the cell users due to its killer functions. Android has delivered quite a few appealing capabilities to its customers, thats why it very famous these days. Guys, you already know that the majority android comes with a characteristic of twin sim assist, or you could say that every one android tool come with twin sim card assist. So, WhatsApp customers have a completely serious remember with it that can they use  whatsapp in a unmarried android tool ?. My solution is sure. You can now use  whatsapp accound in a unmarried android telephone and additionally, you donta have to root your android smartphone. In case you are looking a working technique to run 2 whatsapp account in a unmarried android then your search adventure ends here due to the fact in this submit i am going to share a operating and tested manner to run  whatsapp debts in a unmarried android device.


[Dual WhatsApp] Run  WhatsApp in a Android device

As i've referred to before that you dont need to root your android smartphone. You just ought to installation a app, GBWhatsApp : dual WhatsApp which is a modded model of WhatsApp. By means of GBWhatsApp you could run  whatsapp in a android cellphone easily.

Features of GBWhatsApp [Dual WhatsApp]

• No Root needed
• working clean
• cutting-edge Apk updated
• Calling function
PreActivated

Run 2 WhatsApp in a single Android smartphone


just observe the beneath stated Steps and you'll capable of Run  Whatsapp in a android device.

Dont leave out - Set Your WhatsApp DP with out Cropping
[ads-post]

1. Firstly, down load GBWhatsApp : dual WhatsApp  Download Whatsapp

2. Truly download it and deploy it well.

Three. Now Open the GBWhatsapp and Create a Account the use of your second mobile range.

Four. Verify Your quantity with GBWhatsApp and thats All.

Now you have got  whatsapp in a single android. First one is official WhatsApp and 2d is GBWhatsApp. Each will paintings like allure and without any hassle. Cheers !

Guys, thats all below Use  whatsapp in a unmarried android cellphone. I'm sure that it'll be just right for you. If you're facing any mistakes do proportion with us via feedback. We would really like to assist you. Please proportion this publish in your buddies and cherished ones.


How to open password protected "rar" files without having password.
1- Download the RAR breaker from here.
2- Extract this software in your partition C.
3-  Click "open" and select your RAR file u want to break the password.


 Open password protected RAR files without having password

3- Select "Diccionary attack"
[ads-post]
 Open password protected RAR files without having password

4- now wait for the process to complete an at the bottom it will give you your password.


 Download


 Automatic Bandwidth Divide in Users (Bandwidth Management in Mikrotik)
 Automatic Bandwidth Divide in Users (Bandwidth Management in Mikrotik)
Copy This Script And Past In New Terminal 
/ip firewall mangle
add action=mark-connection chain=forward comment="PCQ Eq" \
    new-connection-mark=equal-mark-con src-address=192.168.2.0/24
add action=mark-packet chain=forward comment="PCQ Eq" connection-mark=\
    equal-mark-con new-packet-mark=equal-mark-pack
/queue type
add kind=pcq name=pcq_down pcq-classifier=dst-address
add kind=pcq name=pcq_up pcq-classifier=src-address
/queue tree
add name=DOWLOAD packet-mark=equal-mark-pack parent=LAN queue=pcq_down
add name=UPLOAD packet-mark=equal-mark-pack parent=WAN queue=pcq_up
Note
Please Change the  192.168.2.0/24 with your Network Ip 

There are innumerable methods to use ebooks to promote your business and force great traffic to your website. Once posted in your web page, you can turn them right into a each day direction, which brings your purchaser lower back to examine the subsequent chapter. You can use them as a free present for making a buy or for filling out a survey. Put your e-book on a disc, and you may have an revolutionary brochure. Blow your opposition away by way of putting the disc into your income packages.

The handiest advertising merchandise are the ones that are particular. Copyright your ebook, and right now, you've got a effective tool which you, and you by myself, can offer to the public. Human beings will should visit your website online to gather your e-book, which increases the flow of first-rate visitors and the capacity of income and affiliate contacts. Make certain that you hold your ebook cutting-edge. Replace it often as the market and tendencies change. Upload new recommendation and strategies to show your possibilities how your goods or offerings can enhance their lives. Via constantly maintaining abreast of recent developments and techniques, you may continue to peer earnings out of your ebook for years after your unique introduction.

Every other out of the ordinary advantage of ebooks is that you may check their advertising and marketing capacity with out setting out rarely any coins in any respect. You can even produce an e-book one reproduction at a time, each time you get hold of an order, eliminating the want for garage and stock. Via this approach, you can gauge the saleability of your ebook, and make changes as necessary till the orders start pouring in. Ebooks let you study your marketplace and client behavior and motivation over a time period, with out risking your treasured monetary assets.
[ads-post]
Additionally they offer you with a useful manner to collect advertising records, which you can use in many unique sides of your enterprise. Use your ebook to find out what the particular goals and troubles are on your specific enterprise. Then discern out the way to solve these troubles, and post an ebook with this helpful information. This may boom the value of your commercial enterprise, upgrade your recognition, and get you called an expert on your discipline.

You could expand the cost of single e-book through breaking the ebook down into chapters for a serial course, into unique reviews available in your website, or into audio or visual tapes. Ebooks can be broken down into numerous extraordinary promotional materials by means of excepting a number of the articles and the use of them to promote your product. You may consist of a listing in your ebook to sell all the products or offerings you sell. You may consist of a thank-you note for studying your e-book and an invitation to down load an ordeal model of your product. Or you may consist of a shape in your target market to touch you for similarly records or with questions, thereby building your business relationships and your mailing listing. Using ebooks on this manner allows to cut the value of in my opinion producing separate promotional substances. You may use a unmarried e-book to entice new possibilities and to sell new products in your contemporary clients.

No other medium has this sort of flexibility and capability for enlargement. Think of your ebook like a spider spinning a stunning and problematic net. Now pass and create that internet, and see what number of clients and prospects you could catch!

Link changing has come to be a valid and respected practice amid many site owners inside the on-line network. Once worries over being stressed with a “hyperlink farm,” made many web page proprietors hesitate, however the concept never failed to go beyond such worries and has turn out to be a famous option for constructing visitors.

If link exchanging is completed in a professional and reasonable manner, it is able to raise the effects of your hard work. It an improve search engine rank, provide notable link recognition, and last, boom your worthwhile net visitors.

To maximize your gain and improve your visitors, there are numerous elements you want to be aware of. Link exchanging best works whilst you understand exactly what you need to mention. You should each understand your “area of interest,” or area of specialty, you must have a completely completed web web site. It is not very thrilling to do not forget a link change with a website this is, “under creation,” and is maximum possibly new. New web websites in reality don't have the traffic of installed web sites and it often takes time before the sort of quantity of site visitors will regularly visit.

Once your website is entire and geared up for site visitors, you could start searching through the same net web sites out there. It's high-quality to avoid seeing those web sites as simple “competitors,” if you need the device of link replacing to work. These sites can deliver you a tremendous deal of traffic that is already interested by what your website offers.

When you are exchanging, do no longer behave in approaches that will get on different webmaster's awful aspects. Do not demand that they hyperlink with you or anticipate an immediate response to your provide. Site owners are frequently hit with tens or loads of traffic asking for hyperlink exchanges. Watch your tone to your communications and recognize the attempt of all events worried. Never set deadlines or attempt to pressure the alternative webmaster into linking with you. If they may be interested they'll respond.

Naturally, in case you need to exchange, constantly get permission from the alternative birthday celebration's net website online in advance. Do no longer expect a person to hyperlink with you simply due to the fact you positioned a link to them in your web page. Some other not unusual behavior to keep away from is the virtual, “bait-and-transfer.”

that is wherein you agree to a link change, wait until they have got posted your hyperlink, and dispose of the return link to their website. This may often get your link completely eliminated without a wish of future exchanges with that area.
[ads-post]
Also, genuinely go to the sites you need to exchange links with. Many site owners are exact at noting which offers are real and that are impersonal or computerized.
Now that the fundamentals of what you ought to no longer do are set up, it's time to talk about how you can benefit and prosper from link exchanging.

For hyperlink exchanging, create at least one web page this is mainly for your hyperlinks. This need to be visible on your house web page. You can have as many pages as you like so long as you don't overdo your linking on every page. The restrict for linking penalties in search engines like google is around twenty or twenty-five links in step with web page. Whilst you skip this quantity, you run the danger that a seek engine will mistake your web page for a hyperlink farm.

As an example, if you have a website committed to electronics and trade links with similar web sites, you will exhibit specific areas for software, pc structures, and hardware in your partners' websites. This offers your traveler a greater information of in which the links point and what they are able to anticipate to discover on the give up of them.

It'll additionally improve your traveller's enjoy if you arrange the outdoors links. A few webmasters go away a small notification to allow traffic understand clicking on the hyperlink will take them far from their website online.

Your “guest links,” may have a name and a quick description. Your titles must be in simple identify format with out a all capitals or “toggle” formatting. An awesome title duration could be round twenty-five characters.

To optimize your hyperlink exchanging, keep your link descriptions brief, as nicely. Never use extra than twenty phrases to describe where every link factors to. Be concise, specific, and easy approximately your inner navigation and the navigation you need to web sites out of doors.
Hyperlink replacing can offer a beneficial device for promoting and profiting from the internet. By using adhering to three easy guidelines, you could have all of the traffic of exterior hyperlinks with none search engine consequences for doing so.

Ch.Shahzad Nasir

{facebook#YOUR_SOCIAL_PROFILE_URL} {twitter#YOUR_SOCIAL_PROFILE_URL} {google-plus#YOUR_SOCIAL_PROFILE_URL} {pinterest#YOUR_SOCIAL_PROFILE_URL} {youtube#YOUR_SOCIAL_PROFILE_URL} {instagram#YOUR_SOCIAL_PROFILE_URL}

Contact Form

Name

Email *

Message *

Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget