Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/14/2013 in all areas

  1. Hello there, I am the CEO of the new starting Software Provider: SpeedoSoftwares (.tk) I am currently working on a kind of Image Sharing Software/Script which doesn't work like the known image sharing providers(tinypic - imgur -imageshack etc.etc.) all those sharing providers work arround with saving the file to their disk but I've got something better and more secure than this way and it's probably going to be free. This Image Sharing Software is saving the actual image(s) to the database! (mysql) This takes less server resources than the normal scripts use because it reacts the same as forum software. so I can guarantee you that it will not be banned off by it's server resources which kind of features do it have?: for now it has: Share(Upload) Image Search Image Get Image information Show recently uploaded images Like an image (very hot feature) Editable settings(Max upload size - max shown likes - max image preview height and widht) Show the uploaded images in the under right corner Show the copyright as for 2013: © 2013 {site} ,All Rights Reserved. Show the copyright as for others: © 2013 - {current year} {site} ,All Rights Reserved the software comes with an protected installer (after the installation is done there will be a lock file to keep it locked) planning to make: Terms of Service Page (editable) Register Page Login Page Member sharing Member Control Panel (email change - password change - see uploaded images - delete an image - and maybe even more) Member Commenting Moderation Panel (Setable usergroups for members - for example:(usergroup 1 = Member - usergroup 2 = moderator) - remove an image - edit member information - remove all images - and maybe even more) As of for now there are none SQL Injections found in the total software. Share your suggestions or feedbacks from this text! Let you be heard on nice features or what you'd like to see! We are open for it!!! Regards, MikeSS (SpeedoSoftwares)
    1 point
  2. Ok you should be back up now. Clear your cache if you still see the suspended page.
    1 point
  3. This account has been suspended for violation of our one account per user policy which is clearly stated during the creation process of each and every account on Heliohost. A common misconception is that you need a separate account for each website that you want to host, but since Heliohost differs from most free hosts and even most paid hosting by offering unlimited addon domains, unlimited parked domains, and unlimited sub domains one can easily and conveniently host as many separate websites as they wish all from your one free hosting account. If multiple accounts were created to get around our disk space limit we strongly suggest using a free service such as dropbox to host your large images, videos, and downloads while continuing to host your website with us if you wish. If you understand that each user is only allowed to have one active account please let us know which account you would like to use and it can be unsuspended for you. Also let us know if you need backups of any of the data on the other accounts, and if there are any domains on the suspended accounts that you would like to host on your main account because we will need to remove them from the suspended account before you will be able to host them on your unsuspended account. For example: user1: unsuspend user2: backup user3: backup, idontreadrules.com user4: thoughticouldgetawaywithit.org
    1 point
  4. I have the "Jpmaster77's login script" on my site and I wanted to add "Biography's" on the profiles. I created a new row in the 'users' table called 'bio' so I added this code to the 'userinfo.php' file: /* Bio*/ echo "<b><u>Biography:</b></u> <br/> ".$req_user_info['bio']."</p></div>"; I copied it from the E-mail one, which is: /* Email */ echo "<b><u>E-mail:</b></u> <br/> ".$req_user_info['email']."</p><hr/>"; (I just changed the 'email' to 'bio' ) And here is the 'useredit.php' (edit profile) file for the editing bio: <div class="clear"></div> <p class="grid_2"><div align="center">Biography: </p> <p class="center"> <input class="center" type="textarea" name="bio" maxlength="10000" value="<?php if($form->value("bio") == ""){ echo $session->userinfo['bio']; }else{ echo $form->value("bio"); } ?>"> <?php echo $form->error("bio"); ?> </p> <div class="clear"></div> <p> And I also just copied that from the "E-mail" edit profie, which is: <div class="clear"></div> <p class="grid_2"><div align="center">E-mail: </p> <p class="center"> <input class="center" type="text" name="email" maxlength="50" value="<?php if($form->value("email") == ""){ echo $session->userinfo['email']; }else{ echo $form->value("email"); } ?>"> <?php echo $form->error("email"); ?> </p> <div class="clear"></div> <p> <br/> But my problem is when the user edits his profile nothing get submitted to the database and nothing obviously shows up on their profile. What am I doing wrong? What I said above is ALL did. Any nice help is really appreciated. [i also attached a picture of the 'bio' database row.]
    1 point
  5. I want to add a email method of cpanel in my website but I don't know the properties of cpanel's email Means I want to know the host, Port of the cpanel email If anyone knows then Please Help.
    1 point
  6. hi there i want to install ssl in my website using sni technology. I dont know where to begin with so pls say me step-by-step help is really appreciated. the info about sni technology is avalable here at this link http://www.namecheap.com/support/knowledgebase/article.aspx/9259
    1 point
×
×
  • Create New...