Register - Login
Views: 99393012
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 10:18:31 AM
Jul - Projects and Creations - Silly PHP scripts New poll - New thread - New reply
Next newer thread | Next older thread
Kak

...
Level: 80


Posts: 1583/1928
EXP: 4755097
For next: 27872

Since: 09-03-13

From: ???

Since last post: 60 days
Last activity: 57 days

Posted on 10-15-16 05:52:03 PM Link | Quote
KLayout 4.0
I now have a website apparently, so for better or for worse, you can see some of the silly stuff I've made for literally no reason at all.

In other words, you can play around with that tiled background generator I've mentioned elsewhere, or this game I've just ""finished"".


____________________
You may or may not be able to recognize where I stole this grid background from.
Stats
Kak
aka Schezo
Level: 64
Days: 1138
Ranked: 58
Links
???
Twitter
YouTube
Obligatory link
Kak

...
Level: 80


Posts: 1598/1928
EXP: 4755097
For next: 27872

Since: 09-03-13

From: ???

Since last post: 60 days
Last activity: 57 days

Posted on 12-19-16 07:28:55 PM Link | Quote
KLayout 4.0
GB Disassembler

Something I've done over the course of the day, because I like to waste my own time.

but I guess I couldn't do much on the first place as I've been sick since yesterday

____________________
You may or may not be able to recognize where I stole this grid background from.
Stats
Kak
aka Schezo
Level: 65
Days: 1203
Ranked: 58
Links
???
Twitter
YouTube
Website
Kak

...
Level: 80


Posts: 1615/1928
EXP: 4755097
For next: 27872

Since: 09-03-13

From: ???

Since last post: 60 days
Last activity: 57 days

Posted on 07-18-17 07:59:04 PM Link | Quote
KLayout 4.0
CLI Scripts Extravaganza


SQ2.php
A tiled triangle background generator. Can generate wireframes or filled polygons.
this part is important since it's basically what happens when you don't have internet access and forget PHP-GD has certain functions (in this case, the ability to fill polygons)


SQ3.php
An attempt at remaking the script used to generate the GarBG background. Definitely closer than this though.


ircsim
This was done out of boredom.
I have a bunch of different IRC log files in different formats, so I thought it would have been a good idea to simulate the message printing in "real-ish" time and supporting most of those formats.



I have probably more in the Windows 10 laptop, but copying those over would require on my part, so that's it for now.

____________________
You may or may not be able to recognize where I stole this grid background from.
Stats
Kak
aka Schezo
Level: 66
Days: 1414
Ranked: 59
Links
???
Twitter
YouTube
Website
Kak

...
Level: 80


Posts: 1629/1928
EXP: 4755097
For next: 27872

Since: 09-03-13

From: ???

Since last post: 60 days
Last activity: 57 days

Posted on 10-02-17 08:19:34 PM (last edited by Kak at 10-02-17 08:20:09 PM) Link | Quote
KLayout 4.0
I added in a nifty tool for those who have the VX Heaven malware collection torrent:

sortmalware.zip

In the original archive, all the files are dumped in the root folder, with no subdirectories. It can be fine for some, but definitely not for my computer where it took a long time to load.

