Archive

Posts Tagged ‘checks’

Need Software Dev. That Checks Domain Regs. On Foreign Site

January 21st, 2012 Comments off

My budget is very low for this project, so please only bid if you can do it within the budget, which is listed at the bottom.

I need to have a simple piece of software developed that checks domain registrations on one particular foreign domain registrar WHOIS site. I have a lot of domains registered at this foreign domain registrar. Their site is very simple and does NOT have captcha.

So here’s what the software needs to do:

1.) It needs to be able to either use a list of domains I …

Background Checks

November 14th, 2011 Comments off

I want to perform employment background checks for personnel in the following organizations:

1. Businesses who employ more than 150 employees.
2. Businesses who provide temporary staffing or part time labor.
3. Organizations with volunteers who work with children (i.e. youth baseball leagues, basketball leagues, football leagues, volleyball leagues, hockey leagues)

I’m looking for the contact information for HR directors, league administrators, and executives responsible for making hi…

Ajax Registration Form 2

May 17th, 2011 Comments off

** IMPORTANT NOTICE ***
I’m not looking for a collection of free scripts with 3 css, or 5 different files for every check, but only one file for checks, one css etc. I’ve already paid $50 to get such files.

I want a registrations form which will do the following validations using jquery:
1.- Username
Checks for min-max characters and checks for duplicate in the database. Min-max characters are controlling of variables $CFG['minuserchars'] and $CFG['maxuserchars']
2.- Email
Checks for valid email and checks for duplicate in the database.
3.- Password
Checks for min-max characters and validate match. Min-max characters are controlling of variables $CFG['minpasschars'] and $CFG['maxpasschars']
4.- Some text inputs.
Checks if empty. One is enought as a demo. I’ll add the others
5.- Droplist (Gender)
Checks if selected value is not the default (Please select),

IMPORTANT: All text messages must be variables as I need to add them in my language file. eg $LANG['duplicateusername'] instead of “Username already exists.

Categories: Ajax, Form, Javascript, jQuery Tags: , , , , , ,

Ajax Registration Form

May 17th, 2011 Comments off

** IMPORTANT NOTICE ***
I’m not looking for a collection of free scripts with 3 css, or 5 different files for every check, but only one file for checks, one css etc. I’ve already paid $50 to get such files.

I want a registrations form which will do the following validations using jquery:
1.- Username
Checks for min-max characters and checks for duplicate in the database. Min-max characters are controlling of variables $CFG['minuserchars'] and $CFG['maxuserchars']
2.- Email
Checks for valid email and checks for duplicate in the database.
3.- Password
Checks for min-max characters and validate match. Min-max characters are controlling of variables $CFG['minpasschars'] and $CFG['maxpasschars']
4.- Some text inputs.
Checks if empty. One is enought as a demo. I’ll add the others
5.- Droplist (Gender)
Checks if selected value is not the default (Please select),

IMPORTANT: All text messages must be variables as I need to add them in my language file. eg $LANG['duplicateusername'] instead of “Username already exists.

Categories: Ajax, Form, Javascript, jQuery Tags: , , , , , ,

Perl Or Php Script That Checks Mass Smtp

May 16th, 2011 Comments off

Hi guys i need a script that checks mass smtp list . perl or php.. which i think perl will be faster.. i have 2 scripts already i just want to add few sending and testing features

Convert Simple Liberty Basic Program To Vb

April 21st, 2011 Comments off

I have a simple little program that was written in Liberty Basic and I need it to run under VB Express 2010. The program checks a directory for any files. If no files it sleeps for 30 seconds and checks again. If there are any files it takes them one at a time, makes a copy in a different directory. Then this sequential file is opened, read, parsed into individual fields. (each field is separated by a ~) Then a specific field is changed from a Y to an N and written to a different director with the ~ put back in between the fields. When that is completed checks to see if the file has any more records and does the same till all the records are in the new file in the new director. That file is closed in the new directory and the original file in the original directory is deleted. The program checks to see if any files are left in the original directory and process them the same way and when all the files are processed from the source directory, the program goes to sleep for 30 seconds and goes back through the same process again. It sounds difficult but is quite simple.

