Archive

Posts Tagged ‘farming’

Farming Links Blogs And Forums

June 24th, 2011 Comments off

I have a website for UK farmers and smallholders to use to advertise their livestock, farm machinery, rural crafts, farm shops etc. I need to increase traffic and interest in the website. I am not interested in general SEO as this has all been done but want to build up 3 way links, find blogs and other websites I can offer content to in return for a link in the article and related forums that I can post in. But at the moment I do not have the necessary internet speed or time to do this searching so I need someone to do it for me. It is very easy work and long running for the right candidate.

Each week I will want you to find for me and send me a document with links for the following:

* 5 forums focusing on farming, agriculture, poultry, horses, rural living, self-sufficiency, smallholdings – must be active with over 100 members and daily posts, or at least several posts a week. Must be in English language, ideally mainly UK members but open to other forums. Must be able to include a signature or link back in posts. This is VERY important.I already have the main ones.

* 20 blogs that are in the same niche (farming, smallholding, self-sufficiency, poultry, horses, agriculture) and appear to allow guests posts. Just need links to these blogs, I will write to the owner. Looking really for more personal blogs or small business blogs relating to farming and smallholdings.

* 20 farming, smallholding and agriculturally related sites that I can request link exchanges with so must have links to other websites or a well positioned links page (not a links farm page). At least 10 of these must be UK based or focused.

* 2 or 3 facebook groups/businesses/fan pages related to farming – just the links. I will make contact.

And if you have any other ideas for finding good places to link, send guest posts to for link backs etc then I am open to ideas.

PLEASE MAKE SURE YOU UNDERSTAND WHAT I AM ASKING FIRST AND WITH YOUR APPLICATION INCLUDE A LINK TO AN EXAMPLE FORUM AND ONE LINK TO A RELATED BLOG SO I CAN CHECK. ANY APPLICATIONS WITHOUT THESE 2 EXAMPLE TEST LINKS WILL BE IGNORED.

If this goes well over first month then will be extended and maybe paid more for more links. I will initially pay $10 a week.

Farming Bot

January 18th, 2010 Comments off

I am looking for a bot which will harvest, plow etc for farmville game. You can check the example at http://www.automationlabs.org/. Please check it and let me know your thoughts.

Regards

One Way Links Back To Blog

December 1st, 2009 Comments off

I would like to make my farming and smallholder blog much more popular so it has regular readers and comments and I can start to look to make a revenue from advertising and sponsorship. Content is not a problem and I feature professional, well written blog posts. However, currently the blog is unknown and simply a link from my main website. I would like someone to look to get some quality one way links to the blog. Must be from farming and smallholder and agricultural related sites and blogs, preferably UK orientated but worldwide is ok. Please bid for 100 links. I will require a report on where the links are and will ONLY pay if these links are on farming and agricultural related websites and blogs, with at least 50% being on PR 2 or higher pages. I will not pay if you simply submit to directories and unrelated websites as has been done before by scriptlance bidders.

And please take note of budget, this is something I can do myself but in order to free up time for doing other marketing I am willing to pay someone else.

There will be ongoing work for right person for this blog and other websites.

Categories: Links Tags: , , , , , ,

Game Bot For Mmorpg

August 12th, 2009 Comments off

We need a game bot for the game AION, that does the following:

Game installation:
Download address

http://aion.plaync.com.tw/download/index

Your browser may not support display of this image.

Click and download the above 11 files and install the game clients.

Please contact us for game account login details.

Bot Features:

1. One computer will able to open more game clients and keep CPU occupancy rate as low as possible. Easy to use.
2. Automatically recharge Health point and Mage point. Auto attack any close monster near the character. Bots need to be able to do some setting for different class performs different skills.
3. Instant picking items, improve efficiency.
4. Automatic Identification of obstacles and get around it in game.

5. Auto setting for avoid attack other player’s target, and do not attack other player.

6. If other player or GM in game contact the player, bots system will auto alert.

7. The bots can set script to farming monster within a radius.

8. Team can be able to follow the team lead to farming monster. Different career can use unique skill to help team farming.

9. The bots can set to sell cheap items and keep some great value items or equipments.

10. The bots can set one or more times attack power.

11. The bots need to have Strong anti-crack. There should have one bot account assign system. One Bots account is set to bind with one computer only.

12. One bots account will expire after 30days. Recharge require if buyer want to keep that bot account active.

13. The bots must support OS:

Windows XP Chinese Simplified & Traditional

Windows 2003 Chinese Simplified & Traditional

Windows XP

Windows 2003

14. The bot must hide itself and also make sure game company can not detect the bot. ===========================================

==========================================

Information about AION game in English:

http://forum.mmosite.com/topics/245/200904/07/396,1.html?time=1242544590

