Archive

Posts Tagged ‘the url’

Correct The Url On A Wp Site

February 9th, 2010 Comments off

We have a newly created website using wordpress with the Thesis theme, hosted on Bluehost. Following the directions to install the theme on wordpress, the resulting site’s url has the following form:
http://mydomainname.com/wp/
We wanted it to be:
http://mydomainname.com/
Entering the url without the “wp/” on the end sends us to a Bluehost.com page saying “the page you have requested is currently under construction.”
We’re newbees to developing websites and would like help to correct the url, and also to help us understand what this unexpected result means.

Post On Forums

January 17th, 2010 Comments off

I need someone for following work:
- Go to a website (i will provide the url) and collect 10 adult pictures.
- bundle the pictures with a programm. I will show you how.
- upload the file to Rapidshare and Hotfile
- make a post to an adult forum (i will provide the url) with the url and one of the pictures
- repeat the whole work 5 times (overall: collect 50 images, bundle 5 packages, make 5 post to forums)
- bid for the complete project

Url Redirect

November 7th, 2009 Comments off

I have a website hosted on a Godaddy account using a WordPress template. When I type the domain name in the URL it directs to http://domainname.com.

How come it doesn’t show the www. part in the URL bar? This seems like a very simple project to make sure the URL shows www in front of the domain name. Can this be done through the WordPress template or do you have to access through FTP?

I need this fixed today. Please make a bid.

Php Curl Page Scraping Project

August 22nd, 2009 Comments off

I am looking to scrape data from the following URL:

http://matrix.itasoftware.com

(NOTE: You can simply click on ‘Log in as a guest’, there is no need to sign up for an account at the above URL)

- only the first result will need to be scraped
- the results will be saved to a MySQL database

- results in the MySQL database will be used to populate the following:

http://www.ingle73.com/projects/itasoftware/

- As you can see in the URL above, a simple e-mail notification is part of the script as well.

- As you can also see in the URL above, the script will cycle through a variety of specified dates. The script will also run during a specified time on the server, different for each zone.

- The script will display the last 100 fares found, and the cheapest 100 fares found in the last 7 dates, for each zone.

- The URL above shows 2 zones as an example, but for the actual script there will be 23 zones. They are all identical to each other in terms of functionality.

This is my first time using ScriptLance, but I can provide many references from other similar sites. I’ve always had positive results with every programmer I’ve used, and hope to continue that way!

chris

Pr4 Or Better Link Building

July 30th, 2009 Comments off

I need 100 PR4 (PR must apply for link page) or higher one-way static links to our web site from related websites to be placed over a 3 week period. Links will be to specific pages in our website.

***PLEASE READ THE ADDITIONAL PROJECT REQUIREMENTS CAREFULLY BEFORE BIDDING***

1. Links must be placed on websites and individual pages related to our content. I’ll provide the URL of the site only in the PMB.
2. Links must come from individual web pages of PR4 or higher.
3. Links should contain our target keyword/keyword phrase (we will supply the target keyword/keyword phrase) as text in the link anchor text hyperlink in combination with the link description that we will also supply.
4. ONE WAY LINKS ONLY (No reciprocal links will be accepted)
5. Links must be manually submitted ONLY. No use of Automated software.
6. Links must be deployed several per day over the 3 week period to avoid any penalties.
7. Links must be on pages with 30 outbound links at most.
8. Links must be permanent, static html links and CANNOT be from sites that require ongoing payments.
9. Links must be in text, no graphics and cannot be from framed pages or include rel=nofollow tag.
10. No redirects, JavaScript links, hidden links, Flash sites/pages, or other unethical tactics.
11. Link page must already be indexed and cached by Google within last 30 days.
12. Link should be on ENGLISH language sites only.
13. Linked sites must be in production and active. ( Not under Construction ).
14. Link page must not be excluded by robots.txt and the anchor text must not contain the rel=nofollow tag.
15. Link page must be search engine friendly, i.e. no redirects, cloaking, framed pages, etc.
16. One link per domain. All links must be from different Class-C IP addresses.
17. No links from: guest book, blogs, classifieds, dynamic inks, link farms, link-exchange programs, forums, directories, Free For All websites, hacker, pharmacy, illegal,adult , pornographic, Gambling, Sports, Poker, Bingo or related websites.
18. No Scraped content, mirror sites, link schemes and sites overrun with contextual ads, popups, intrusive advertising, etc.
19. Links should not be posted and or participate web directory or in any commercial link exchange programs/ web rings/ link farms/ exchange programs. i.e linkpartners.com, LinksToYou.com, etc. The old co-op advertising sites are no good as well.
20. No links using any automated techniques or techniques of blog comment spam, referrer spam or ANY other shady tactic.
21. Links must not be labeled, sponsored, links, or ads.
22. Links from websites that already link to our site will not be counted.
23. We reserve the right to cancel any link if not found suitable.
24.NO LINK DIRECTORIES