Copy Script / Email Verify

February 27th, 2010 Comments off

Please have a look at:
www.verify-email.org
www.email-unlimited.com/tools/verify-email.aspx

I want this exact script. Is it possible to copy and deliver one of them to me as a function, maybe php? The function would return the result and the description/log.

If you can’t get one of these exact same scripts, then please describe the alternative you would be using.

This script does the following:
1) Checks the address syntax.
2) Checks to see if the domain is valid.
3) Checks to see if there are mail servers.
4) Sends test message (not mail) to the server.
5) Retrieves the response message from the server.
6) Returns the result (good/bad) & the description or log.

Thank you.

Verify Rights And Add Rights

August 27th, 2009 Comments off

I have a simple problem. I need a php/mysql page done.

What we are working on: A file called send_messages.php that checks “prights” for that user and checks to see if they have rights to send messages. If they do it checks to see how many messages they have sent per month / per day. Problem is that my default member rights are not added to a table called “prights”. I need a workaround.

Here is my problem. I have a table called “prights” that has all the user rights. I had a programmer do a script that looks in the table for a specific rights. Problem happened that default rights are not added to the prights table, only if I modify the rights. So when my script looks at prights, the user does not have the right that they need (even though it is default).

My thinking is adding it to my send_message.php file since that is where the script looks at those values. You can either change the script to do a default value of 4 (messages per day and messages per month). But if i change the value to 10 for that user, it would have to see 10 messages max. Problem with doing a default of 4, people that are not registered should not be allowed to send a message.

If you choose we could do a cron file that changes the table. How we do it is up to you, the programmer. All I know is I need it done. Not a hard project, but I tried explaining everything here.

I have added send_message.php to the download file on this project for you to take a look.

Let me try to explain it.

Table “members” has member ID – Each user
Table prights has “PID” which equals “ID”

Under “prights” table
ID = PID
If RID = “53″ exists do nothing

If RID = 53 does exist, adds following lines (example PID=100). PID is the constant. RID 3 & 4 are also constants.

