|
2012-04-25
, 03:24
|
Posts: 245 |
Thanked: 915 times |
Joined on Feb 2012
|
#52
|
|
2012-04-26
, 09:18
|
Posts: 239 |
Thanked: 194 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.
|
2012-04-26
, 14:59
|
Posts: 239 |
Thanked: 194 times |
Joined on Jul 2010
@ Amsterdam
|
#54
|
|
2012-04-26
, 16:20
|
Posts: 245 |
Thanked: 915 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
|
2012-04-28
, 20:44
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#56
|
The Following 2 Users Say Thank You to ajalkane For This Useful Post: | ||
|
2012-05-05
, 01:08
|
Posts: 4 |
Thanked: 0 times |
Joined on Apr 2012
|
#57
|
|
2012-05-05
, 01:34
|
Posts: 203 |
Thanked: 538 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: | ||
|
2012-05-05
, 07:32
|
Posts: 239 |
Thanked: 194 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(); }
|
2012-05-07
, 18:15
|
Posts: 239 |
Thanked: 194 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).
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.