Archive

Posts Tagged ‘mysite’

Copy/clone WordPress Site

December 30th, 2011 Comments off

I have a wordpress site on mysite.com

I need my site cloned/copied to mysite.net and mysite.org

I already own the domain names and have already forwarded dns records to my host

This is a quick easy job for a pro.

Change Permalinks On WordPress Using Hooks

November 18th, 2011 Comments off

I want to change the permalinks in my wordpress blog (3.2) using hooks.
simply from http://www.mysite.com/category/featured/category_name to be shortened down to http://www.mysite.com/category_name/
Also I need the links
from http://www.mysite.com/yyyy/mm/article_name/ to
to http://www.mysite.com/media/article_name/

Please don’t bid if you have no reviews or cannot finish it today.

Mod Rewrite For New Urls

November 5th, 2011 Comments off

Hi,

I have a site that has dynamically generated pages with pages like:

http://mysite.com/my-category.php?id=1
&
http://mysite.com/product_details.php?id=1

What I need is for URL’s to be re-written so they look like this:

http://mysite.com/unique-category-name.php
&
http://mysite.com/unique-product-name.php

Some points to note.
1. The site is hosted on a linux server so this can be done in the .htaccess.
2. It is a custom made site so existing oscommerce contributions probably won’t work
3. The rewrite rule must work both ways and send people using the current URL address for the old links to the new seo friendly URL’s.
4. When in place it should prevent warning if users decide to call up modified URL’s (for example, http://mysite.com/product_details.php?id=1′enterdodgycode’ will give a warning and error. As pages are dynamic this has to occur for all pages using a wildcard rule (e.g. not just current products but .php?id=1 to .php?id=999999 etc)
5. Metatags are dynamic and stored in the database. If possible I would like to avoid having to rewrite these tags onto the new pages.

If you have any questions please let me know and thank you for your bids.

Need Advice On Mod_rewrite.

September 23rd, 2011 Comments off

Need advice on mod_rewrite.

I need some advice to write the htaccess file. The htaccess file will be placed in www.mysite.com/en/album folder only.

I need to change something like:

From

http://www.mysite.com/en/album/view.php?action=count&path=L0FHTSAyMDA5LzIwMDktMy0yMS00LmpwZw==

to

http://www.mysite.com/en/album/L0FHTSAyMDA5LzIwMDktMy0yMS00LmpwZw==.html

and

the new output URL should be reflected on the browser.

================================================
Another example:

From

http://mysite.com/en/album/view.php?action=count&path=L01heSAyMDA3L3Rlc3QuanBn

to

http://mysite.com/en/album/L01heSAyMDA3L3Rlc3QuanBn.html

=========================================================
Note:
1) The redirection should work with or without the “www” as they are both pointing to the same page.

2) The new output URL should be displayed in the browser’s address bar.

Will pay $10 for the first working code.

Simple Htaccess Fix

September 2nd, 2011 Comments off

My website has lots of redirects on it, the redirects are all in directories after the domain, ie:

mysite.com/1
mysite.com/2 etc.

My users use these redirects by adding their usernames to te end of them, ie:

mysite.com/1/username
mysite.com/2/username etc.

I have just installed 2 blogs on my site, I can visit the blogs fine, but if I try to access the blogs admin, or any directory after /blog/ the redirect try’s to kick in and I land on an error page.

So I need the redirects to continue to work but not to affect the 2 blogs I’ve installed.

Easy 5 minute task.

Regex Url Verification Php

March 12th, 2010 Comments off

I have a form where users enter a url. It needs to be specifically like this:
http://somecustominfo.mysite.com/
http://anotherclient.mysite.com/
http://athirdclient.mysite.com/

I need a function that takes the url entered in the form and checks it:
http://somecustominfo.mysite.com/ -> ok return the url
http://anotherclient.mysite.com/ -> ok
http://athirdclient.mysite.com/ -> ok
http://athirdclient.mysite.com -> http://athirdclient.mysite.com/
athirdclient.mysite.com -> http://athirdclient.mysite.com/
athirdclient.mysite.com/ -> http://athirdclient.mysite.com/
something.wrongsite.net -> error return ”
http://www.mysite.com/ -> error return ”

Categories: PHP Tags: , , , , , ,

Add Xml And Rss Feed

February 9th, 2010 Comments off

