NameSilo

Image Hosting Script

Spacemail by SpaceshipSpacemail by Spaceship
Watch

hanz

onArcade.comVIP Member
Impact
9
Some time ago I bought image hosting script from http://www.scriptsnmore.com/ that came with reseller rights, now I think it is time to resell it to all of my NamePros friends for free :D . Sorry I don't have any demo set up, but I can assure you that this is one very nice script ;)

Features:
+ Support paypal upgrades - Based on credits = uploads
+ Syndication Script - Allows others to add upload script on their website to redirect to your site after upload is completed
+ Unlimited "secondary" servers - Store images in many locations to keep load down on main server
+ Thumbnail creation for gif, jpg, jpeg using GD2
+ Thumbnail creation for bmp using imagemagick
+ Dimensions and size shown on all thumbnails created
+ Bandwidth tracking
+ IP banning
+ User registration
+ Applet uploading for registered members (Allows multiple uploads at one time)
+ Upload images in zip, then script unzips the zip file (For registered members only)
+ Deletes images not clicked x amount of times using cron job
+ Advertisement abilities when linking to image
+ Supports swf uploading
+ E-mail links to requested e-mail address
+ Tracks uploads based on IP address
+ Supports English and Chinese languages
+ Fully customizable with css, header and footer files
+ Newsletter abilities to registered members

Have fun!
 

Attachments

  • ImageHostingScript.zip
    471.1 KB · Views: 418
Last edited by a moderator:
2
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Sell it for free!!!! lol I like that price...............alot!!!!

Thanks, I just downloaded it! :kickass:
 
0
•••
which version it is?
 
0
•••
0
•••
GFX^^ said:
which version it is?
I guess the latest as this script hasn't been developed any further
 
0
•••
Thanks for the script, I'm having a small problem uploading the image sql file... Error Unknown Character Set " anyone have an idea of how to fix this or what it should be?

Thanks,

Mike
 
0
•••
I keep getting FATAL ERROR: Connection to database server failed. what do i do?
 
Last edited:
0
•••
Did you read the README file?
 
0
•••
wvccboy said:
Did you read the README file?

Yes, i am running on a reseller account.
 
0
•••
Tippy said:
Thanks for the script, I'm having a small problem uploading the image sql file... Error Unknown Character Set " anyone have an idea of how to fix this or what it should be?

Thanks,

Mike
hmm... yeah, I have attached new image.txt file, this should work

gameztown said:
Yes, i am running on a reseller account.
did you edit config.php file?
 
0
•••
hanz said:
hmm... yeah, I have attached new image.txt file, this should work


did you edit config.php file?

Yep i edited config.php and i ran the sql file too.
 
0
•••
The script was developed furthur by yabsoft...the origional creator.

I also bought it from scriptsandmore ages ago, however its extreamly buggy.
 
0
•••
gameztown said:
Yep i edited config.php and i ran the sql file too.
Sorry! Then I don't know what could be wrong.


rmwebs said:
The script was developed furthur by yabsoft...the origional creator.

I also bought it from scriptsandmore ages ago, however its extreamly buggy.
Actually this script was stole by yabsoft (the orginal coder)
 
0
•••
The more fact about this issue:
Recently,i check the visiters logs and found lots of people are from scriptsnmore.com.Just as you have read on his site,he say lots of bad words to me, which stayed there for 2 months.
At the beginning,i simplily ignore this,but gradutliy,i realeased the reputation on the net is important for me and my site. The key is that lots of people may mistake me by his partial word and fact,althrougth i believe anyone has own idea,not simplily followed someone. So this is the reason why i make such page for you:)

Topic By me at WHT: (This is a long details,recommend you read this carefully) View [http://www.webhostingtalk.com/showthread.php?s=&threadid=429436]
Topic By me at digitalpoint.com: (Legal Issues ) Viewhttp://forums.digitalpoint.com/showthread.php?t=23395
Topic By me at sitepoint.com: (Legal Issues ) View http://www.sitepoint.com/forums/showthread.php?t=286763
Topic By eMax at scritplance.com: View[http://forum.scriptlance.com/showthread.php?t=356

http://www.yabsoft.com/scriptsnmore.php

At fact the owner of scriptsnmore.com want to sell his site earliy:
http://webhostingtalk.com/showthread.php?t=462549&highlight=scriptsnmore
 
0
•••
0
•••
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='
as username to login in admin apnel,althrough your username is not the one!

Solution:
Modify the login.php,line 13:
Code:
$db->setQuery("select * from setting where admin='$input[user]' and pass='$input[pass]'");
Change to:
Code:
$db->setQuery("select * from setting where admin='".mysql_escape_string($input[user])."' and pass='".mysql_escape_string($input[pass])."'");

If you want to use it,I recomend you apply the changes first!
 
0
•••
mysql_escape_string is deprecated, I'd rather use something like:
PHP:
<?php

function make_safe($value)
{
  $value = stripslashes($value);
  $value = (function_exists('mysql_real_escape_string')) ? mysql_real_escape_string($value) : addslashes($value);

  return $value;
}

?>
.
PHP:
$db->setQuery("select * from setting where admin='".make_safe($input['user'])."' and pass='".make_safe($input['pass'])."'");
 
0
•••
Yea,'mysql_real_escape_string' is better then 'mysql_escape_string'.

Thanks for your advance!

SecondVersion said:
mysql_escape_string is deprecated, I'd rather use something like:
PHP:
<?php

function make_safe($value)
{
  $value = stripslashes($value);
  $value = (function_exists('mysql_real_escape_string')) ? mysql_real_escape_string($value) : addslashes($value);

  return $value;
}

?>
.
PHP:
$db->setQuery("select * from setting where admin='".make_safe($input['user'])."' and pass='".make_safe($input['pass'])."'");
 
0
•••
I am also getting FATAL ERROR: Connection to database server failed.

Anyone know what to do?
 
0
•••
Thanks for sharing!
 
0
•••
Dynadot โ€” .com Registration $8.99Dynadot โ€” .com Registration $8.99
Appraise.net
Unstoppable Domains
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back