| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| onArcade.com Join Date: Jul 2004 Location: Estonia
Posts: 1,224
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| |
| | THREAD STARTER #10 (permalink) | ||||||||
| onArcade.com Join Date: Jul 2004 Location: Estonia
Posts: 1,224
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| ||||||||
| |
| | #12 (permalink) |
| Senior Member Join Date: Sep 2005 Location: Herts, UK
Posts: 3,806
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | The script was developed furthur by yabsoft...the origional creator. I also bought it from scriptsandmore ages ago, however its extreamly buggy.
__________________ Disney World Fans - Mobile Apps for your WDW Vacation! WSDReg - Affordable Domain Registration. Serving NP members since 2006! Hotel Site Script - 15% Discount for NP members with code 'NPROS' |
| |
| | THREAD STARTER #13 (permalink) | ||||||||
| onArcade.com Join Date: Jul 2004 Location: Estonia
Posts: 1,224
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| ||||||||
| |
| | #14 (permalink) | ||||
| NamePros Member Join Date: Sep 2004
Posts: 38
![]() | The more fact about this issue:
At fact the owner of scriptsnmore.com want to sell his site earliy: http://webhostingtalk.com/showthread...t=scriptsnmore | ||||
| |
| | THREAD STARTER #15 (permalink) | ||||
| onArcade.com Join Date: Jul 2004 Location: Estonia
Posts: 1,224
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| ||||
| |
| | #16 (permalink) |
| NamePros Member Join Date: Sep 2004
Posts: 38
![]() | Haha But anyway I must point a secure hole in this old script,And I don't recommend you use it to build a serious image hosting site.Because it has lots of bugs not fixed. I don't want you to wonder I am trying to stop others to download script and use it,so I post the secure hole here: After installation,you can use Code: ' or 1 or pass=' ????: NamePros.com http://www.namepros.com/showthread.php?t=191933 Solution: Modify the login.php,line 13: Code: $db->setQuery("select * from setting where admin='$input[user]' and pass='$input[pass]'"); Code: $db->setQuery("select * from setting where admin='".mysql_escape_string($input[user])."' and pass='".mysql_escape_string($input[pass])."'"); |
| |
| | #17 (permalink) |
| Tech Support Join Date: Mar 2005
Posts: 4,944
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | mysql_escape_string is deprecated, I'd rather use something like: PHP Code: PHP Code: |
| |
| | #18 (permalink) | ||||
| NamePros Member Join Date: Sep 2004
Posts: 38
![]() | Yea,'mysql_real_escape_string' is better then 'mysql_escape_string'. Thanks for your advance!
| ||||
| |
| | #22 (permalink) |
![]() Join Date: Jul 2006
Posts: 4,609
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Thanks giving away for free. I will try later.
__________________ juegosjuegos Your Hotel in Austria Matratzen Domain Acquisition | Store all your favorite links! | Web Proxies Proxy List | Bookmarks | Creative Enquiry | Web Proxy List |
| |
| | #23 (permalink) |
| Senior Member Join Date: Jan 2006 Location: Portland, Oregon
Posts: 2,100
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Can we resell it? I assume no
__________________ HostingFuze.com Premium Master Reseller Services | 99.9% Uptime Guaranteed SLA | Starting at $4.95/mo Basic Reseller Hosting @ HostFz.com - Services starting as low as $1.95/mo! |
| |
| | #24 (permalink) |
| First Time Poster! Join Date: Sep 2006
Posts: 1
![]() | thanx for this... ![]() Edit: This script isn't actually very easy to edit using *.css sheets. The style is actually located in another file... i have changed that, so now i have a ccs sheet... adding a logo is a nightmare... anther solution also came then... and finally i don't think the guy really cares what we do with the script so, hey.. i think we can do want we want to it!!! woo hoo!!!
Last edited by gamer76; 09-12-2006 at 10:12 AM.
|
| |
| | #25 (permalink) |
| New Member Join Date: May 2006
Posts: 7
![]() | why i can not login admin area use admin:123 ? did your guys can login to admin area? i already import image.sql and website frontside working. is that php or mysql verison problem? my php 5.1.2 and mysql 5 from dreamhost i changed to php 4.1.2,i can login now, but when uploaded a image,it displayed url like "http://www.cmusers.com/show.php/2_26107273aa2538070e0ec02.jpg" the image can not be displayed. anyone help me plz? |
| |