|
HMM you familiar with phpmyadmin? It is usually in your control panel of your webserver and what you can do is run this query below when viewing your database to update your photopost photos table with the IP like so
UPDATE pp_photos SET ipaddr='11.111.111.111'
That should do what you want to do
|