If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > I need a script for 6500 link

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-19-03, 17:28
sosoro sosoro is offline
Registered User
 
Join Date: Sep 2003
Location: Bucharest
Posts: 1
I need a script for 6500 link

Hello!
I have an question!
I have a portal with more thean 6500 links! I need a php scripts to put a code after each links with:
dead link - to report if link is dead
hits - link hits ou

Who can help me!
I give full banner at my web site!

The site that i talk about is www.soso.ro and englis.soso.ro - englihs version!
Reply With Quote
  #2 (permalink)  
Old 09-28-03, 02:17
sarahk sarahk is offline
Registered User
 
Join Date: Sep 2003
Location: New Zealand
Posts: 6
I use wsnlinks to manage my links.

Assuming that you have your links in the database when you parse them out just add a link to a broken link script and pass the unique id. That script can update a flag on the record as "broken". Then when you next show the page you only select the records which haven't been reported broken.

As an admin you can then select all the broken links and either delete or update.

count links out...

I use a script I call links.php on several sites. When I display a link it actually calls links.php which finds the real url and redirects. Before redirecting my stats counters get updated.

It's quite simple.

I'd be happy to do it for you. Send me a PM.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On