Loan - PSD to HTML - Home Loan - Mortgage Calculator - Free Advertising

PDA

View Full Version : Need Help!!! PHP REWRITING!


calvin.baekje
Mar 21st 2008, 5:18 am
Well all of you must be familiar with content rewriters.

I've been using them for about a month now. And recently bought a php site *(ready made) from one of the webmasters forum for playing around with it and converting it into serious business.

The thing is that i tried to use dozens of rewriter softwares but they spoilt the php code alongwith as they required files to be entered in .txt first! So even the php coding was automatically considered as text by softwares. And the result was terrible!!! it didn't even open up as a website and even when tried, i found text and tags scattered all over with images gone! (well describing the tragedy is as vague as the result of php rewriting by those noobish softwares). Or maybe i didnt know how to configure them properly.

I wish to know if anyone of you knows the direct way of rewriting the content of php sites! i will be for sure unable to write those 9,600 pages myself.

Any help is welcomed. (even regarding the same with html)

Calvin.

Marc Fraser
Mar 21st 2008, 5:37 am
Have you got a link?

Weirfire
Mar 21st 2008, 5:42 am
By the sounds of it you need to try and output the content you want to rewrite onto blank HTML pages. This shouldn't be too difficult if all the content is found in the database.

It's very difficult to be able to give a full solution to the problem without knowing which content rewriter you are using and which pages you are trying to rewrite.


Well all of you must be familiar with content rewriters.

I've been using them for about a month now. And recently bought a php site *(ready made) from one of the webmasters forum for playing around with it and converting it into serious business.

The thing is that i tried to use dozens of rewriter softwares but they spoilt the php code alongwith as they required files to be entered in .txt first! So even the php coding was automatically considered as text by softwares. And the result was terrible!!! it didn't even open up as a website and even when tried, i found text and tags scattered all over with images gone! (well describing the tragedy is as vague as the result of php rewriting by those noobish softwares). Or maybe i didnt know how to configure them properly.

I wish to know if anyone of you knows the direct way of rewriting the content of php sites! i will be for sure unable to write those 9,600 pages myself.

Any help is welcomed. (even regarding the same with html)

Calvin.

calvin.baekje
Mar 21st 2008, 5:43 am
No!

The seller of this item had sold it to many people!

So i haven't uploaded anything so that my content is not flagged as duplicate.

calvin.baekje
Mar 21st 2008, 6:06 am
you can check this one:

babiestoddlers[dot]ofingo[dot]com

I'm having

Articl*e Conten*t Spinne*r (By Fre*e Conten*t Rewrit*e)
Uniqu*e Conten*t Pr*o
A PHP Script Just Like Googl*e Translat*e which converts into French and then back to English (its waste though)
Uniqu*e Conten*t Generato*r 2
Conten*t Rewrite*r
#*1 SE*O Articl*e Rewrite*r
Conten*t Solutio*n 2
YAC*G

Thanks

calvin.baekje
Mar 21st 2008, 9:07 pm
Anyone for help!?!?!?

daboss
Mar 21st 2008, 9:10 pm
you're providing too little information for people to help you...

calvin.baekje
Mar 22nd 2008, 12:20 am
To be precise:

I need a rewriter which can rewrite the CONTENT of my php files without touching the tags inside it such as <p>, echo, etc.

calvin.baekje
Mar 22nd 2008, 12:47 am
i've uploaded a sample file here:

mediafire.com/?yjzvyhzcnjw

i've put it up as .txt

Weirfire
Mar 22nd 2008, 8:48 am
You could probably build an add-on to parse out the tags and then rewrite each individual section of text before re-inserting the tags.

To be precise:

I need a rewriter which can rewrite the CONTENT of my php files without touching the tags inside it such as <p>, echo, etc.