Scrapping Project With Php
I need to scrap a website for data. Provided the url, I need to get the information about all the listings in that url and update local database.
I need to scrap a website for data. Provided the url, I need to get the information about all the listings in that url and update local database.
Please read the requirement carefully:
I need to scrap content from a vBulletin form and post it to my phpBB forum. You must post to phpBB forum using the xmlrpc API.
Please ensure that you have an experience working with REST/SOAP APIs as that will be required for posting to phpBB.
Looking forward to talk to you soon
We have just opened a VPS account with Hostgator. (Level 3 with Cpanel)
The sole purpose of the VPS will be to send more emails than is currently allowed with a Hostgator Shared Hosting. (not Spam) And very importantly have a system that collects any email address that Hard Bounces.
We understand that this can all be accomplished with PHPlist and wish to hire an expert who can give us a turn key solution.
Please do not apply for this job unless you can provide hard evidence of PHPList …
We have just opened a VPS account with Hostgator. (Level 3 with Cpanel)
The sole purpose of the VPS will be to send more emails than is currently allowed with a Hostgator Shared Hosting. (not Spam) And very importantly have a system that collects any email address that Hard Bounces.
We understand that this can all be accomplished with PHPlist and wish to hire an expert who can give us a turn key solution.
Please do not apply for this job unless you can provide hard evidence of PHPList …
Hi, we have html site 5-6 pages need to convert into a good looking cms
We do not want to use wordpress
Only need to develop with .php
and Time will be surely notice, will share link link in PMB
Hi, we have html site 5-6 pages need to convert into a good looking cms
We do not want to use wordpress
Only need to develop with .php
and Time will be surely notice, will share link link in PMB
I am looking for someone that can help me with some coding of a website. More info in PM.
I have a PHP form on a wordpress site that is supposed to redirect to a thank you page. For some reason it is not redirecting and I can’t figure out why. The form is sending OK but after submitting it just loops around to the same page. Just need it to go to the thank you page.
Looking for an experienced PHP developer with specific experience in integrating SAML (Security Assertions Markup Language) using SimpleSamlPhp into a CMS PHP project.
This is a straight forward job, we already have a client with a base64 encoded SAML assertion request. We need to connect to, parse and return the proper authentication back.
I need someone to convert html/css to xhtml/css ( with php in it) and validate as strict.
Thats all and I need urgent!
I need PHP code to parse an RSS feed into different variables to be inserted into a SQL database, just a for each loop on the feed I can’t figure out.
Please PM for details. Need working with existing apache web server for point of sale system.
NDA will need to be signed and returned.
Regards,
Ryan
Need a redirect page set up on my server to geo redirect traffic based on ip of the user. Need it set up in such a way that I can then set up more pages by copy/paste for tracking purposes.
http://howtounlock3g.com
so traffic forwards to mydomain.com/redirect if they are uk the traffic goes to myafflink.com/uk, if they are in the usa it goes to myafflink.com/usa
…etc
I’ve tried doing this with maxmind geoip database but can’t get it working.
I have a site running on the osdate platform.
I would like to make some minor changes.
I have been quoted my project should cost betweeen $200 and $300
my max budget is $350
I have a site running on the osdate platform.
I would like to make some minor changes.
I have been quoted my project should cost betweeen $200 and $300
my max budget is $350
My hosting company just upgraded to PHP 5.3 and now my joomla 1.5 website has a ton of problems. The website worked completely fine prior to the upgrade. I need my joomla 1.5 website to be compatible with php 5.3
I want a script Horizontal Accordion using Jquery with PHP.
I attached Images Below that i want to be build.
An example image attached that i want to build as like as shown in image.
Using Jquery, PHP and make horizontal accordion with slides.
Note: make script like that the content always shown below slides and covered all area (content or background Image below slides like as in example Image. with transparent slides.)
I have a Photoshop design that I need sliced into html. I also need an admin login with the ability to edit all pages/content.
I will need many more done if this is successful.
Here is a sample link to view PSD design:
http://www.oneway-host.com/808king
Need some sample to read/write to spreedsheets with php
Hello everyone,
I am actively seeking someone who can make me a Jabber (XMPP) module developed in PHP 5.x and
JS allowing my members to communicate together through my website (see Gmail
Facebook).
It will provide:
* Ability to create a new account
* Ability to connect / disconnect his account
* Ability to retrieve a list of friends and their status
* Ability to send and retrieve messages from his friends
* Possibility to change its status
The JS module will display small DHTML windows within the website.
It can be easily customized with CSS.
New Website with backend in PHP / MYSQL
rajswad.com is a website develop by fresher ..
now my client want to give it as corporate look type website where he can edit the content , add category section etc add products with images etc from Back end
Sites which is fir into Search engine policy will be preferred.
This is not a e commerce site but B 2 B Site. And will be updated every week from back end
While developing at this stage all content , category etc will remain same as they are now
Developer need to give some reference site which is developed by them and reference site which kind they can make
I need a client side FTP solution. It essentially would be a FTP client, but it runs in the users web browser and is accessed through a client website.
A php form would be the entry point for the user to enter their username and password. The php form would need to then grant access (if login is correct) to the ftp directory. Users will need to be able to upload and download content to/from the ftp directory. Drag and drop functionality is being requested for the uploads along with:
- Multiple file uploads/downloads
- A Progress Bar for uploads/downloads
- User permissions – they can upload and download, but not delete anything in the ftp directory.
- Secure.
I realize the drag and drop feature may require a javascript applet. I then need the applet to have the ability of customization through variables.
Hello all
I’m using a Arsidian CMS http://www.newsrainbow.com/ demo cms from arsidian http://www.arsidian.com/ – trial http://www.arsidian.com/download.htm
* I want to add sliding image banner and the Flash banner will create dynamic XML read data from the CMS database of last five featured articles.
* The article will be displayed on the sliding banner with Article title, Summary, Image and Read more link.
Sliding Image Banner (flash.rar) The only thing I want is Creating dynamic XML with PHP (dynamic node construction) (flash.rar/flash image rotation/banner.xml) to dynamically read data from database of cms the last 5 Featured articles (CMS mysql – article title, summary, url, and image)
Any help would be much appreciated.
I am trying to redirect users based on the referring url. I’ve got it working based one the referring domain, but I want it to work when a query string is attached to the domain.
This is what I have so far.
PHP Code:
<?
$referrer = $_SERVER['HTTP_REFERER'];
if (preg_match(“/google.com/”,$referrer)) {
header(‘Location: http://WebsiteA.com’);
} else {
header(‘Location: http://WebsiteB.com’);
};
?>
This is what I want to happen, but I know this is not how to do it:
PHP Code:
<?
$referrer = $_SERVER['HTTP_REFERER'];
if (preg_match(“/google.com/url?q=”,$referrer)) {
header(‘Location: http://WebsiteA.com’);
} else {
header(‘Location: http://WebsiteB.com’);
};
?>
I want to only show WebsiteA.com if the referrer is google.com/url?q=xxxxxx (which includes anything that follows ‘url?q=’)
If the referrer is anything other than google.com/url?q=xxxxx or even just google.com i want the user to go to WebsiteB.com
So, a recap:
I want user to go to WebsiteA if referrer is something like google.com/url?q=widgets&url=23KLNSDL
I want the user to go to WebsiteB if referrer is anything else, even if the referrer is only google.com i want them to go to WebsiteB
Thank you for your help!
Make1c provides a service that allows its members to store their username, passwords and other login information for every single website that they go to.
The usernames/passwords are already in place (Using double encryption) and so I want to make it so that the member can have an automated process to login to any service they are a member of and have activated.
By automated process to login here is what I mean.
When the user clicks on a link ‘go to service’ instead of it just taking them to the login and they key in the username/password (Which is the way it is now) I want to make it so that the username/password automatically come out in the user/pass fields for the website they are going to.
I have put a process like this in place but it doesnt work with every form and so I am looking for something consistent enough that it would pass the username/password that is already in the Database and associated with the service that the member is going to, so that it goes to the username field and the password field.
I dont want the submit button pressed because I believe this would be an infringement on the Website they are going to and many webmasters frown on automated logins where the user isnt clicking the submit button.
What I want is for the username and password to go into the appropiate username/password fields and then that is it. The user then will click the submit button and that will get them logged into the site. This would work much like it does in IE where you can save your passwords and IE will push them into the password field.
There are 2 entry points that I want it to work for:
1. A pull-down menu option I have in place
2. A personal links area I have in place
My website is all done in PHP and so I need to have this done so that it will work with the data coming from the DB through PHP. So if you can build something like this using Java, Javascript, Ajax or some other process that will work with the data I have coming through the PHP programming that is already in place, then that is what I need. So this process doesnt have to be done in PHP, I just need it to work with PHP. In addition the database that I am using with PHP is MySQL.
If you think that you can provide me with this function with a process that would integrate with PHP and the values being passed through my existing system then please contact me with your bid.
I will evaluate any bid submitted and will communicate with you before any bid is selected.
We have a SOAP / XML API linked to a database. We need a query performed to list all available line items in a table of this database (such as product information of an apparel database). This output will be listed on a page with select check-boxes (to the left of each line item). Check-boxes will facilitate the next step.
Based on selection, we will then build a CSV file.
CSV format should be mapped from a set of headers we will provide (for importing into a separate database).
Dev FIRMS DO NOT apply. We are looking for a single / freelance programmer (not a single assigned programmer from a firm!!!)
Help with PHP script that calls data from a MY SQL database. Will pay by the hour. Need it in 2 days. Very beginning stuff for someone who knows what they are doing.
This is a school assignment so it should be pretty simple… I can send you all the documentation and you build off what I have.
Need it in 2 days.. Probably about 2 hours worth of work, if that. Quick $$… Could be more work possible.
Make1c provides a service that allows its members to store their username, passwords and other login information for every single website that they go to.
The usernames/passwords are already in place (Using double encryption) and so I want to make it so that the member can have an automated process to login to any service they are a member of and have activated.
By automated process to login here is what I mean.
When the user clicks on a link ‘go to service’ instead of it just taking them to the login and they key in the username/password (Which is the way it is now) I want to make it so that the username/password automatically come out in the user/pass fields for the website they are going to.
I have put a process like this in place but it doesnt work with every form and so I am looking for something consistent enough that it would pass the username/password that is already in the Database and associated with the service that the member is going to, so that it goes to the username field and the password field.
I dont want the submit button pressed because I believe this would be an infringement on the Website they are going to and many webmasters frown on automated logins where the user isnt clicking the submit button.
What I want is for the username and password to go into the appropiate username/password fields and then that is it. The user then will click the submit button and that will get them logged into the site. This would work much like it does in IE where you can save your passwords and IE will push them into the password field.
There are 2 entry points that I want it to work for:
1. A pull-down menu option I have in place
2. A personal links area I have in place
My website is all done in PHP and so I need to have this done so that it will work with the data coming from the DB through PHP. So if you can build something like this using Java, Javascript, Ajax or some other process that will work with the data I have coming through the PHP programming that is already in place, then that is what I need. So this process doesnt have to be done in PHP, I just need it to work with PHP. In addition the database that I am using with PHP is MySQL.
If you think that you can provide me with this function with a process that would integrate with PHP and the values being passed through my existing system then please contact me with your bid.
I will evaluate any bid submitted and will communicate with you before any bid is selected.
We have an XML API linked to a database. We need a query performed to list all available line items in a particular table of this database. This output will be listed on a page with select check-boxes (to the left of each line item).
Based on selection, we will then build a CSV file.
CSV format should be pre-mapped from a separate control page.
ONLY HEADERS of CSV need to be mapped.
Dev FIRMS DO NOT apply. We are looking for a single programmer (not a single assigned programmer from a firm!!!)
Hi,
I’ve moved to new hosting provider and automated html email messages don’t work anymore – emails are sent automatically by php mail script (contact us form and application form). The form did work with previous hosting provider although I may done something wrong in code?!
Now I’ve even created new HTML email templates (based on html and css) that I want to use in these automated messages.
I don’t know where the problem is? Maybe I have some different settings in mail server, php.ini or in php mail code (although my hosting provider claims that everything is fine from their end and they did try to help me as hard as they could)! I can’t read emails in Outlook 2007, Thunderbird and Windows Live Mail…. emails should be sent in plain-text and html form, so if webmail/email client blocks html, user could read email in text format.
You basically need to make change in code or server, so that users can read emails in html format (or is worst case in text mode, if email client or webmail provider doesn’t support html).
Regards
Have a wordpress website integrated with a php listings script. Currently not working properly so need help finding what is going wrong.. also need to move site to new server..
Hello,
I have a script in a design. Please check the entire functionality before bidding.
www.bezot.com/ocm
I need it integrated in this design so the entire design keeps the style as this design: http://www.bezot.com/Template-html/
I want to this “http://www.troku.com/ocm/index.php” with complate functionality.
I have further specifications according this project, for where exactly to put everything.
Note:It’s a URGENT job so plz keep in mind my budget ($10) carefully with my time frame (1day).
I will be start the escrow.
Let me know if you have any quary feel free.
Thanks.
There are only 8 little jobs in my wordpress installation. You need some knowledge and experience in WordPress an PHP.
Here are the jobs:
1. Create a widgetable Footer. More Infos about widget ready footers here http://wordpressisland.com/2008/07/24/creating-a-widget-ready-footer-in-wordpress/ and integrate the widgets “Related Posts”, “Top Posts” and “New Comments”.
2. There are a problem with the feedburner registration. i have a feedburner form in one sidebar. make sure, that the register-function works correctly.
3. There are a problem with the background-image in the wp-login / wp-register page. make sure, that the background picture is display correctly.
4. Integrate an gravatar.com image in the comment-section, so that is display the picture of an commentator.
5. My Comment Subscribtion Checkbox is postboned. I like it between the big textarea and the “Send”-Button. error messages should be on the same page at the appropriate place to display.
6. I have a problem with the admin rights in my wordpress installation. When i use the plugin “php exec” i need the admin-rights to execute some php code in pages, sites, posts. but as an admin i have only “user rights”. i don`t know why. make sure, that the php plugin works fine, so that i can execute some php code in sites and posts.
7. Integrate “Related Posts” under every Blogpost, so that the 5 best matching contributions can be displayed.
8. On 5 or 6 points in the website, i have a form from www.foxyform.de. it is always the same form. please rebuild the form with the installed plugin “cforms” and replace it with the old foxyform-forms on the website. error messages should be on the same page at the appropriate place to display.
Thats it. This is an easy job for the right person! You become access to wordpress and all information and links what you need. Most parts of the wordpress backend is in german.
Regards
Tobias
Hello,
I am looking for someone to help me with finding a code in the script to grab the category and search term – Whichever is the one at the time – So if one is not valid it will list the other.
The script is rather small about 14 files. I think I know where to find it. I just need some to parse it correctly to echo or include into the title to change as the user goes through the site.
mod_rewrite from php to htm would be great that would just need to be on two files index.php and search.php
I need someone to make a couple of add ons to my script that you can see here:
l o c a l c r a v e dot com (without spaces)
Admin panel
Ideally it should be able to set many things here, eg site name, default meta/descriptions, adsense/other ad network codes, on/off for functions on the mainpage sections etc
Merchant Function
- the state/city: ideally the labels are configurable so that admin can change it to call country/city, or region/city, or city/district, etc
- make zip an optional field which I can turn it off
Mainpage
- ideally to have ad positions at top banner/side banner boxes, configurable by admin
The project shall achieve the following objectives:
- upload interface for csv files
- conversion of the csv file to MySQL with a PHP script (run through a Flex interface)
- interrogation of the MySQL DB with a Flex interface
Thanks
This is a fairly straight forward thumbnail maker… but with a small twist. Please be sure to read the project spec carefully.
This product is a script. There is no installation required. It will run on php 5.2.6 with GD 2.0.34 installed.
The script should perform the following operations:
1. Create a new jpeg 100 x 100 pixels
2. Grab an existing jpeg file. This file will NOT be square.
3. Resample the existing file so the largest dimension (width or height) is 100 pixels
4. Merge, copy, or whatever php function will put the resampled image into the new 100 x 100 pixel file. In most cases the image will not cover the full 100 x 100 canvas. The background should be white.
5. Write the file to disk using a var to be provided
The end result is a new 100 x 100 file which will contain a resampled, proportionately correct thumbnail of the full size image.
Please see example files attached.
Payment to be made through SL escrow upon my successful test of the script.
I need someone to help me make a few .php open source services work. A piece of cake for a fairly knowledgeable programmer. Basically, install a few applications such as a guestbook, poll, help desk, and the like. Should take a day or two. More details thru pmb, thanks!
Hi,
I have a page that uses Div’s to display blocks on my page – http://www.planet-divinity.com/testsite/
At the moment it is just using 2 sections to display the current blocks (title and contents), I would like it to be able to display my new table style – http://www.planet-divinity.com/testsite/newstyle/(i ahve also attched it), the difference being that my new table uses 8 images – top left, top, top right, left, right, bottom left, bottom and bottom right.
Basically, I would like this page – http://www.planet-divinity.com/testsite/ to display my new table – http://www.planet-divinity.com/testsite/newstyle/ instead of the existing ones.
Thanks.