I have a jobsboard that runs on a mysql database and php. At present all jobs are posted individually through a webpage form. I have a few recruitment agencies who would now like to include their live jobs via an xml feed from their website.

So… I need a feed that will add their jobs into my database automatically every 24 hours – and will update the database with new jobs and delete removed jobs.

I need to supply them with the xml format required to provide that feed.

I also want to add a RSS button on the jobs pages so that users can susbscribe to the rss to specific job sectors, employers or areas. (ie: www.mysite.com/jobs.php?cat=10 or www.mysite.com/jobs.php?area=London or www.mysite.com/jobs.php?company=Smiths)
and be provided with the new job details as they come in.

You can quote for either xml or rss or preferably both.

Categories: MySQL, PHP, XML Tags: , , , , , ,

Seo Mod Rewrite

December 22nd, 2009 Comments off

I have a php script that prints urls that look like this:

mysite.com/category.php?c=abc

which want to display like:

mysite.com/category/abc/

and

mysite.com/printers.php?id=4487&product=Color+StyleWriter+4500

want to display like:

mysite.com/printers/Color-StyleWriter-4500/

and

mysite.com/product.php?pid=14576&product=Compatible+Black+Laser+Toner+Cartridge+for+Canon+1390A003AA+%28GPR-1%29

want to display like:

mysite.com/product/Compatible-Black-Laser-Toner-Cartridge-for-Canon-1390A003AA-%28GPR-1%29

you get the idea. as you can see the urls need a more friendly seo rewrite – i am open to suggestions to get best mod seo rewrite possible.

Fix My Urls So Its Seo Friend

December 19th, 2009 Comments off

Ok, I have a CMS that is pretty basic, however I need someone who can change the urls of my content. right now it displays as “mysite.com/content.php?id=102029″ what I would like is the URL to be the title of the content.

so my url shows up like “mysite.com/need-scriptlance-programmer.html
basic point is to make them seo friendly, as well as make sure the content cannot be accessed via mysite.com/content.php?id=102029 but only through mysite.com/need-scriptlance-programmer.html

Phpfox V2 + WordPress Mu

November 27th, 2009 Comments off

I would like to enable my users to post a blog under blogger.mysite.com (this only on invite) and community users profiles under www.mysite.com/user. The landingpage www.mysite.com will have the default site opening page, but it should have a link called

Categories: MySQL, PHP Tags: , , , , , ,

A Mobile Comunity Site

October 13th, 2009 Comments off

Mobile Portal requirements

What is the project all about?

We are looking for a complete solution for mobile users, providing them with mobile community, which offers them mobile downloads, themse, ringtones, wallpapers and other mobile applications.
We need custom CMS for mobile portal for providing mobile content uploaded by users.

Please study www.zedge.net, www.mobango.com before biding. But Check www.Zedge.net Properly

This will be a mobile community where members can create their profiles and customize their profiles.

Download section-This section is further divided into sub categories ie.

a. Ringtones
b. Wallpapers
c. Themes
d. Applications
e. Pictures Messages
f. Games
g. Videos

Other Features include but not limited to

Website Seo Help And/or Perl

October 1st, 2009 Comments off

There may be more than one way to approach this. So it’s either proramming a stand alone program or modify my existing cgi PERL script. Or you tell me.

I have a vacation rental property listing site – for some reason I can not get google to spider and index all the pages of rental listings created. There are aproximately 150 separate STATIC PAGE listings each one with it’s own URL. i.e. www.mysite.com/listingA/ www.mysite.com/listingB/ www.mysite.com/listingC/ etc etc.
These are flat listings, i.e. there is no database call.

I would like to have a prorgam that will index my site with ALL of the subdirectories listed. And be able to run it any time to recreate xml sitemap whenever properties are added or deleted such that I can resubmit updated sitemaps to my domain for google to re-index.

I have tried generating a XML site map online but even that won’t pick up all of the sub-sirectories.

The whole reason for this? Since the caffeine update I have dropped over 35 or so number one SERPS. Now I am in the 50′s to 100′s or more. I used to be number one for several years (like 8 years)and many more top 10 for totally relevant/related keywords to my website. Now I am toast. Gee, thanks caffeine for your “new and improved” algorythim.

If you have any other ideas, let me know.

PM me for the website and to ask me further details so that you can provide me with your proposal.

