Archive

Posts Tagged ‘detect’

Code To Detect Country And Device

December 7th, 2011 Comments off

I need to be able to detect 1
1 the country a site visitor is viewing from
2 the device they are viewing on – desktop, tablet or mobile

I have seen the following resources
For the country, a database solution
http://www.maxmind.com/app/geolitecountry

for detect – this

Of course if you have simpler or more effective solutions, present them

I need the country code to be avle to display different code to different countries.
I want the devices code to either redirect, create lin…

Avu (anti Virus Unix)

December 3rd, 2011 Comments off

Anti virus UNIX is the first code that I’ve seen that can detect and disinfect real ELF/Binary viruses in Linux. It can also detect basic memory infections and unpack protected/packed executables or malware. I do have another project called VMA Voodoo hunter that can detect complex user space memory infections. This code could be easily ported to other OS’s, but has been tested in Linux, however it is effective on any ELF executables (32 bit only at this point)

Categories: Linux, Security, UNIX Tags: , , , , , ,

Software That Detect/report Location Of Lost Computer

October 25th, 2011 Comments off

This software will consist of 2 parts:
-monitoring agent that runs on user computer and report location to web site
-web site that save reported location to DB and show it to user any time later

This software will use 3 methods to detect location:
1) GPS
2) IP detection (from where we can obtain ISP and username or new user)
3) ISP and username of new user detected by monitoring agent on client computer and reported to server computer so IP detection not used

Method #2 has patent protection in some countries so it will be possible to disable using this method and using method #3 instead.

This software will run undetectable on user computer or smartphone and every 24 hours make HTTP connection to our web site.
For example, http://www.customer_server.com/monitoring_center.php?ComputerId=23423423&ComputerName=VFX584&ISP=Aol&AolUsername=Smith
monitoring_center.php will detect IP address of these connections and save it to log file(time of connection, IP address, computer id, etc)

Than customer can provide IP address and time of connection(or ISP and username) to police that they can contact Internet Service Provider company and find out name and address of user who was owner of this IP at that time.

Can you make it so that it will be difficult to find this program and delete?

Thank you

Detect Homepage

June 14th, 2011 Comments off

Hello,
the current code:
{if $ smarty.session.UserId ==”}
{include file = ‘menufr.tpl’}
has changed. menufr.tpl page should be displayed only on homepage (Site root)

Thank you

Referring Website Detect And Redirect

May 23rd, 2011 Comments off

Greetings,

We are in need of a programmer who can implement a redirect on our clients website.

We have a list of referring websites that need to have a redirect created. When a visitor of one the referring websites visits our clients website, the redirect should direct the visitor to a page of our choosing.

Our client run Windows Server with IIS

Thank you very much

Detect And Remove Cscart Backdoor And Hacker Files

May 8th, 2011 Comments off

A security expert in cscart is needed. I need you to find hacker exploit script in my server and all hacker files and backdoors left wwhich he is using to reaccess my sites. there are 2 websites which are basically the same customlambodoors and lambodoordeals are both sites. I need this work to be done with guarantee as it seems like other security experts had some problems rectifying the backdoor even though they did a good job at rectifying some of the backdoors and closing them up. I need a sure guaranteed answer to stop the hacker. site. I can use paypal or escrow.

Mobile Browser Detect Php Flash

May 2nd, 2011 Comments off

Flash and mobile detect script. We have a html page that use swfobject to display flash content. If flash is not installed it displays alternative content instructing user to get flash.

We need to modify this and add mobile detect that will detect if on a mobile device and display alternative content. This will be for all mobile devices except iphone and ipad

For iphone we need specific content that fits the iphone resolution display.

For ipad we need specific content that fits the iphone resolution display.

all content to be centered in browser and scaled to fit where possible.

we have some detect in the code already but its not working correct in lining up the images and does not seem to detect ipad correct

Outlook Vba – Detect Sync En 3

March 14th, 2010 Comments off

I have the following code written in Excel VBA that automates Outlook 2007. It initiates a send/receive cycle. I simply need to be able to know when the sync is complete.

Private Sub Rent_Coder()
Dim MyOutlook As New Outlook.Application
Dim MySync As Object
Set MyOutlook = CreateObject(“Outlook.Application”)
Set MySync = MyOutlook.Session.SyncObjects.Item(1)
MySync.Start
End Sub

My main code runs in a loop that should not be completely stopped. It can call another routine, but cannot be completely broken.

Outlook Vba – Detect Sync En 2

March 9th, 2010 Comments off

I have the following code written in Excel VBA that automates Outlook 2007. It initiates a send/receive cycle. I simply need to be able to know when the sync is complete.

Private Sub Rent_Coder()
Dim MyOutlook As New Outlook.Application
Dim MySync As Object
Set MyOutlook = CreateObject(“Outlook.Application”)
Set MySync = MyOutlook.Session.SyncObjects.Item(1)
MySync.Start
End Sub

My main code runs in a loop that should not be completely stopped. It can call another routine, but cannot be completely broken.

Outlook Vba – Detect Sync End

February 26th, 2010 Comments off

