EU Freelancer

Work at home as freelancer

Archive for the ‘PHP’ Category

Php Addition To Script

I have a website, up and running, similar to http://nourl.in/8

I need the following added to the script:
1. CAPACHA image for sending e-mails
2. Limit put on number of e-mails a person is able to send each hour and each day based on IP. (IP must be logged in SQL Database.)
3. Small tracker that displays in admin panel how many e-mails sent by each IP over a lifetime.
4. The ability to add a footer to every e-mail sent.
5. Change the size of my TextArea Form box in “New Message, Reply, and Forward” I’ve tried the rows and cols function but something is over riding them.

Project bidder will be accepted 15 hours from now.

Note: No bid over $30 will be accepted.

More: Bid on this project here!

  • 0 Comments
  • Filed under: PHP
  • Very Small Video Project

    I would like this video placed in a file so I can play it without the website name coming up. Probably take someone 10 minutes max to do.

    http://www.yakkingheads.com/preview2.php?id=112

    PLEASE SUBMIT SAMPLE - First one to submit it on the PMB wins the job.

    More: Bid on this project here!

  • 0 Comments
  • Filed under: PHP
  • Worldstarhiphop.com Clone

    I need a clone site jus like worldstarhiphop Videos to be added But NOT hosted on my site. Videos taken from other video sources like youtube.com Some sort of list for the videos on the front page -Big image/header to put at the top. -Header at the top with links, and a search field. -Be able to search for videosEach video page can have: Description of video, video date added, video views, video code that includes the url, embed code, and auto play code. Also be able to add comments for the video. It looks like the site doesn’t actually upload the videos to their host, they actually just use videos from youtube, google, etc. and just has their own video interface for the player. If you go here: http://www.worldstarhiphop.com/videos/contacts.php it actually tells you it doesn’t: “None of the audio/visual content is hosted on this site. All media is embedded from other sites such as Google Video, Youtube. Therefore this site has no control over the copyright issue of the streaming media.” I think that is pretty much it. If you have any questions just ask on the PMB.

    More: Bid on this project here!
    Powered by SmartRSS

  • 0 Comments
  • Filed under: PHP
  • Web Developer Fulltime

    looking to hire a developer full time if the price is right

    he needs to know
    php
    css
    html
    javascript
    ajax
    mysql
    graphic design
    make photos using Photoshop
    have very good taste of making websites

    please send your portfolio …..

    i will pay weekly

    More: Bid on this project here!

  • 0 Comments
  • Filed under: PHP
  • Vtiger Lead Webform Install

    I installed Vtiger on siteground hosting.

    I need to add webforms to the CRM system in order to have leads directed directly to the system. There are specific fields that I need in the form and I would prefer a customizable form (so that i can change the fields later on) but it is not a must. Lastly, I have an index page and I would need instructions of how to insert it into my page (I use adwords for advertising).

    Please send me an offer ASAP.

    More: Bid on this project here!

  • 0 Comments
  • Filed under: PHP
  • Wordpress - Keyword Insertion

    Wordpress landing page with dynamic keyword insertion or plugin that would accomplish this.

    I have php scripts to scrape content, just need something to pass the variable

    More info on how this would be implemented here:
    http://www.conversationmarketing.com/2009/02/dynamic-keyword-insertion-for.htm

    More: Bid on this project here!

  • 0 Comments
  • Filed under: PHP
  • Html To Php

    I would like to change my html website to PHP, so I don’t have to change information on every page when I want to change a link etc…. I am looking to hire someone for a couple of hours to help me setup the php page and get me started. I can do it once I have an outline set. For someone that knows what they are doing this should be a very simple task.

    More: Bid on this project here!

  • 0 Comments
  • Filed under: PHP
  • Php/sql Search And Replace

    I own a website based on a script and i have to do a big amount of “search and replace” operations. I am losing too much time doing it manually so i am looking for some helps from a programmer.

    I have two goals for that project, here are the details:

    -I have a database with some videos in flv. Each video has a field with the video url in a html code. What i need to do is to extract the flv file location from this html code and insert this flv url location in an other html code. Currently the html code uses a flv player from a third party website and i want to host my own flv player on my website.

    To give an example, let’s take this code:
    <object classid=’clsid:D27CDB6E-AE6D-11cf-96B8-444553540000′ width=’300′ height=’300′ id=’player1′ name=’player1′>
    <param name=’movie’ value=’http://OTHERWEBSITE.COM/player.swf’>
    <param name=’allowfullscreen’ value=’true’>
    <param name=’allowscriptaccess’ value=’always’>
    <param name=’flashvars’ value=’file=playlist.xml’>
    <embed id=’player1′
    name=’player1′
    src=’player.swf’
    width=’300′
    height=’300′
    allowscriptaccess=’always’
    allowfullscreen=’true’
    flashvars=”file=http://OTHERWEBSITE.COM/VIDEOURLLOCATION.FLV”
    />
    </object>

    I want to get the VIDEOURLLOCATION.FLV in this piece of code:

    <object type=”application/x-shockwave-flash” data=”http://mywebsite.com/my-own-player.swf” width=”320″ height=”240″>
    <param name=”movie” value=”http://mywebsite.com/my-own-player.swf” />
    <param name=”allowFullScreen” value=”true” />
    <param name=”FlashVars” value=”flv=http://OTHERWEBSITE.COM/VIDEOURLLOCATION.FLV” />
    </object>

    I have 1000 videos in the database so a script that can do the search and replace for this would save me a lot of time.

    - I need a piece of code to search and replace a key in my database, it should be pretty straighforward with cURL functions.

    If you think you have any questions or need details, please send your questions.

    Thanks

    More: Bid on this project here!

  • 0 Comments
  • Filed under: PHP
  • Simple Facebook Or Php Curl

    I need either a facebook application or a php curl program which will grab all the people with a certain last name on facebook.

    More: Bid on this project here!

  • 0 Comments
  • Filed under: PHP
  • Form Map

    We are a web development company. We have a form that submits using PHP to a MySQL database. This is a vehicle accident report form, in which the user submits information about the vehicle accident.

    We need an addition to this form that allows the user to illustrate the accident.

    To achieve this, we need an item added into this form that allows the user to drag and drop and rotate icons for the driver’s car, other vehicles, traffic light, tree and an other obstacle (representing anything else not provided as an icon).

    see attached the blank diagram that the user will be able to drag and drop these icons on top of.

    The resulting information is to be done in a format that we can submit using PHP into the MySQL database and then extract to be viewed by the admin. We will do this part of the work but you must include the code to do this to illustrate what you deliver works.

    More: Bid on this project here!

  • 0 Comments
  • Filed under: PHP