-Mike

Locate A Hack Copy And Remove

September 29th, 2009 Comments off

Own a website that was on Page one on Google.
Site was repeatedly hacked the past year and repeatedly cleaned.
Rose back to Page one, then early this month fell to page 3,
then 4, now gone.
Cannot see anything wrong in site or ftp.
Went and Googled “site:mysite.com” found strange listings.
Example: “www.yoursite.comwww.mysite.com”
This URL is combining my site with another and it is knocking us
down on Google. URL takes you to parking page with mysite.com as the headline.

The project requirements are:
Locate the type of this hack.
Assist in removal of the hack.
Determine how it was done as closely as possible.
Display in detail the steps and code necessary to have done this, all
coding, and script required.
The last step is essential, do not respond if you cannot fulfill the
requirements.

Joomal Htaccess With Sh404sef

August 14th, 2009 Comments off

I have installed Joomla CMS for a new site with 0 pages right now.

I have configured it’s .htaccess file to redirect mysite.com to http://www.mysite .com

BUT, this function does not work when “Joomla extension SH404sef” is enabled.

The project is to:

1) Install & configure SH404sef AND
2) Configure a new .htaccess file to redirect mysite.com TO www.mysite.com

Both these functions should work together properly while keeping the other aspects of Joomla intact.

My site is hosted with Aplus.net shared Hosting.

Thanks.

Mobile Items Community

July 17th, 2009 Comments off

I have a website bluemobiles.com its got users and items already.
I need it to be turned like
zedge.net (same features but with a different design)

What is the project all about?
We are looking for a complete solution for mobile users, providing them with mobile community, which offers them mobile downloads, themse, ringtones, wallpapers and other mobile applications.
We need custom CMS for mobile portal for providing mobile content uploaded by users.
Please Check www.Zedge.net Properly

This will be a mobile community where members can create their profiles and customize their profiles.

Download section-This section is further divided into sub categories ie.

a. Ringtones
b. Wallpapers
c. Themes
d. Applications
e. Pictures Messages
f. Games
g. Videos

Other Features include but not limited to

Ssl Certificate And Dolphin

July 15th, 2009 Comments off

I have had a custom paygateway built and need the check out page to be https however when I go to https://(mysite)/checkout.php it redirects to http://www.(mysite)/checkout.php how can I change this ? to stop it redirecting and staying on https://(mysite)/checkout.php

The script I am running is Dolphin from Boonex

Open File Then Create New One

June 28th, 2009 Comments off

I have a text file (FILE A) with the following data on each line:
post title, post url, post category

So, the entire file looks like this:
First post title, http://mysite.com/hardcodedlink1, category
2nd post’s title, http://mysite.com/hardcodedlink2, category-two
Title to post #3, http://mysite.com/hardcodedlink3, category3

What I want to do is loop through the file and convert each line to this format:

<url>http://mysite.com/hardcodedlink1</url>
<title>First post title</title>
<category>category</category>

<url>http://mysite.com/hardcodedlink2</url>
<title>2nd post’s title</title>
<category>category-two</category>

<url>http://mysite.com/hardcodedlink3</url>
<title>Title to post #3</title>
<category>category3</category>

These conversions should not be written in FILE A. They should be written in FILEB, which is a file that will need to be created by the script.

100% escrow provided if requested in your bid.

If your bid says Immediate delivery, I will expect the script to be completed within 30 minutes of the project beginning, not 1 hour. There is an option for the number of hours for delivery, so please fill out the form correctly.

Thanks.

Url Rewrite + Site Index

June 25th, 2009 Comments off

**********************************************************************
!+++ this is an adult website +++! – you must be 18 and agree to work on an adult content website.
- no gay content, basically you be looking at adult dvd box covers.
**********************************************************************

Right now our URL’s look like the following:

** http://mysite.com/index.php?controller=Movie&action=index&movie=72003437
** http://mysite.com/index.php?controller=Browse&action=Category&category=13
** http://mysite.com/index.php?controller=Browse&action=studio&studio=200416

and I would like the rewrite to look like the following:

-** http://mysite.com/video/video/147899/TITLE-OF-MOVIE/?
-** http://mysite.com/studio/2578/CATEGORY-NAME/?
-** http://mysite.com/studio/2578/STUDIO-NAME/?

