Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-05-2013, 12:18 AM   PM User | #1
cm123077
New Coder

 
Join Date: Aug 2012
Posts: 83
Thanks: 4
Thanked 0 Times in 0 Posts
cm123077 is an unknown quantity at this point
I need help finding a piece of code...

I need help finding something...
On my site, http://pixelitforward.com/buy-pixels/, you will see the following text:

Price: $100.00 per 10 x 10 pixel block ($1. per pixel)

I want to change the $1. to $1.00, and I have looked in all of the php files, etc, but I can not seem to find where to change this. Can someone please help me figure this out?

Thanks
__________________
BioStream
http://biostreamcompost.com
cm123077 is offline   Reply With Quote
Old 02-05-2013, 02:19 AM   PM User | #2
>ssp-cdr<
Regular Coder

 
Join Date: May 2007
Posts: 100
Thanks: 16
Thanked 11 Times in 11 Posts
>ssp-cdr< is an unknown quantity at this point
I need to be able to see the source code for the site to determine the location of that bit of text. I take it you did not code the site yourself?
__________________
The CodingForums Funny Images thread - http://www.codingforums.com/showthread.php?t=245405
>ssp-cdr< is offline   Reply With Quote
Old 02-05-2013, 08:57 PM   PM User | #3
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,383
Thanks: 18
Thanked 350 Times in 349 Posts
sunfighter is on a distinguished road
It's in this file or this file calls it: http://pixelitforward.com/pixels/get_pixels.php
sunfighter is offline   Reply With Quote
Old 02-05-2013, 09:07 PM   PM User | #4
tangoforce
Senior Coder

 
tangoforce's Avatar
 
Join Date: Feb 2011
Location: Your Monitor
Posts: 3,503
Thanks: 45
Thanked 439 Times in 428 Posts
tangoforce will become famous soon enoughtangoforce will become famous soon enough
Quote:
Originally Posted by >ssp-cdr< View Post
I take it you did not code the site yourself?
It looks like a bog standard pixel script clone. The most memorable one is the milliondollarhomepage

When Alex Tew came up with it years ago there were tons of us all over the web who were not only impressed but upset that we never thought of it first.

Since then, pixel sites have been popping up all over the place but they have kind of fizzled out but every now and again someone comes up with another one.
__________________
Please wrap your code in [php] tags. It is a sticky topic and it HELPS us to HELP YOU!
TIP: Coding styles and $end errors :::::::::: TIP: Warning: Cannot modify header information - headers already sent :::::::::: TIP: Quotes / Parse error: syntax error, unexpected T_..
PHP Code:
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value. 
Explanation: The IE if(isset($_POST['submit'])) bug explained.
tangoforce is offline   Reply With Quote
Old 02-07-2013, 03:31 AM   PM User | #5
cm123077
New Coder

 
Join Date: Aug 2012
Posts: 83
Thanks: 4
Thanked 0 Times in 0 Posts
cm123077 is an unknown quantity at this point
Quote:
Originally Posted by sunfighter View Post
It's in this file or this file calls it: http://pixelitforward.com/pixels/get_pixels.php
I searched all up in that file, and came up empty handed.
__________________
BioStream
http://biostreamcompost.com
cm123077 is offline   Reply With Quote
Old 02-07-2013, 02:49 PM   PM User | #6
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,383
Thanks: 18
Thanked 350 Times in 349 Posts
sunfighter is on a distinguished road
And that file does not call another file? I ask cause all you have to do is click the link that file makes in your above post and guess what appears? In your main code it is placed in a iframe.

So if it's not in that check for required and include calls to other code.
sunfighter is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:43 AM.


Advertisement
Log in to turn off these ads.