I have the following code written in Excel VBA that automates Outlook 2007. It initiates a send/receive cycle. I simply need to be able to know when the sync is complete.

Private Sub Rent_Coder()
Dim MyOutlook As New Outlook.Application
Dim MySync As Object
Set MyOutlook = CreateObject(“Outlook.Application”)
Set MySync = MyOutlook.Session.SyncObjects.Item(1)
MySync.Start
End Sub

My main code runs in a loop that should not be completely stopped. It can call another routine, but cannot be completely broken.

Browser And Javascript Detect

December 23rd, 2009 Comments off

I need two things:

1) Using PHP I need to detect the browser and if is not one of the following browsers I need to forward the user to a file called ‘browserMessage.php’. I will build this page myself.

The following browsers are supported. Every other browser needs to be forwarded to ‘browserMessage.php’
FIREFOX 2,3
IE 7,8
SAFARI 2,3

2) I also need is a piece of PHP code that will detect if javascript and if cookies are enabled. If either one is disabled or not present, we need to display text in the window that says:

‘We have detected that your browser currently has javascript or cookies. Please enable these features in your browser before attempting to use the CA-AVRS website. We apologize for the inconvenience.’

Yahoo Invisible Status Detect

December 7th, 2009 Comments off

Hi,

I need a linux C/C++ program that can connect to Yahoo Messenger and detect if a user is online, offline or invisible. The program must use the libyahooo2 library from SVN because it contains the recently patch which allows you to connect to Yahoo Messenger servers.
The program must NOT use any other 3rd party services that does this thing.

The program will read the bot’s users & password from a config.conf file which looks like this:
username = yahoo_user
password = yahoo_password

The program will be called like this:
./check_yahoo user_to_be_checked

and the response must be online, offline or invisible.

libyahoo2 download here: http://sourceforge.net/projects/libyahoo2/develop

Thanks.

Detect Version Of Windows

October 28th, 2009 Comments off

I need a simple .exe file created + source files in VB that will run on windows 32-bit, and windows 64-bit to detect what version of windows is running. The program will be executed at the command line, and will output a result into a file as ascii data.

For example, a person on windows ME runs the application. It executes, creates version.dat which contains “WINME”, then exits. Inside the source file I should be able to change what text it outputs. If the file exists, it should overwrite it.

Windows 95 = WIN95
Windows 98 = WIN98
Windows 2000 = WIN2K
Windows ME = WINME
Windows XP = WINXP
Windows Vista = WINVI
Windows 7 = WIN7

…and so on. Very simple project, I just don’t know VB!

Detect Browser Details

October 18th, 2009 Comments off

I need a detect browser details script to be coded exactly like the one function on http://checkbrowser.info site especially the php parts that can detect the platform, browser, blacklist, proxy etc. Interested party please place your bid or pmb me for more details.

Detect Dead Links Phpbb3

September 14th, 2009 Comments off

Need a small php script that does basically what this one does at http://vodmap.co.uk/ but added as a mod into my website so that I can choose a bbcode [mov][/mov] and it automatically detect if it is a dead video link or not (you can do this by having the phpscript check the website to see if it has the phrase this video has been removed etc.) I also want a set of install instructions written up for it in case it ever messes up I can reinstall it on my site as a mod with automod. I dont care what programming code you use as long as it will work with automod, this should also make it so that every link on the site that uses this function is added to the mysql database so if someone clicks the “report dead link” button it will identify which link, sometimes there will be as many as 50 in one thread.

Categories: Ajax, MySQL, PHP Tags: , , , , , ,

Detect If Hard Drive Present

July 26th, 2009 Comments off

I need a very simple app that can detect if my external drive is present before launching Outlook Express – the whole process should not be noticeable to the user/ should take less than 1 sec to complete.

I need to be able to change the drive letter either through a GUI or by editing a config file.

I also need to change the warning message either through a GUI or config file.

I want the whole process to be invisilbe – that is, no title bar or splash screen or loading bar.

Basic Workflow
- User click application.
- Check IF Hard Disk E:/ is plugged
- Launch Outlook Express, ELSE warn user to insert hard disk
- exit

Operating System
- Windows XP Home/Pro SP2 and SP3
- Windows Vista

PS: Programmers willing to provide me with their sourcecode will be more likely to be chosen.

Detect Age Of Email Address

May 18th, 2009 Comments off

Hi,

I need an application developed through which I should be able to detect the age of it, ie when was that particular email address created.

for example, you provide me a form with one text box to enter a email address and then a submit button. I enter a particular email address and when I click submit, your application should tell me when was that email id created. Simple.

I would need a demo first!

Thanks for your time

Detect Yahoo Status

May 7th, 2009 Comments off

Hi I am looking for someone who can make a program that is like yahoo status checker that is a desktop program that can scan on its own and not manually. I am willing to pay anywhere’s up to 25 to 50 dollars for one.buddy spy had always been a nice program but it no longer works. if anyone can help me out

Browser Detect Php Message

April 24th, 2009 Comments off

Need a simple script to detect browser type and if browser is firefox then ok run normal php code, but if not firefox display inside the body of webpage a message “you must use firefox to continue, please download at firefox.com”

thats it – real simple

Bear