e.g: http://mysite.com/video/147899/College-Invasion-Vol-10
or http://mysite.com/1463340/College-Invasion-Vol-10-porn-movies.html

rewrite is going to look something like this…
RewriteEngine On
RewriteRule ^/([a-z]+)/([a-z]+)/([0-9]+) /index.php?controller=$1&action=$2&id=$3 [NC,L]
RewriteRule ^/([a-z]+)/([a-z]+)(:?|/)$ /index.php?controller=$1&action=$2 [NC,L]
RewriteRule ^/([a-z]+)(:?|/)$ /index.php?controller=$1 [NC,L]

*** I will also need a site map index if feasible.

Platform: FreeBSD-7.0 (dedicated box) + PHP5+mysql+apache 2.2(mod_rewrite enabled)

Mod_rewrite & Curl Editing

June 24th, 2009 Comments off

I need to get a cURL script and .htaccess file edited to use mod_rewrite to turn &parameter=variable formatted URLs into search engine friendly URLs.

Here’s how my system currently works:

1. My .htaccess file takes all URLs with a certain folder in the path (let’s say “mysite.com/123″ for example) and sends it to a cURL script (let’s say “mysite.com/123.php”).

2. The 123.php script uses regular expression with cURL to pull another website onto my own domain. So “myusername.othersite.com/123/results.php?123=abc” gets rewritten as “mysite.com/123/results.php?123=abc”. I have a contractual agreement to be able to do this with the other site.

I just need someone to edit my existing .htaccess mod_rewrite script and cURL script to turn all instances of “&parameter=variable” into “/parameter:variable”.

Parameters and variables are not consistent – the script needs to be able to handle any of them, and any number of them). All links on a page output by the cURL script need to be changed to the search engine friendly version so it is a seamless experience for the user.

Javascript/php/sql Rewrite

June 7th, 2009 Comments off

I need a way to rewrite Blogger image URLs within of Blogger blog posts that have been imported into a WordPress blog.

Here’s my test site:
http://learntobeyourownva.com/wordpressdemo

I wanted to do this via a find-and-replace in the database (using SQL) but I’d need to use wildcards. The reason is that the Blogger image URLs are not uniform. EVERY image path is different, and are even of different lengths. This is not a matter of replacing “blogspot.com/images/” with “mysite.com/images.” The blogger URLs look like this:

2.bp.blogspot.com/_nFEzEYMd80A/SP0nKklImcI/AAAAAAAAADU/0w2bIvOKPzc/s1600-h/DSC01082.jpg
3.bp.blogspot.com/_nFEzEYMd80A/Se-OICBRo2I/AAAAAAAAAFk/e44NXhAixI0/s200/1240426026577.jpg

Those images are on the SAME PAGE. Note how the paths are completely differnet, and therefore cannot be replaced without wildcards. The only way to replace them is with some sort of wildcard pattern-match, like replacing:

http://*blogspot.com/*/*/*/*/*/

with

http://mysite.com/images/

BUT, SQL won’t allow wildcards in the replace function, or so I’m told.

So, I’d like either:

1. (Ideally) A way to find and replace in the DB using wildcards that I don’t know about,
or,
2. Some kind of PHP or Javascript snippet that will rewrite the URLs on the fly. In this case, I’d leave the DB alone, but the script would rewrite the image URLs as the page loads.

To see all of this in context, please visit the test blog I set up at http://learntobeyourownva.com/wordpressdemo

I’d actually like to rewrite the entire linked snippet for each, which looks like this:

<a onblur=”try {parent.deselectBloggerImageGracefully();} catch(e) {}” href=”http://3.bp.blogspot.com/_nFEzEYMd80A/Se-OICBRo2I/AAAAAAAAAFk/e44NXhAixI0/s1600-h/1240426026577.jpg”><img style=”margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px; height: 200px;” src=”http://3.bp.blogspot.com/_nFEzEYMd80A/Se-OICBRo2I/AAAAAAAAAFk/e44NXhAixI0/s200/1240426026577.jpg” alt=”" id=”BLOGGER_PHOTO_ID_5327633152834904930″ border=”0″ /></a>

with a simple image tag:

<img src=”http://mysite.com/images/1240426026577.jpg”>

It needs to be generic enough (using wildcards) that it will rewrite all of those ridiculous Blogger image blocks of code, in all of their varied lengths and manifestations.

