PDA

View Full Version : PHP Project


cincinnatiboy4867
08-10-2009, 06:56 PM
1) Project Details: (be as specific as possible): This is a PHP project. Where the code designates a picture for the product, I want to replace with an embeded music player. Either the standard embeded or the one that I have the code for which you will find on the product details page. The player must play the preview file for that product. That's all there is to it. More info below:

2) Payment Amount: It's pretty simple so maybe $25-$30 (I will negotiate)

3) Payment method/ details (Paypal, check? Timeline?): paypal

4) Additional Info (about project or potential bidders):

http:// ******************* /store/index.php?main_page=index&cPath=1

My goal is to change the images on that page to a simple embedded music player that would play a sample for that song. I have the code for the player I just need to know how to implement it.


<div id="navCatTabsWrapper">
<div id="navCatTabs">
<ul>
<li><a class="category-top" href="http://*******************/store/index.php?main_page=index&amp;cPath=1"><span class="category-subs-selected">Beats</span></a> </li>
<li><a class="category-top" href="http://*******************/store/index.php?main_page=index&amp;cPath=2">eBooks</a> </li>

</ul>
</div>
</div>



<tr class="productListing-odd">
<td class="productListing-data" align="center"><a href="http://*******************/store/index.php?main_page=product_music_info&amp;cPath=1&amp;products_id=2"><img src="images/no_picture.gif" alt="Beat Test 002" title=" Beat Test 002 " width="100" height="80" class="listingProductImage" /></a></td>
<td class="productListing-data"><h3 class="itemTitle"><a href="http://*******************/store/index.php?main_page=product_music_info&amp;cPath=1&amp;products_id=2">Beat Test 002</a></h3><div class="listingDescription">Audio Preview Test 001</div></td>
<td class="productListing-data" align="right"><br /><br /><a href="http://*******************/store/index.php?main_page=product_music_info&amp;cPath=1&amp;products_id=2">... more info</a><br />Max:&nbsp;1<br /></td>
</tr>
<tr class="productListing-even">

<td class="productListing-data" align="center"><a href="http://*******************/store/index.php?main_page=product_music_info&amp;cPath=1&amp;products_id=3"><img src="images/no_picture.gif" alt="Master" title=" Master " width="100" height="80" class="listingProductImage" /></a></td>
<td class="productListing-data"><h3 class="itemTitle"><a href="http://*******************/store/index.php?main_page=product_music_info&amp;cPath=1&amp;products_id=3">Master</a></h3><div class="listingDescription"></div></td>
<td class="productListing-data" align="right">$0.99<br /><br /><a href="http://*******************/store/index.php?main_page=product_music_info&amp;cPath=1&amp;products_id=3">... more info</a><br />Max:&nbsp;1<br /></td>
</tr>




BTW ********************** = www . durkmusicbeats . com

_Aerospace_Eng_
08-10-2009, 11:03 PM
Are you storing the url to the sample audio in your database somewhere?

cincinnatiboy4867
08-11-2009, 05:57 PM
Yes everything is on my own server my own database.

_Aerospace_Eng_
08-11-2009, 06:13 PM
That isn't what I was asking. You said you have previews of the audio. Where are you storing the urls to those audiosamples?

cincinnatiboy4867
08-11-2009, 08:17 PM
Oh, sorry, It's in the durkmusicbeats . com/store/media folder

I haven't uploaded all the preview files yet.

_Aerospace_Eng_
08-11-2009, 08:47 PM
So how do you plan on telling the product to load a specific sample audio file? Manually? When you add a product? Here is what needs to happen.


Change Add Product form to include new input
Add field to table for products
Change the code that pulls the products so that it gets the audio file
Now rewrite the html for product listings to be an embedded player


This isn't a simple 20-30 dollar job.

cincinnatiboy4867
08-11-2009, 10:27 PM
No no no no no your making it much to complicated. All I want to do is be able to go into the code and paste the embeded player in place of the image with the manually entered mp3 url. I just need someone to tell me how to do this that's all.

tribalmaniac
08-13-2009, 02:44 PM
I can help you with this, send me a PM and we'll discuss it no problem :) I've been working with php and many other web languages for about 6 years

Matt