This script recreates the directory structure which was present in VX Heaven's website.
For example, Trojan.Win32.ArcticBomb would be moved to \Trojan\Win32\Trojan.Win32.ArcticBomb. If those folders have only one file, it attempts to move the file to the parent directory (though I couldn't figure out how to make it work in one pass).

I wrote this fairly quickly, but I did use it on my copy of the collection and it worked.

____________________
You may or may not be able to recognize where I stole this grid background from.
Stats
Kak
aka Schezo
Level: 67
Days: 1490
Ranked: 60
Links
???
Twitter
YouTube
Website
buphomet

Paragoomba
Level: 17


Posts: 14/74
EXP: 20654
For next: 4089

Since: 06-06-19

Pronouns: him/they

Since last post: 2.7 years
Last activity: 2.7 years

Posted on 07-13-19 07:01:04 AM (last edited by buphomet at 07-14-19 08:38:58 AM) Link | Quote
Originally posted by Kak
I now have a website apparently, so for better or for worse, you can see some of the silly stuff I've made for literally no reason at all.

In other words, you can play around with that tiled background generator I've mentioned elsewhere, or this game I've just ""finished"".



Very interesting. Let us start here.

For me asking me to critique the code would be a lot more interesting but on checking out the games. The card game to be more specific, did you make the cards yourself?

A lot of times you have an idea on how you could make a silly game for fun only to run into problems with not be able to acquire/have really simple art.
Kak

...
Level: 80


Posts: 1830/1928
EXP: 4755097
For next: 27872

Since: 09-03-13

From: ???

Since last post: 60 days
Last activity: 57 days

Posted on 07-27-19 01:49:34 PM (last edited by Kak at 07-27-19 01:51:07 PM) Link | Quote
Post #1830
Yes, the graphics are custom. It wasn't too bad as the font I used had the card symbols. the card itself is a table with several CSS rules applied. this was before I knew about the world of relative positioning, so if I did that now I may have done it differently.

I'd say the biggest issue with creating this kind of stuff is... motivation! Then it's about the problems of creating games in PHP. The sequel to the card game, an UNO clone, got killed pretty early.

If I have to get actual art done, I resort to mspaint and I have done so several times already :V

...

huh and apparently, the card game is not quite compatible with PHP 7.2. entering an invalid code throws up a warning now

____________________
--=[!]=--
buphomet

Paragoomba
Level: 17


Posts: 74/74
EXP: 20654
For next: 4089

Since: 06-06-19

Pronouns: him/they

Since last post: 2.7 years
Last activity: 2.7 years

Posted on 08-03-19 04:54:37 AM Link | Quote
Originally posted by Kak
Yes, the graphics are custom. It wasn't too bad as the font I used had the card symbols. the card itself is a table with several CSS rules applied. this was before I knew about the world of relative positioning, so if I did that now I may have done it differently.




Very creative.

Originally posted by Kak


I'd say the biggest issue with creating this kind of stuff is... motivation!




Same goes for me, with my projects. It could be said to be very easy to lose motivation to work on a project(s) that you do not exactly have to work on.

Originally posted by Kak


If I have to get actual art done, I resort to mspaint and I have done so several times already :V




This look pretty decent. It should be possible for me to make art of equal quality . Makes me feel a bit confident about making my own art

Thanks for all the information. Having to create art for projects really puts me off, not just having to create the art but having to care about art. My interest is mostly just limited to the technical parts of the project but, guessing, art cannot be avoided.

Next newer thread | Next older thread
Jul - Projects and Creations - Silly PHP scripts New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

27 database queries, 5 query cache hits.
Query execution time:  0.083026 seconds
Script execution time:  0.033991 seconds
Total render time:  0.117017 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 188 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 91 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 102 - Warning: unescaped & or unknown entity "&postid"
line 179 column 74 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 187 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 189 column 9 - Warning: missing <tr>
line 207 column 13 - Warning: missing <tr>
line 208 column 102 - Warning: unescaped & or unknown entity "&postid"
line 210 column 74 - Warning: <style> isn't allowed in <td> elements
line 210 column 9 - Info: <td> previously mentioned
line 219 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 221 column 9 - Warning: missing <tr>
line 239 column 13 - Warning: missing <tr>
line 240 column 102 - Warning: unescaped & or unknown entity "&postid"
line 242 column 74 - Warning: <style> isn't allowed in <td> elements
line 242 column 9 - Info: <td> previously mentioned
line 265 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 267 column 9 - Warning: missing <tr>
line 285 column 13 - Warning: missing <tr>
line 286 column 102 - Warning: unescaped & or unknown entity "&postid"
line 288 column 74 - Warning: <style> isn't allowed in <td> elements
line 288 column 9 - Info: <td> previously mentioned
line 302 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 304 column 9 - Warning: missing <tr>
line 322 column 13 - Warning: missing <tr>
line 323 column 102 - Warning: unescaped & or unknown entity "&postid"
line 338 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 340 column 9 - Warning: missing <tr>
line 358 column 13 - Warning: missing <tr>
line 359 column 102 - Warning: unescaped & or unknown entity "&postid"
line 361 column 74 - Warning: <style> isn't allowed in <td> elements
line 361 column 9 - Info: <td> previously mentioned
line 372 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 374 column 9 - Warning: missing <tr>
line 392 column 13 - Warning: missing <tr>
line 393 column 102 - Warning: unescaped & or unknown entity "&postid"
line 422 column 17 - Warning: missing <tr>
line 422 column 17 - Warning: discarding unexpected <table>
line 425 column 35 - Warning: missing <tr>
line 425 column 50 - Warning: missing </font> before </td>
line 425 column 91 - Warning: missing </font> before </table>
line 427 column 35 - Warning: missing <tr>
line 427 column 50 - Warning: missing </font> before </td>
line 428 column 37 - Warning: unescaped & or unknown entity "&id"
line 427 column 188 - Warning: missing </font> before </table>
line 429 column 17 - Warning: discarding unexpected </textarea>
line 429 column 28 - Warning: discarding unexpected </form>
line 429 column 35 - Warning: discarding unexpected </embed>
line 429 column 43 - Warning: discarding unexpected </noembed>
line 429 column 53 - Warning: discarding unexpected </noscript>
line 429 column 64 - Warning: discarding unexpected </noembed>
line 429 column 74 - Warning: discarding unexpected </embed>
line 429 column 82 - Warning: discarding unexpected </table>
line 429 column 90 - Warning: discarding unexpected </table>
line 431 column 9 - Warning: missing </font> before <table>
line 443 column 25 - Warning: discarding unexpected </font>
line 452 column 57 - Warning: discarding unexpected </font>
line 430 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 148 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 11 - Warning: <img> lacks "alt" attribute
line 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 112 - Warning: <img> lacks "alt" attribute
line 161 column 162 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 182 column 3012 - Warning: <img> lacks "alt" attribute
line 191 column 11 - Warning: <img> lacks "alt" attribute
line 192 column 22 - Warning: <img> lacks "alt" attribute
line 192 column 63 - Warning: <img> lacks "alt" attribute
line 192 column 112 - Warning: <img> lacks "alt" attribute
line 192 column 162 - Warning: <img> lacks "alt" attribute
line 193 column 11 - Warning: <img> lacks "alt" attribute
line 203 column 15 - Warning: <img> lacks "alt" attribute
line 214 column 2618 - Warning: <img> lacks "alt" attribute
line 223 column 11 - Warning: <img> lacks "alt" attribute
line 224 column 22 - Warning: <img> lacks "alt" attribute
line 224 column 63 - Warning: <img> lacks "alt" attribute
line 224 column 112 - Warning: <img> lacks "alt" attribute
line 224 column 162 - Warning: <img> lacks "alt" attribute
line 225 column 11 - Warning: <img> lacks "alt" attribute
line 235 column 15 - Warning: <img> lacks "alt" attribute
line 260 column 3223 - Warning: <img> proprietary attribute value "absmiddle"
line 260 column 3223 - Warning: <img> lacks "alt" attribute
line 260 column 3754 - Warning: <img> lacks "alt" attribute
line 269 column 11 - Warning: <img> lacks "alt" attribute
line 270 column 22 - Warning: <img> lacks "alt" attribute
line 270 column 63 - Warning: <img> lacks "alt" attribute
line 270 column 112 - Warning: <img> lacks "alt" attribute
line 270 column 162 - Warning: <img> lacks "alt" attribute
line 271 column 11 - Warning: <img> lacks "alt" attribute
line 281 column 15 - Warning: <img> lacks "alt" attribute
line 297 column 3171 - Warning: <img> lacks "alt" attribute
line 306 column 11 - Warning: <img> lacks "alt" attribute
line 307 column 22 - Warning: <img> lacks "alt" attribute
line 307 column 63 - Warning: <img> lacks "alt" attribute
line 307 column 111 - Warning: <img> lacks "alt" attribute
line 307 column 161 - Warning: <img> lacks "alt" attribute
line 308 column 11 - Warning: <img> lacks "alt" attribute
line 318 column 15 - Warning: <img> lacks "alt" attribute
line 342 column 11 - Warning: <img> lacks "alt" attribute
line 343 column 22 - Warning: <img> lacks "alt" attribute
line 343 column 63 - Warning: <img> lacks "alt" attribute
line 343 column 112 - Warning: <img> lacks "alt" attribute
line 343 column 162 - Warning: <img> lacks "alt" attribute
line 344 column 11 - Warning: <img> lacks "alt" attribute
line 354 column 15 - Warning: <img> lacks "alt" attribute
line 376 column 11 - Warning: <img> lacks "alt" attribute
line 377 column 22 - Warning: <img> lacks "alt" attribute
line 377 column 63 - Warning: <img> lacks "alt" attribute
line 377 column 111 - Warning: <img> lacks "alt" attribute
line 377 column 161 - Warning: <img> lacks "alt" attribute
line 378 column 11 - Warning: <img> lacks "alt" attribute
line 388 column 15 - Warning: <img> lacks "alt" attribute
line 415 column 1351 - Warning: <img> proprietary attribute value "absmiddle"
line 415 column 1351 - Warning: <img> lacks "alt" attribute
line 415 column 1458 - Warning: <img> proprietary attribute value "absmiddle"
line 415 column 1458 - Warning: <img> lacks "alt" attribute
line 428 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 428 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 428 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 437 column 25 - Warning: <img> lacks "alt" attribute
line 442 column 267 - Warning: <img> lacks "alt" attribute
line 149 column 50 - Warning: trimming empty <font>
line 422 column 17 - Warning: trimming empty <tr>
line 425 column 50 - Warning: trimming empty <font>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 208 column 27 - Warning: <nobr> is not approved by W3C
line 240 column 27 - Warning: <nobr> is not approved by W3C
line 286 column 27 - Warning: <nobr> is not approved by W3C
line 323 column 27 - Warning: <nobr> is not approved by W3C
line 359 column 27 - Warning: <nobr> is not approved by W3C
line 393 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 153 warnings and 0 errors!


The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md