http://www.aionsource.com/

http://forum.mmosite.com/list.php?id=244&sid=245

For more information about Bots, please check google.

==========================================

How to write bot for AION

The application itself is simple. Even the controlling portion where you would have to launch the game client app from your app. What will take time is mapping memory to monitor things of interest (character inventory, current map, etc.) We are looking for something similar to WOW Glider to circumvent anti bot software as well. Memory is in English; therefore, language is not an issue.

Reading the memory is not very hard. All the rest of the code and logic is not very complex. Lots of memory comparisons to determine where the character is located in memory, where the map is in memory (to locate gold drops), etc. . This part is what will probably need to be done each time there is a change to the client. Also, getting around security (like Warden in WOW and what ever NCSoft is doing) will take time as well. May not be necessary for the initial bot, just means it will get killed off sooner.

So, you need the follow:

1. Simple GUI (screen shots, provided)

2 – Controller portion: auto mouse clicks; auto keyboard clicks based on bot logic; auto heal.

3 – Memory analysis to locate map, character, inventory, etc. and monitor memory changes 4 – Any custom man-in-the-middle packet sifting (may not be necessary) requires packet capture and analysis (may require reverse decryption???)

The app is easy, the controller code (the bot actions) is easy, the memory analysis will take time. Also, we don’t want to a more robust bot, it need to be acts more human.

Sometimes the problem may be the GMs have just discovered you and ban you based on window name which is easy to fix (setting a random window name every minute would fix this). The only time you’d have to do a memory analysis is if the game developers change the memory structure of the game (which should not happen often as it is extremely risky for them). Most scenarios I can thing of would not include this, but it is possible. Also, once a model for mapping memory has been done, it is much easier to do it again (having previous experience and previous layout analysis done).

If it were me, and I have design several software security/anti-hackign systems. I would move memory around at random and would keep things encrypted until I needed them. I would also have an encrypted memory to store data in. I don’t expect the game client to do this as it may impact performance. I would also access input at a lower level that windows messaging (tracking state more directly) which would make it harder for a bot to control input via simulated input. There are a variety of other things I would do, including monitering the bot community, downlaod clients and reverse engineer them. PErsonalyl, I don’t think they spend that much effort as the bot community have to pay their monthly account fees and that is money in the game copanies pocket, where as a non-bot player may only stay around for a month anyway.

I’m bringing this up to let you know some of the obstacles a developer is going to have to overcome to deliver and maintain what you will do.

Also, make sure you provide source for the bot that you wrote as well.

===========================================

Payment schedule:

Payment method will be optional: Paypal or Western Union.

Payment date: 20% pay when bot functions all complete.

50% pay when bot completely ready to delivery to our client.

30% pay when you do first update.

And update payment will pay on first update as well. ===========================================

Game bot sample:

http://www.gamexploits.com/aion/bots/1305-translated-chinese-aion-bot/

(The bots must have completed different code and interface with this sample bots)

===========================================

Information:

1. what programming language the target platform (operating system)will use?

PC, window XP, 2003

2. Are you working with an exiting product and you want to add new features to it?

We are aim to make a new products. For that game Aion , they are another game company, our client have not cooperate with that game company. They pay us to make stand along program that have the features they are looking for. It is no hacking that game company system or any kind, it is make the player can get more function and help them play game to have more fun.

3. Where can I get more info about the game develop code, and other info?

You need to find out many info by your own. We are no the game develop company, we just take job from client. You are the one check everything and develop the program.

This is a really important project, only people with experience bid on this.

Also, POST A PM STARTING WITH “I HAVE EXPERIENCE WITH BOTS”, pm in which you will describe the steps you will take to create this bot – a work plan.

If you don’t do this, your bid will be removed.

Thank you – budget for this one is $1800

Expert Interview- Goat Farming

May 2nd, 2009 Comments off

I am writing a book on raising a particular breed of goat for profit, and need an individual to assist me in finding and interviewing an expert on that breed of goat. The book will be written for people who are thinking about getting into goat farming, and provide answers to their commonly asked questions.

The job is straightforward:

(1) Find an expert on the particular breed of goat. The expert can be an academic (i.e. a professor at a university) or an experienced farmer. (I would take the bidder’s advice on the best person to interview. Also, I can help with the search for an interviewee, as I have done some preliminary web research to find experts.)

(2) Interview the expert by telephone. I have a list of approximately 50 questions to ask the expert (some of which overlap, so it probably won’t be necessary to ask all 50). I expect the interview would take 1 hour.

(3) Provide me with an MP3 recording of the interview within one day of the interview completion.

The bidder should have a background in farming (personal or professional experience), and should also have experience in conducting interviews.

If bidders have any questions, please send them via PMB.

Bear