I need WEEKLY UPDATES AND A FINAL DELIVERABLE IN THE FOLLOWING FORMAT

Php/curl Page Scraping Project

July 20th, 2009 Comments off

I am looking to scrape data from the following URL:

http://matrix.itasoftware.com

- only the first result will need to be scraped
- the results will be saved to a MySQL database

- results in the MySQL database will be used to populate the following:

http://www.ingle73.com/projects/itasoftware/

- As you can see in the URL above, a simple e-mail notification is part of the script as well.

- As you can also see in the URL above, the script will cycle through a variety of specified dates. The script will also run during a specified time on the server, different for each zone.

- The script will display the last 100 fares found, and the cheapest 100 fares found in the last 7 dates, for each zone.

- The URL above shows 2 zones as an example, but for the actual script there will be 23 zones. They are all identical to each other in terms of functionality.

This is my first time using ScriptLance, but I can provide many references from other similar sites. I’ve always had positive results with every programmer I’ve used, and hope to continue that way!

chris

Update Rows With Mysql

July 14th, 2009 Comments off

I have two tables with the following structure:

PRODUCTS
id
productname
qty1
qty2
qty3

OPTIONS
id
productid
optionname
qty1price
qty2price
qty3price

I know that the database is not as efficient as it could be, but that is not what the project is for. You are just to get the query to work with the current database structure.

With that being said, the object is for you to allow these fields to be edited through a page called update.php

The current update.php page takes the variable “id” from the URL and pulls from the PRODUCTS table all rows where the id is equal to the id in the URL. It also pulls information from OPTION where the productid is equal to the id in the URL. All of this information is then summarized in an an HTML table.

Headings: QTY1, QTY2, QTY3
Row 1: OPTIONNAME1, QTY1PRICE, QTY2PRICE, QTY3PRICE
Row 2: OPTIONNAME2, QTY1PRICE, QTY2PRICE, QTY3PRICE

These results are displayed in input fields so that they can be edited. The problem that I have with the current update.php file is that there can be multiple OPTIONS for a single product, so right now, the query is only updating one OPTION for each product. I’m sure that I’m just missing a loop or for each statement-something simple. I’d like you to write the code for the input fields/form. I have most of the fields, but I may be missing something like a hidden field, which will cause the query to work. You also need to write the query that will update both pages. The form needs to submit using the post method, not the get method.

Only bid if you can have it finished in one hour. Lower bids with faster delivery have priority.

Mysql Query To Update Rows

July 13th, 2009 Comments off

I have two tables with the following structure:

PRODUCTS
id
productname
qty1
qty2
qty3

OPTIONS
id
productid
optionname
qty1price
qty2price
qty3price

I know that the database is not as efficient as it could be, but that is not what the project is for. You are just to get the query to work with the current database structure.

With that being said, the object is for you to allow these fields to be edited through a page called update.php

