Jump to content


Photo

Amit.cn Handbuilt CMS


  • This topic is locked This topic is locked
11 replies to this topic

#1 Amit

Amit

    Young Padawan

  • Members
  • Pip
  • 6 posts

Posted 16 September 2006 - 11:08 AM

http://amit.cn

During the summer of '06 I decided I wanted to code my own CMS because most of the webgraphic design websites out there were shitty and relied on forum systems such as vBulletin and whatever.

Shitty in a sense that I'd either find an exploit for the system, or someone else did.

Features:
Submit Tutorials / Comment Tutorials / Rank Tutorials / Report Tutorials / Attach Files
Submit Forum Threads / Comment Threads / Forum is Live on frontpage / Attatch Files
Shoutbox (Pretty easy, took 5 minutes)
Profiles / Forum Signatures / Avatar Uploads / Upload Files / Add tutorials to your favorites section (Bookmarking)

Everything has BBCode enabled. Everything has smilies enabled.

I coded this 100% except I used an Ajax function from www.w3schools.com for the Registeration page, a tutorial to determine password strength, "nice titles" javascript, and a Captcha script.

Above all else I did not use MySQL because I hate it and I am not such a great MySQL programmer, so I made it using flatfiles.

Total PHP files = 11
Total FlatFiles = 9

Let me know what you think.
This is site showoff and feedback not for asking members here to join

Edited by Donna, 16 September 2006 - 12:30 PM.


#2 deadman

deadman

    Young Padawan

  • Members
  • Pip
  • 7 posts

Posted 16 September 2006 - 11:21 AM

Out of 300, 000 icons on the net i love how you use the same icons as techtuts...

Edited by deadman, 16 September 2006 - 11:23 AM.


#3 deadman

deadman

    Young Padawan

  • Members
  • Pip
  • 7 posts

Posted 16 September 2006 - 11:30 AM

Also stealing Angelo Sotira's avatar isnt very bright...
Angelos: http://a.deviantart....s/s/p/spyed.gif
Yours: http://amit.cn/avatars/upload_amit.mx1

D:

#4 Matthew.

Matthew.

    Official Spammer .Matt

  • Members
  • PipPipPipPip
  • 2,749 posts
  • Gender:Male
  • Location:England

Posted 16 September 2006 - 11:37 AM

I think rc69 is going to have a few words....

http://deceptive-logic.com/ < rc69's site.

http://amit.cn/

Wrong guy to mess with, he knows Kung Fo0!

Edited by Matthew., 16 September 2006 - 11:39 AM.


#5 deadman

deadman

    Young Padawan

  • Members
  • Pip
  • 7 posts

Posted 16 September 2006 - 11:46 AM

Handbuilt CMS my ass, i see you have used my tutorial so that isnt a "Handbuilt CMS" now is it.

http://amit.cn/js/register.js
http://techtuts.com/...c...rial&id=818

http://amit.cn/js/pass.js
http://techtuts.com/...c...rial&id=819


Remove the tutorials you stole from techtuts right now.

Edited by deadman, 16 September 2006 - 11:54 AM.


#6 Amit

Amit

    Young Padawan

  • Members
  • Pip
  • 6 posts

Posted 16 September 2006 - 12:09 PM

Ok, I fired my designer, I will look into what has happened here. I hired him to design my website, not to rip a layout. I am so sorry for this. I have started to delete his design and reupload my files before he started.

As for the register/pass problem, yes I used the tutorial but I also commented in the top of the index file that I was using the source from w3schools and copyright still intact in the js files

#7 Amit

Amit

    Young Padawan

  • Members
  • Pip
  • 6 posts

Posted 16 September 2006 - 12:15 PM

Remove the tutorials you stole from Techtuts right now


its not the same --


<?php

$username = $_GET['username'];

if ($username == "")
{
echo 'Please enter a username to register!';
}
else
{

$memberlist = 'DATABASE';
$list = file($memberlist);


foreach ($list as $line_num => $line) {
$xname = explode(":", $line);
$username = strtolower($username);
$xname[0] = strtolower($xname[0]);
if ($xname[0] == $username)
{

$output = "Pop";

}

}

if ($output == "Pop")
{
echo '<font color="#FF0000">That username is not available</font>';
}
else
{

echo '<font color="green">That username <b>is available</b>!';

}

}
?>


I used the w3schools ajax functions - they are free, but I coded my own username checker. The only thing I see that was stolen on my website was the designs/icons and I am looking into it. So far the design has been removed.

#8 deadman

deadman

    Young Padawan

  • Members
  • Pip
  • 7 posts

Posted 16 September 2006 - 12:20 PM

I did not say you stole that one, you stole a loops tutorial:
http://amit.cn/go/tu...als/tutorial/15
http://www.techtuts....m...rial&id=915

#9 Donna

Donna

    Retired P2L Queen!

  • P2L Staff
  • PipPipPipPip
  • 12,330 posts
  • Gender:Female
  • Location:B.C Canada

Posted 16 September 2006 - 12:24 PM

Actually, He has stolen images from techtuts.

TechTuts:
http://techtuts.com/...ns/tut/favs.png

His:
http://amit.cn/global/favorites.png

To me they look EXACTLY the same, and you cant find that icon on the net, It was one that was made to use on TechTuts.

:D

- Adam :D


Isn't that a public icon? sorry if I'm wrong but sure I have seen that in many places :ph34r:


I think rc69 is going to have a few words....

http://deceptive-logic.com/ < rc69's site.

http://amit.cn/

Wrong guy to mess with, he knows Kung Fo0!


doesn't look anything like rc's


============

Ok guys take all your personal gripes private please.

If techtuts has tutorials on his site there is a correct procedure to go about having them removed, here is not the place for that.

#10 Matthew.

Matthew.

    Official Spammer .Matt

  • Members
  • PipPipPipPip
  • 2,749 posts
  • Gender:Male
  • Location:England

Posted 16 September 2006 - 12:25 PM

Just to make me not look like a prat the site has been edited since Donna :ph34r: I do have a screenie though lol.Attached File  fergewr.PNG   71.34KB   124 downloads

Saying no more,not my place :D

Edited by Matthew., 16 September 2006 - 12:30 PM.


#11 Amit

Amit

    Young Padawan

  • Members
  • Pip
  • 6 posts

Posted 16 September 2006 - 12:39 PM

I'll make my own icons. My designer said he deliberately stole the icons from techtuts and did not combine both of the links you listed above.

I'm sorry for all the trouble this has caused.

#12 Donna

Donna

    Retired P2L Queen!

  • P2L Staff
  • PipPipPipPip
  • 12,330 posts
  • Gender:Female
  • Location:B.C Canada

Posted 16 September 2006 - 12:43 PM

Matthew. saw them both.

Amit guess you got sprung, someone somewhere will always catch you, guess that's the end of this sitecheck.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users