You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new person report, or open up an existing one. Then, scroll all the way to the bottom. Try use that with your mobile device, it didn't recognize for me. So then I too a screenshot and uploaded it to http://zxing.org/w/decode.jspx where it shows just a few bytes, and not really a link to the reported person.
(by akshayproductions)
Maybe these 2 need to be required at the top of eap/main.inc:
require_once($global['approot']."/mod/lpf/lib_helper.inc");
require_once($global['approot']."/mod/lpf/class.googl.php");
(by akshayproductions)
After messing around, I figured out that makePageUrl() works, so the culprit was goo_gl class. Then, after some time of experimenting again, I figured out
that aparently there was an error each time. (object(stdClass)#292 (1) { ["error_message"]=> string(15) "Invalid Captcha" })
from the json decoded curl response.
Also, this class was made in 2010, so I went to the author's website to find that his own Googl Shortner didn't work. (http://marcusnunes.com/api-goo.gl.php)
So here are the changes that I have made:
Deleted old goo_gl class
Made my own googlUrl class :)
My class can make short url and get long url's from the short url :P
(Fixed another bug) made changes to the makePageURL function because it returned with a extra /.
Create a new person report, or open up an existing one. Then, scroll all the way to the bottom. Try use that with your mobile device, it didn't recognize for me. So then I too a screenshot and uploaded it to http://zxing.org/w/decode.jspx where it shows just a few bytes, and not really a link to the reported person.
Imported from Launchpad using lp2gh.
The text was updated successfully, but these errors were encountered: