Forum > Blogs > Insert Coin Source
Insert Coin Source
avatar
Country: US
Comments: 6467
News Posts: 413
Joined: 2008-06-21
 
Tue, 24 Jun 2008 19:32:00
0

For the sake of it with things progressing further toward open-source, I've made the entire Insert Coin PHP source code (as of June 24, 200Cool available for download.

http://www.4shared.com/file/52584333/d1386c3d/insert_coin_2008_6_24.html

In my relative hurry to get the site up and running, the commenting is sorely lacking, but that will progress with time and future updates made available.

I use two different freely available PHP utilities, on top of my own code:
-HTML Purifier
-phpThumb

And two freely available JavaScript utilities
-Prototype.js
-tinyMCE



---

Tell me to get back to rewriting this site so it's not horrible on mobile
avatar
Country: GB
Comments: 47989
News Posts: 59772
Joined: 2008-06-21
 
Tue, 24 Jun 2008 21:11:42
0
If I knew what any of that meant, I would say something meaningful Nyaa PHP is.... CSS?

avatar
Country: US
Comments: 6467
News Posts: 413
Joined: 2008-06-21
 
Tue, 24 Jun 2008 21:46:26
0
PHP tells the server what HTML to output.

Very simple example:
<?php
$x = true;
if($x == true)
  echo "<b>TRUE</b>";
else
  echo "<i>FALSE</i>";
?>

The source actually includes PHP files, CSS files, JavaScript files, an SQL file and images.

---

Tell me to get back to rewriting this site so it's not horrible on mobile
avatar
Country: GB
Comments: 47989
News Posts: 59772
Joined: 2008-06-21
 
Tue, 24 Jun 2008 22:15:17
0
Simple..... example? Erk. LOL

avatar
Country: US
Comments: 16600
News Posts: 2682
Joined: 2008-06-21
 
Tue, 24 Jun 2008 22:34:13
0
Whoa! This page definately isn't for me! LOL

The VG Press

avatar
Country: US
Comments: 15369
News Posts: 232
Joined: 2008-06-21
 
Wed, 25 Jun 2008 00:20:58
0
My head hurts...

         1200923.png?77682175

avatar
Country: US
Comments: 1754
News Posts: 65
Joined: 2008-06-21
 
Wed, 25 Jun 2008 00:56:15
0
Unlike everyone else here I know what you mean and know what you are doing. I just don't know how to code what and what effect it does.

One of the site's forefathers.

Play fighting games!

avatar
Country: CO
Comments: 11520
News Posts: 1163
Joined: 2008-06-24
 
Wed, 25 Jun 2008 02:51:02
0
My butt hurts.
avatar
Country: CA
Comments: 31718
News Posts: 1717
Joined: 2008-06-22
 
Wed, 25 Jun 2008 03:37:23
0
I didn't know yoda spoke strange alien languages, one day he needs to teach us... Nyaa
660896.png
avatar
Country: UN
Comments: 16205
News Posts: 1043
Joined: 2008-06-21
 
Wed, 25 Jun 2008 05:09:37
GG:
yes.

avatar
Country: US
Comments: 6467
News Posts: 413
Joined: 2008-06-21
 
Wed, 25 Jun 2008 19:48:20
Well, there are two points to understand:
1 - PHP (amd other server-side languages) allows you to reuse code, such as menus and headers, across multiple pages while only writing it once in one file.  Though technically I could pull this off with JavaScript.

2 - It allows interaction with a database.  This is the most important since it means you can add and edit content without editing a single file.  This comment, for example, just inserts into a database table.

---

Tell me to get back to rewriting this site so it's not horrible on mobile
Log in or Register for free to comment
Recently Spotted:
*crickets*
Login @ The VG Press
Username:
Password:
Remember me?