petrospap
petrospap
Thank you desandro for this amazing script For my needs I have make some modifications in breathing-halftone.js So on Halftone.prototype.create I add ``` this.canvas.id = "idh"; ``` I remove ```...
Hello, I am sorry for this newbie question, i never used composer before I try to install on windows, but i can't composer.json ``` { "minimum-stability": "dev", "prefer-stable": true, "name":...
can you please provide any idea how to stop run waterripple! Thank you
forgot html ``` hello tip ``` or any tag with class tip and title i.e ``` lorem ypsum ```
Hi jyoungblood thanks for your reply you help me a lot simply like this I get all the information I need and I got smoke :) ``` php ?> smoke.signal('');
Nothing working probably, seems like tiktok has change their API
RSS links leads to Error 403 i.e ``` https://proxitok.pabloferreiro.es/stream?url=https://p77-sign-va-lite.tiktokcdn.com/obj/tos-maliva-p-0068/ce479ff83e1749bc8da4b4052750f52d_1612642889?x-expires=1688641200&x-signature=H%2BInhWh8E54Kmpoveo6YsyUf8Z0%3D ```
when you say multi config, you mean to create new file config? and to called like $db_2 = new Database();
I try it like this config ``` define('DB_DSN', 'mysql:host=127.0.0.1;dbname=testpage_db_1'); define('DB_USERNAME', 'testuser'); define('DB_PASSWORD', ''); define('DB_CHARACSET', 'utf8'); define('DB_DSN2', 'mysql:host=127.0.0.1;dbname2=testpage_db_2'); define('DB_USERNAME2', 'testuser'); define('DB_PASSWORD2', ''); define('DB_CHARACSET2', 'utf8'); $db = new Database('server1'); $db_2 = new...
Thanks, I will try this as soon i got some free time!!!!