PID=100
RID=53 (53 = per day)
Value=4 (Able to send 4 messages per day

PID=100
RID=54 (54 = messages per month)
VALUE=4 (Able to send 4 messages per month)

Other problem might be that the script looks at the table right off the bat and if they don’t have the correct rights, it tells them they don’t. So you will have to make a modification to the script that changes it before it tells them that they have sent too many messages.

Bonus: If you add to the page where it tells them how many messages they have sent in last 30 days and how many they have left, I will add a bonus.

Vbscript Office 2007 Upgrade

August 25th, 2009 Comments off

I am trying to come up with a vbscript that does the following:

-Checks for “Microsoft Office Access 2003″ on the computer and runs a setup.exe from a network share accordingly and quits.
-If that’s not installed, then it checks for “Microsoft Office Professional 2003″ and runs the setup.exe from the network share if it’s detects and quits.

If it doesn’t detect either, then script:

-Checks for “Microsoft Office 2003 Standard” and runs a network share setup.exe if it’s detected and quits.

If 2003 standard not detected, then:

-Checks for “Microsoft Office 2003 Professional” and runs a network share setup.exe if it’s detected and quits.

If it doesn’t find any of all of the above titles, then script should go ahead and run a setup.exe from a network share and quits.

Is this possible?

Php Code That Checks Date

July 29th, 2009 Comments off

I have a non CMS driven website on which my customer wants every few days an other bit of text showing. Because I can’t be available each time he want changes I would like to have a small piece of php that checks if the current date is between 2 given parameters which are the beginning and end date. When it is between the given dates the part of html is sown. When it is outsides it ignores the piece of html.

In one page I would like to enter a few of these date shown pieces of html so I can make changing weeks in front.

See attached html doc that makes more clear what I want

Website & Seo Grading Program

July 21st, 2009 Comments off

Develop a website grading program that:

Captures web url and email from user
Captures keyword from user
Captures two competing websites from the user
Established a cron job in MySQL for processing
Crawls and analyzes the website for SEO
Crawls and analyzes the competitors’ websites and analyzes them
Stores the results in mySQL
Compares the gathered information against standard SEO metrics
Creates a report in HTML and stores this on the web server
Emails the report link to the user
Stores link in mySQL

The metrics that must be gathered and presented in the report include:
1. Meta description
2. Meta keywords
3. Meta title
4. Count keywords and compare
5. Count images and compare
6. Count words and compare
7. Check three linked pages and see if keywords and title and descriptions are different
8. Check page lengths in words
9. Check keyword density
10. Checks Domain age
11. Checks Google Page Rank and last Crawl date
12. Checks Yahoo Rank
13. Checks Bing Rank
14. Checks Alexa rank
15. Checks if in DMOZ, ZoomInfo, Yahoo Directory, Best of web
16. Checks inbound links on Google, Yahoo, and Bing
17. Checks for bog and technorati rating
18. Checks number of social bookmarks on: delicious, digg, google bookmarks, sphin, yahoo buzz, and newsvine
19. Checks for RSS feed on site
20. Checks for contact address and inquiry form
21. Number of pages indexed in Google, Yahoo, Bing
22. Check for use of alt tags, H1 tags, and terms page
23. compares competitors PR, indexed pages, age of domain, and social bookmarks to main site.

Code must be in PHP, MySQL, and highly optimized for traffic. You must sign and NDA and must not resell the code. Code ownership will be by my company. Code must be bug-free. Report must look good and include extra text provided by me.

Script Checks Available Url

July 14th, 2009 Comments off

I would like a script that can be given a list of domain names, it will filter out anything that is not a .com then it will check if the

.net
.org
.biz
.us

and others are registered or available.

This script will be handling 10000s of domains per day so I need to understand what will you be querying for the info (whois?) ? And will the IP get banned? If so, how do we get round it?

Lets discuss on PMB

Input Sanitation Checks Fields

July 1st, 2009 Comments off

Here is the list of characters that I need to omit in all my input field page entries to protect my self from hackers and malicious scripts..

this is necessary for 4 pages on my website which have input fields.

[1] | (pipe sign)
[2] & (ampersand sign)
[3] ; (semicolon sign)
[4] $ (dollar sign)
[5] % (percent sign)
[6] (the at sign -) – this is necessary to any field except from fields where an email address is needed
[7] ‘ (single apostrophe)
[8] ” (quotation mark)
[9] ‘ (backslash-escaped apostrophe)
[10] ” (backslash-escaped quotation mark)
[11] <> (triangular parenthesis)
[12] () (parenthesis)
[13] + (plus sign)
[14] CR (Carriage return, ASCII 0x0d)
[15] LF (Line feed, ASCII 0x0a)
[16] , (comma sign)
[17] (backslash)
[18] ) (closing parenthesis)
[19] * (Sanitize input to exclude context-changing symbols such as)

B. To fix the <%00script> variant see MS article 821349

C. For UTF-7 attacks:

Log Forging:

[1] CR (Carriage return, ASCII 0x0d)

[2] LF (Line feed, ASCII 0x0a)

[3] BS (Backspace, ASCII 0×08)

Php Seo Tools

June 8th, 2009 Comments off

Below is a list of 15 seperate SEO-based tools which I would like to have built. These tools should be made with a basic CSS design which is templated, just like the tools already at http://www.easyseoscripts.com/dhtml.htm All tools must have a CAPTCHA image, must NOT use register_globals, and must be PHP5 compatible.

Cloaking Checker (iwebtool.com)
-Enter a URL and compare how search engine sees it as opposed to a real web browser.

Google Datacenter Search (iwebtool.com)
-Search keywords/phrases through different Google datacenters.

Keyword Suggestion (iwebtool.com)
-Find related keywords matching your search (preferably by grabbing the results from a page from Google with 100 results on it, then analyzing the keywords and displaying the top 10, since the Overture tool is no longer around and Wordtracker doesn’t allow cURL from their results pages)

