Posts marked with "Subins" in tags

Subins Update 1.2

Subins has been updated to 1.2. The new changes have been made on Subins and is updated today. The sites that affected the changes are:

Contents

<ul class="toc_list">
  <li>
    <a href="#subins-chat"><span class="toc_number toc_depth_1">1</span> Subins Chat</a>
  </li>
  <li>
    <a href="#accounts"><span class="toc_number toc_depth_1">2</span> Accounts</a>
  </li>
  <li>
    <a href="#subins"><span class="toc_number toc_depth_1">3</span> Subins</a>
  </li>
  <li>
    <a href="#friendshood"><span class="toc_number toc_depth_1">4</span> Friendshood</a>
  </li>
  <li>
    <a href="#subins-get"><span class="toc_number toc_depth_1">5</span> Subins GET</a>
  </li>
</ul>

Subins Chat

In Subins Chat the design has been changed. The bugs have been fixed and It’s more fast than before.
Subins Chat is not only a group chat but a place for submitting suggestions, bugs, errors and feedback.
Please report any errors or bugs happening on any of the sites of Subins in Subins Chat.

... [READ MORE]

My Short URL – a site for shortening URL’s

My Short URL is my latest invention. A site for shortening URL’s like goo.gl and bit.ly.

<div>
  You can short URL&#8217;s on the site <a href="http://msurl.tk/" style="font-weight: bold;">MSURL.TK</a>.
</div>

<div>
</div>
As other projects the site is also hosted by AppFog and the free domain is given by My.Dot.TK.
The project was created under 30 minutes and the lines of code is less that 64.
It’s written in PHP as you already know it. 
The shortened URL only has 13 characters (without HTTP://).
The shortened URL will not have .php extension. I will tell you how to view page without file extension on the next tutorial.
Enjoy Shortening URL !
... [READ MORE]

Subins Games : A new Game site from Subins

This is my 5th project. The Subins Games. This site is for playing games. 

Functions

  • Commenting
  • Score saving
  • Play History
  • Add your game
  • Game stats
 (And adding new ones!)
Like all the other projects this project has used Javascript Library Jquery and the server side language is PHP.
This site’s games is the combination of old PFOGB and G2E.
The main problem I faced was the merging of two blogs to one. It was very difficult to merge manually.
So I used WordPress in my localhost to import posts from blogger and exported the posts in XML format.
Then I used PHP to insert the XML file contents to MySql Database. Thankyou WordPress.
... [READ MORE]

FriendsHood – A new Social Network from Subins

Friendshood is vulnerable to MySQL Injection and shouldn’t be used anymore. Please see my latest project : http://subinsb.com/2013/12/open-an-open-source-social-network-is-released
Original Post :
Many of you now know the project I’ve been working on. In that project I have created a social Network called FriendsHood. I created this social network because my friends have been telling me to create a social network. They told me because School said to block Facebook and no student should use Facebook.

... [READ MORE]

How to add Subins Like button to blogger/blogspot

You might have know The Subins Project created by me. It is hosted by AppFog. If you want to add Subins Like button to your blog, then follow these steps.

Go to Blogger
Place this code where you want to add the Subins Like Button.


BLOG URL‘>

If you want to add like button on post footer then follow the steps mentioned below.
Go to Blogger -> Template -> Edit HTML
Click Expand Widget Templates.
Search for the line post-footer’ (within the quote).
Add this code after the first line you just founded.