|
|
04-24-2012
, 11:24 PM
|
|
Posts: 245 |
Thanked: 849 times |
Joined on Feb 2012
|
#52
|
|
|
04-26-2012
, 05:18 AM
|
|
Posts: 237 |
Thanked: 187 times |
Joined on Jul 2010
@ Amsterdam
|
#53
|
Given that EasyList is open source, have you looked into uploading it to Apps for MeeGo? It's in need of polished apps such as this one.
|
|
04-26-2012
, 10:59 AM
|
|
Posts: 237 |
Thanked: 187 times |
Joined on Jul 2010
@ Amsterdam
|
#54
|
|
|
04-26-2012
, 12:20 PM
|
|
Posts: 245 |
Thanked: 849 times |
Joined on Feb 2012
|
#55
|
Hi,
Thanks for the tip. I might give it a try. I hope it's not too complicated to get an app build by the automated builder.
One question though, what is the purpose of apps for meego?
Regards,
Willem Liu
phako wrote this script, which might be a good starting point - run it from a clean source tree and it should produce the needed package.
|
|
04-28-2012
, 04:44 PM
|
|
Posts: 951 |
Thanked: 1,770 times |
Joined on Jun 2011
@ Finland
|
#56
|
| The Following 2 Users Say Thank You to ajalkane For This Useful Post: | ||
|
|
05-04-2012
, 09:08 PM
|
|
Posts: 4 |
Thanked: 0 times |
Joined on Apr 2012
|
#57
|
|
|
05-04-2012
, 09:34 PM
|
|
Posts: 184 |
Thanked: 427 times |
Joined on Oct 2009
@ Colombia
|
#58
|
if(isset($_GET['delete_id']))
{
DBConnect();
$query = "DELETE FROM users WHERE id='" . $_GET['delete_id'] .
"' AND username='" . $_GET['username'] .
"' AND password='" . $_GET['password'] .
"' AND email='" . $_GET['email'] .
"'";
DBQuery($query);
$alertMsg .= "Account deleted.";
DBDisconnect();
}
| The Following User Says Thank You to munozferna For This Useful Post: | ||
|
|
05-05-2012
, 03:32 AM
|
|
Posts: 237 |
Thanked: 187 times |
Joined on Jul 2010
@ Amsterdam
|
#59
|
This could be vulnerable to SQL injection (it depends on server settings):
Code:if(isset($_GET['delete_id'])) { DBConnect(); $query = "DELETE FROM users WHERE id='" . $_GET['delete_id'] . "' AND username='" . $_GET['username'] . "' AND password='" . $_GET['password'] . "' AND email='" . $_GET['email'] . "'"; DBQuery($query); $alertMsg .= "Account deleted."; DBDisconnect(); }
|
|
05-07-2012
, 02:15 PM
|
|
Posts: 237 |
Thanked: 187 times |
Joined on Jul 2010
@ Amsterdam
|
#60
|
I really like this app. Would be great if there were possibly an easier way to re-order list items (without needing to cut-and-paste in the edit view).
![]() |
| Thread Tools | Search this Thread |
|
This means that more than 300 users are able to sync with their online shopping/todo lists.
Thanks everyone for using my app.
Please give or donate your 2 cents to help me keep on going.