URL Redirect Checker (iwebtool.com)
-Checks whether redirect is followable by a search engine or not

Domain Availability (iwebtool.com)
-Checks for available domain names (at least com, net, biz, us, org, info, mobi, ca, in, cn, co.in, jp, co.jp)

Link Price Calculator (iwebtool.com)
-Estimate how much to pay for a link (use your own algorithm, including PageRank, Alexa rank, Alexa visitors per month, backlinks from Google, backlinks from Yahoo!, backlinks from Bing, and indexed page report)

Reverse IP Lookup (iwebtool.com)
-Searches for all other domains hosted on a given IP address/domain name (using Bing’s

Lottery Script

June 2nd, 2009 Comments off

What I need

—————
General
—————

+++ The Review of products +++
(On mainpage ::: 10 products

Php Troubleshooting Expert

April 24th, 2009 Comments off

Hello and thanks for taking the time to review my project.

I need a fluent expert with PHP and registration fields to help me.

I need someone that is available immediately and can complete within the next 1-2 hours with me via yahoo messenger.

I will pay via SL Escrow only.

Project:

I have an existing registration_functions.php that works. It’s been thouroughly tested many times and I have had work done to the file for new fields and a few other things.

Well, somehow the error checks stopped working. The script came with it’s own default checks for email, name, login , password, as you will see when you look into this issue.

But it’s not displaying red errors anymore and it use to work.

1. Fix the existing checks so they print red errors on the form.

2. Add 13 very simple checks and make the fields required. Make 13 new fields required. Right now you can leave them blank. Each one has to be checked in this fashion … if phone1 doesnt have 3 characters value print error …if phone2 doesnt have 3 character value return error….etc etc ..each field has specific values to check for that I can supply you with via yahoo.

3. Write a small code in my index.php if http goto https
I want all users to always goto https.

Pdf Checkbox Demonstration

April 11th, 2009 Comments off

I need to be able to create an eBook with Acrobat 8 that has checklists the reader checks off. I would prefer that they not be able to edit the PDF but that the checklist state would be stored each time they close it. For example, the reader opens the file, checks off steps 1, 2, and 3, and closes the file. Later, they open the file, see that 1, 2, and 3 are checked off, then check off steps 4 and 5, and so on. I would like the winning bidder to create a sample document (if possible, I would like black square checkboxes with big green checks…but this is not critical) and an explanation of how I can do it. What the heck…why not make a check list description of how to do it for me!

I am curious also if it is possible for these documents to send the check actions to a server, but that is just a curiosity. In other words, could one monitor the checking off remotely? This is not really part of this project…just want to know.

Super-lightweight Monitoring

March 16th, 2009 No comments

Hello,

I need a super-lightweight monitoring service for Linux servers, which can monitor and report problems to a single page. It needs to consume as little resources as possible and perform the checks and report the results as fast as possible. The check, which need to be done:

– current loadavg
– current memory usage (in %)
– current disk usage (df -h, but for certain partitions only)
– number of procs at the moment. this mus also report how much of each type are running (for example — 10 php procs, 8 rsync procs, etc.)
– the status of a few services (for example — httpd (up), MySQL (down), etc.)
– the number of used apache child procs
– the number of messages in the exim queue
– number of logged in users in cpanel
– number of IP addresses using a certain service
– number of user accounts on server
– there must be an option to add additional checks!

All the checks must run once per minute (some will run every 5 minutes) and must report the status/results to a master server, where the status will be displayed. Each status should be recorded in a database (MySQL/PgSQL).

I will provide the commands for most of the check, I just need a sysadmin/developer, who can write the check scripts on perl/C and create the master interface (which doesn’t need to be pretty, just functional).

Once the project is done, the developer must provide me the source code. We will test the monitorin on a single server for a couple of days and if it is functioning satisfactory, money will be escrowed.

Please do not just post a bid. Do so only if you can do this and in less than two weeks. If you have any questions, feel free to post them in the PMB before bidding.

If you do this job fine, I have some more projects, on which I can use some help.

Bear