Totally pulling my hair out. Anyone who solves this will be my personal hero.

Thanks in advance.

Install WordPress & Theme

May 17th, 2009 Comments off

I need to have an experienced programmer to install a wordpress blog. Very simple for those who are wordpress experts.

I currently have a multi-page blog set up and hosted at wordpress.com. Here are the details needed for this project:

a) I need wordpress installed into my current site in a subfolder.
b) I already have one wp blog at (example) mysite.com/blog – NO CHANGE NEEDED
c) the new one should be installed at (example) mysite.com/blog2
d) Transfer blog comments, pages, etc from wordpress.com to mysite
e) Apply new theme / template and make sure all content is still there and that everything is 100% and fully functional.

It won’t take long for the right person. I would like to get this done quickly.

Whmcs Affiliate System Mod

May 7th, 2009 Comments off

I would like WHMCS affiliate system modified slightly to allow affiliates to specify the page on click through. Right now the system sends all affiliate clicks straight to the home page of my site. I’d like the necessary php coding added to the aff.php file (it’s not encoded) to allow an affiliate to add page=URLHERE to their links. So instead of just http://mysite.com/clients/aff.php?aff=000 where 000 is the affiliate’s ID, they could use http://mysite.com/clients/aff.php?aff=000&page=http://mysite.com/page-here and then the system would track the click with their cookie but also redirect the visitor to the specified page.

Please bid only if you’re familiar with the WHMCS system, thank you! :)

Justin.tv Exact Clone With Mod

April 3rd, 2009 Comments off

JUSTIN.TV exact clone with modifications, language: croatian

Needs to have all (and I mean ALL) the functions of justin.tv: live Broadcasting, watching, commenting, recording a stream, users can create a clean URL channel. By stopping the broadcast, the URL is still saved, with all comments and recordings. A broadcast URL can be public, private, or user restricted. So that means different types of user accounts also (a free one, a premium one, and one payed commercial type). Everything in Croatian (Bosnian) language.

User sign (registration, e-mail password confirmation, forgot password option etc.) in and watch (in regular size, or full screen), comment on the video stream page (Ajax, no page refreshes to see the updated comments), record a stream, report abuse, share with friends, and use the video stream buffer (can rewind and fastforward the full length of the broadcast).

New backend control panel (controlling all (I mean ALL) functions, features, designs, membership, content, etc) and a backend admin page that will allow me to change the bitrate of the video/audio transfer, so that if I need to accomodate more users, I can decrease bandwidth. We should also be able to easily place ads or related links intro the pages and to menage payed comercial advertising banners on site (size, location etc.).

Each user have a profile page (with unique customable design like it offer justin.tv with predefined templates). User can record own live video webcam sessions broadcasted on mysite and store it in the profile (I can in admin panel specify the max. allowed clips for storing and max. clip size). The free members are not able to upload to profile their stored videos from hard drive or some external websites and store it on their profiles, the members can only store clips that they recorded in a live session on mysite. But, payed gold-member accounts should be able to upload also harddrive stored videos and external videos (because this members pay for advertising and can upload their promo clips). A picture section that allows picture albums, add friends, gifts from other users (the gifts are buyed due points that can be purchased or get free for good profile rating), profile ratings, comments section. The user-stored-video section, if the user has more then one clip, should be in a caroussel player style, see example on www.flashden.net/item/3d-carousel-image-gallery/35967 (their for 10usd to buy, but can also be found for free download).

Good search function for all parts of site. Users are searched by location, male, female, years, picture etc.. Videos are searched by cathegory, user name etc..

I should be able to integrate into every video a add-link on bottom or a banner or advertising text.
All user uploaded pics and videos hould be benchmarked with mysite logo. I should be able in admin panel to manualy upgrade a free member to a gold-member i.e. and to manipulate and higher the members popularity points and live number-counter of beeing watched right now.

The user should be able to send invitation to their friends on myspace and facebook accounts, myspace and facebook should be full supported.

Additionaly, there should be a service which to website-owners offers to integrate the live video service and possibilty to their websites, due some specificated payment plan. Due this service, every website-owner can offer his website an integrated video live chat that uses our services. For example and further details look for Stickam API option on STICKAM.COM.

It is also necessary to provide to users a free mobile streaming option that allows members to stream live videos from there cell phones

Bear