I need to approve around 1000-2000 links fast and doing it manually will take a REALLY long time. Are there any free tools that can help me with this? I have the paid version but it still will take a while to look over each one manually to make sure it is the right quality and a unique site and all of those factors.
You could write a mySQL script to go into the database and remove the flag that keeps it in "unapproved" status. You might want to go to the PHPLD forum as I think I remember seeing something like that before.
for just the pending UPDATE `PLD_LINK` SET `STATUS` = 2 WHERE `STATUS` = 1; for anything and everything UPDATE `PLD_LINK` SET `STATUS` = 2; Run either in phpmyadmin. I wonder if this guy could have just written that 'on the Fly' hahaha
green rep for anyone who can give me the mySQL script to delete all of the pending approvals records. (I have some old ones that are non-compliant I keep ignoring)
Well why in gods green earth werent you handling your submissions? I mean why did you let it get so bad? thx malcolm PS...25+ directories is called "network" anything else is a handful
These were submissions that did not qualify for my submission guidelines - there was someone with some sort of mass-submission script spamming the crap out of me with MFA's, penis enlargement pills and gambling sites. So, they started to stack up quickly. For the record, I post these rules on my submission page.
I am sorry to ask, but are you actually requesting for an automated algo to simulate a human reviewer ? or an approve all button ?