![]() |
I need 10,000 + links formatted. I will pay you a reasonable fee.
I have 10k + links from my site that I need formatted into a text file so I can import them into my new srcipt.
Currently the data is in a text file and looks like this. (this is a sample of what most of the links look like): INSERT INTO L (`id`,`name`,`email`,`url`,`title`,`description`,` category`,`reciprocal`,`confirmed`,`approved`,`add ed`,`code`,`nextcheck`,`nocheck`,`featured`,`disab led`) VALUES ('12','toejob','sex-free-teen.com','http://sex-free-teen.com','Teen Porn Directory','Visit this site for free teen pics and movies','19','http://sex-free-teen.com/','1','1','1111607065','4241f44475318','1154966672 ','0','0','1') I need the url, title and discription extracted and formatted exactly like this: URL(comma)Title(4 commas)Description http://sex-free-teen.com,Teen Porn Directory,,,,Visit this site for free teen pics and movies (with no trailing slashes) If anyone can perform this task I will pay you a reasonable fee through pay pal only. Just give me a price and I'll give 50% now and the rest on completion. Hit me up at marketing7(at)cox.net or post here Thanks |
so how much are you paying?
|
Quote:
|
Looks pretty simple NTSS, if it's in SQL format like you show above. Just a matter of throwing it back in SQL and exporting it into the format you need.
|
if there is no way to automate it and it has to be done by hand I will do it for 600.00, paid 100% when finished, and would need the weekend to finish it.
|
Do you need it done one time?
If so icq me i'll do it for free real quick. |
Quote:
Yes...just once but I don't have ICQ....email me |
I can write you a lill script to do that...
|
will only take a couple of lines of perl...
|
Quote:
As others have said Perl, PHP or good text editor that can handle regular expressions could do it in a few minutes . |
Quote:
so who's gonna hook me up? |
Zip it up.. put it online.. let someone download it and transform it for you.
|
Quote:
|
I can do it, contact me
|
Do you have the table created? If you do then just run that sql you have against it and then run this on the server.
Code:
<? If you need the table structure created or need info on how to get the SQL inserts you have put into it let me know. |
PHP Code:
|
And using Perl....
Code:
#!/usr/local/bin/perl PayPal Only :thumbsup :winkwink: :thumbsup |
I have someone that will do it 75cents per URL and by hand so theres no mistakes,
|
bollox, didn't see the multiple comma formatting:
after: while ($row_ref = $statement->fetchrow_hashref()) change to: Code:
{ |
good technical tips :thumbsup
|
did you figure it out? if not, shoot me an email woj [at] wojfun dot com
|
You fuckin php noobs :1orglaugh
No need to import into mysql, 1 regex line on the existing dump file will take care of it. |
Quote:
|
Quote:
|
Isn't it just something like:
SELECT url,title,',',',',',',description FROM [table] INTO outfile 'dump.txt' -- just do a quick search for "mysql select into outfile" and you'll be golden. |
Quote:
|
Quote:
|
Quote:
what, like s/^\w.*,{1}\w.*,{1}\w.*,{1}(\S.+),{1}(\w.+),{1}(\w.+ ),{1}.*$/ (assuming its a CSV) hell yeah, but you've still gotta iterate through the file |
pretty funny the quick 1 minute, 1-line regex script hasn't been posted then by the so-called experts. prove it.
|
Quote:
are you good at PERL? |
ill do it if you put me through computer programmer school at my community college, and loan me about 150k to live off for the next for years while i learn. then another 30k for my after college trip to europe so i can get cultured and explore the world. I'll get right on it as soon as i get back.
Otherwise, here's a bump for you guy. |
Quote:
Sadly, I've met very, very few of those people. And what this has to do with this thread, I have no idea. *shrug* |
All times are GMT -7. The time now is 05:28 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123