ohdang888 Posted May 13, 2009 Share Posted May 13, 2009 Elo! So i've created this new site of mine that acts as a homepage. You can bookmark sites and have a thumbnail shot of it for easy click-through access. You can also add apps for weather, etc. And you see that search bar in the top right? Click the toolbox icon next to it to customize it. There's a number of cool settings on here to customize all this, too. If you're intereested, let me know! I'm gonna find around 20 testers from my friends, family and hopefully this forum to test it out. Then i'm gonna shut out registration till the site is refined. Let me know my replying or shooting me an email to [email protected] Thanks! http://bookmark.socialapps.sclek.com/beta/?view_token=8bf8951h34v P.S. -- feedback welcome! http://www.phpfreaks.com/forums/index.php/topic,251801.0.html Link to comment https://forums.phpfreaks.com/topic/157904-beta-testers-wanted/ Share on other sites More sharing options...
nrg_alpha Posted May 13, 2009 Share Posted May 13, 2009 I moved your thread to the appropriate Beta Test forum. Link to comment https://forums.phpfreaks.com/topic/157904-beta-testers-wanted/#findComment-833208 Share on other sites More sharing options...
ohdang888 Posted May 13, 2009 Author Share Posted May 13, 2009 ohh sorry didn't know this was here. Thanks. Link to comment https://forums.phpfreaks.com/topic/157904-beta-testers-wanted/#findComment-833487 Share on other sites More sharing options...
TheFilmGod Posted May 13, 2009 Share Posted May 13, 2009 Love the use of definition lists - proper semantics! Hate the overused tables. Link to comment https://forums.phpfreaks.com/topic/157904-beta-testers-wanted/#findComment-833670 Share on other sites More sharing options...
Coreye Posted May 14, 2009 Share Posted May 14, 2009 Cross Site Scripting (XSS): You can submit ">code when adding new bookmarks. Link to comment https://forums.phpfreaks.com/topic/157904-beta-testers-wanted/#findComment-833888 Share on other sites More sharing options...
ohdang888 Posted May 14, 2009 Author Share Posted May 14, 2009 added strip tags.... thanks. Link to comment https://forums.phpfreaks.com/topic/157904-beta-testers-wanted/#findComment-834060 Share on other sites More sharing options...
nadeemshafi9 Posted May 14, 2009 Share Posted May 14, 2009 not bad, now translate it into mod rewrite MVC and window based gui's then it will be up to date, is it your FMP ? Link to comment https://forums.phpfreaks.com/topic/157904-beta-testers-wanted/#findComment-834061 Share on other sites More sharing options...
DarkSuperHero Posted May 15, 2009 Share Posted May 15, 2009 You have a type on your page... What are they? Applications are tools you can add to yout homepage. also, the site content area is centered on my screen but the header is shifted to the left....i have a screen width of 1680px.... Cheers! Link to comment https://forums.phpfreaks.com/topic/157904-beta-testers-wanted/#findComment-834679 Share on other sites More sharing options...
ohdang888 Posted May 15, 2009 Author Share Posted May 15, 2009 not bad, now translate it into mod rewrite MVC and window based gui's then it will be up to date, is it your FMP ? huh? haha. What's an FMP? and what's a window based gui? thanks. Link to comment https://forums.phpfreaks.com/topic/157904-beta-testers-wanted/#findComment-834808 Share on other sites More sharing options...
darkfreaks Posted May 15, 2009 Share Posted May 15, 2009 MYSQL Injection: 17 failures Solution: mysql_real_escape_string() Better Solution: MYSQLI/PDO Prepared Statements will sanitize everything Link to comment https://forums.phpfreaks.com/topic/157904-beta-testers-wanted/#findComment-834910 Share on other sites More sharing options...
nadeemshafi9 Posted May 17, 2009 Share Posted May 17, 2009 not bad, now translate it into mod rewrite MVC and window based gui's then it will be up to date, is it your FMP ? huh? haha. What's an FMP? and what's a window based gui? thanks. FMP final majour universit project, and window oo json xml based gui http://extjs.com/deploy/dev/examples/desktop/desktop.html Link to comment https://forums.phpfreaks.com/topic/157904-beta-testers-wanted/#findComment-835640 Share on other sites More sharing options...
phpflavor Posted May 17, 2009 Share Posted May 17, 2009 FMP final majour universit project, and window oo json xml based gui http://extjs.com/deploy/dev/examples/desktop/desktop.html hey wow thats pretty cool I am not very fim with windows. I LOVE LINUX lol. But I have something sim like this I made for my server so it gives a desktop effect I use a combo of gedit and php to read the files. Link to comment https://forums.phpfreaks.com/topic/157904-beta-testers-wanted/#findComment-835755 Share on other sites More sharing options...
ohdang888 Posted May 18, 2009 Author Share Posted May 18, 2009 MYSQL Injection: 17 failures Solution: mysql_real_escape_string() Better Solution: MYSQLI/PDO Prepared Statements will sanitize everything i use mysql real escape string on everything... what code did you use to inject it? Link to comment https://forums.phpfreaks.com/topic/157904-beta-testers-wanted/#findComment-836131 Share on other sites More sharing options...
darkfreaks Posted May 18, 2009 Share Posted May 18, 2009 mysql_real_escape_string() does not stop 100 percent injection please read up on how to use PDo prepared statements Link to comment https://forums.phpfreaks.com/topic/157904-beta-testers-wanted/#findComment-836492 Share on other sites More sharing options...
Recommended Posts