This job ad has been posted over 40 days ago...
2
applicants
reciprocal link fail change db enum value
at Douglas Parke (Anywhere)
I have setup an extra field (core files) in profile to allow a reciprocal link. (This all works fine.)
I need to have a function check $user_reciprocal. (Which I have : http://www.opencrypt.com/blog.php?a=28)
Provide a check/submit button next to form field. So user can update.
( Guess I'll need another user field in DB, value "1" or "0" to see if user has or has not been banned.)
I need a admin link to manually re-check backlinks and/or check with cron.
I have also added to Db table pligg_link, Link_status, Type enum(linkfailp and linkfailp) this removes the links from main page.
Links can be searched, however. ( Not worried about this so much unless its an easy fix)
I've edited the admin_user.php and user_view_links_center.tpl where I can change the enum type manually.
This all works ok, manually.
What I need is a function to :
When Users Reciprocal link fails :
get all the users published links and change the enum to linkfailp.
get all the users queued links and change the enum to linkfailq.
phpmail() user. ( not really required, I can probably figure this one out )
When Users Reciprocal link is reinstated then return to normal. linkfailp to published, linkfailq to queued.
show image if pass or fail in profile. ( currently have online/offline )
I basically have everything setup, just need to connect the dots and make automatic..
You can see what I have done so far at directorydigg.com
I need to have a function check $user_reciprocal. (Which I have : http://www.opencrypt.com/blog.php?a=28)
Provide a check/submit button next to form field. So user can update.
( Guess I'll need another user field in DB, value "1" or "0" to see if user has or has not been banned.)
I need a admin link to manually re-check backlinks and/or check with cron.
I have also added to Db table pligg_link, Link_status, Type enum(linkfailp and linkfailp) this removes the links from main page.
Links can be searched, however. ( Not worried about this so much unless its an easy fix)
I've edited the admin_user.php and user_view_links_center.tpl where I can change the enum type manually.
This all works ok, manually.
What I need is a function to :
When Users Reciprocal link fails :
get all the users published links and change the enum to linkfailp.
get all the users queued links and change the enum to linkfailq.
phpmail() user. ( not really required, I can probably figure this one out )
When Users Reciprocal link is reinstated then return to normal. linkfailp to published, linkfailq to queued.
show image if pass or fail in profile. ( currently have online/offline )
I basically have everything setup, just need to connect the dots and make automatic..
You can see what I have done so far at directorydigg.com
Published at 01-10-2008
Viewed: 226 times
Viewed: 226 times
