View difference between Paste ID: PJA04P5x and mrkd07m9
SHOW: | | - or go back to the newest paste.
1
2
3
-- Server CLOUD
4
-- FoxWorn3365
5
-- Lato SERVER
6
local modem = peripheral.wrap("top")
7
-- Aspetto la richiesta
8
while true do
9
modem.setListening(80, true)
10
local event, lato, sender, canale, msg = os.pullEvent("lan_message")
11-
if msg == "responsive.net" then
11+
12-
modem.sendChannel(80, "Responsive for Web\n\nL'innovazione.\nDa ora con responsive potrai dare un po di colore ai tuoi siti web in bianco e nero!\nFinalmente potrai decidere il colore del testo, il colore di sfondo ed aggiungere link!\n\nGuarda questa npagina in ResponsiveTM:\nhttp://responsive.net/this\nDocs: http://repsonsive.net/docs/")
12+
13-
elseif msg == "responsive.net/docs/" then
13+
if msg == "craftabo.net" then
14-
modem.sendChannel(80, "Resposnive for Web\nL'innovazione.\nDefinire una pagina in responsive: isResponsive[]text of page\nColore della pagina: isResponsive[]color[]text_of_page\nSfondo: isResponsive[]color[]sfondo[]text_of_page")
14+
modem.sendChannel(80, "Craftabo: VPS potenti a prezzi bassi\n\nCraftabo nasce nel 2021 ed e' leader nella vendita di servizi informatici.\n\nPer i piani consulta craftabo.net/plans\nPer vedere dove siamo e la potenza do banda vai su craftabo.net/power")
15
elseif msg == "craftabo.net/it/" then
16
modem.sendChannel(80, "Craftabo: VPS Potenti a prezzi bassi\n\nERROR_PAGE_NOT_INDICATED$atpagego\n\nVai su craftabo.net per risolvere il problema!")
17
elseif msg == "craftabo.net/plans" then
18
modem.sendChannel(80, "Craftabo: VPS Potenti a prezzi bassi\n\nEcco i nostri piani:\n\nVPS 250\n==========\n1MB SSD\n1GB Ram DDR5\nPer sito web\n\n7.500IC/mese\n==========\n\nPagina 2: craftabo.net/plans2")
19
elseif msg == "craftabo.net/plans2" then
20
modem.sendChannel(80, "Craftabo: VPS Potenti a prezzi bassi\n\nEcco i nostri piani:\n\nVPS 500\n==========\n2.5MB SSD\n1.5 GB Ram DDR6\nHTTP0 API Inclusa\nPer sito web e cloud\n\n15.000IC/mese\n==========\n\nPagina 1: craftabo.net/plans")
21
elseif msg == "craftabo.net/power" then
22
modem.sendChannel(80, "Craftabo: VPS Potenti a prezzi bassi\n\nLa nostra infrastruttura di server si trova a Neihemiah, sede della ClosedFiber, proprio per questo abbiamo ben 8Gbps  in download e 1.5Gbps in upload!\n\nInoltre, abbiamo tecnici esperti che ogni giorno controllano i server, oltre a un pannello di controllo easy ( craftabo.net/clienti/ )")
23
elseif msg == "craftabo.net/clienti/" then
24
modem.sednChannel(80, "Craftabo: VPS potenti a prezzi bassi\n\nArea Personale\n\nPer accedere all'area personale recati a uno sportello CRAFTABO in una delle seguenti localita':\n- Neihemiah (Sede di Craftabo)\n- New Radeon (Negozio 1)")
25
end
26
sleep(0.5)
27
end