The current update.php page takes the variable “id” from the URL and pulls from the PRODUCTS table all rows where the id is equal to the id in the URL. It also pulls information from OPTION where the productid is equal to the id in the URL. All of this information is then summarized in an an HTML table.

Headings: QTY1, QTY2, QTY3
Row 1: OPTIONNAME1, QTY1PRICE, QTY2PRICE, QTY3PRICE
Row 2: OPTIONNAME2, QTY1PRICE, QTY2PRICE, QTY3PRICE

These results are displayed in input fields so that they can be edited. The problem that I have with the current update.php file is that there can be multiple OPTIONS for a single product, so right now, the query is only updating one OPTION for each product. I’m sure that I’m just missing a loop or for each statement-something simple. I’d like you to write the code for the input fields/form. I have most of the fields, but I may be missing something like a hidden field, which will cause the query to work. You also need to write the query that will update both pages.

I will not be able to answer questions, because I will not be here. I think that I have provided enough information for you to work independently. Once I get back in within four hours, I will select someone. Include the phrase not a bot in your bid, or it will not be considered at all-even if you only bid $10. I’m only looking for this project to be completed, so no portfolios or background information about you or your company. If you have a demo for this project, post it in the PMB.

Thanks.

French Link Directory

July 1st, 2009 Comments off

I need a French link directory with automatic submission of the link.

On the main page i want the categories in french with google ads and
a box where people can enter the url. When the url is typed and he click enter he is redirected to another page where he should enter more information about the site like title,keywords,description,email of the site and confirm. When all is confirmed a link is created with all the information about the site in the specific categorie he selected.

In the categorie page i want all the url listed with a link to the site who is SEO friendly. I also want a space for Google ads.

A verry simple french link directory with automatic submission.

This french link directory need to be verry seo friendly.

P.s. I can provide traduction for each word of the site.

Ready to fund escrow,
Thanks

Modified Joomla Modules

May 26th, 2009 Comments off

I would like to have changes made to three standard Joomla modules. With each, I want to be able to turn them ON or OFF based upon whether an argument exists in the URL.

BANNER – I want to turn it off if “&task=edit” is in the URL. I have hacked this and have it working on my local server but not on a live site, so there may be some PHP version issue or something.

RELATED ITEMS – I want this ONLY to display if “&view=article” is in the URL.

MOST READ – Same as above, display ONLY if “&view=article” is in the URL.

For the latter two, if they are not running, I do not want their module position displayed at all (so if they are in the left menu, I want the left menu to collapse if there is nothing else in there, as if they are unpublished).

Adobe Air App

April 4th, 2009 Comments off

*This is Adobe Air Project Only*

I need Adobe Air application which will check Google page rank for a list of URLs.

The result will be presented in a sortable table containing the URL and Page Rank. Double click will open the page in browser.

There are two ways to obtain a list of URLs.

One is to type a starting URL.

For example www.site.com

Application will then follow all links on that page. It will then check the PR for all links on the page and then follow all links on those pages and so on until all pages on the site are checked with this rules:

- Links that leave the domain will not be followed/checked
- User should be able to select base URL, and only URLs that contain this base URL will be checked

For example: if the base URL is site.com/base then site.com/base/example will be checked but site.com/example will not be checked

- User can specify list of keywords, comma separated. If the URL contains any of these keywords, application will not follow into that page to check for links (it will still retrieve PR for it)

Second method is that user can specify full list of URLs. There is no page processing in this case, only PR is checked for them.

User can load the list of URLs through by specifying one URL per line or alternately submit the URL of a XML sitemap file.

The results should be appear in real time as they are retrieved so the user can sort the URLs while app is still working.

The application should support Tor proxy network API (on Windows it can connect to Vidalia app for example)

Application will use multiple threads to speed up the results.

Options should be to set number of threads.

Finally results can be exported as CSV or saved as a project. Project can be loaded at later time to continue scanning or recheck PR of previously discovered URLs.

Bear