Home Entrance Everyone Wiki Search Login Register

Welcome, Guest. Please login or register. - Thinking of joining the forum??
July 27, 2024 - @337.04 (what is this?)
Forum activity rating: Three Star Posts: 32/1k.beats Unread Topics | Unread Replies | Own Posts | Own Topics | Random Topic | Recent Posts
News: :transport: :transport: More is More :transport: :transport:

+  MelonLand Forum
|-+  World Wild Web
| |-+  ☆ ∙ Showcase & Links
| | |-+  ☮︎ ∙ Other Communities & Webrings
| | | |-+  WAP/WML Webring


« previous next »
Pages: [1] 2 Print
Author Topic: WAP/WML Webring  (Read 1575 times)
Cobra!
Hero Member ⚓︎
*****


’S fhearr Albais bhriste na Albais sa chiste

StatusCafe: cobradile
iMood: Cobradile
Matrix: Chat!
XMPP: Chat!
Itch.io: My Games

View Profile WWW

bred :3First 1000 Members!Pocket Icelogist!OG! Joined 2021!
« on: March 12, 2023 @70.89 »

I just came up with an idea for a web-ring, or should I say a "wapring".

As far as I know, there is no directory for WML/WAP sites out there, and figured it'd be cool if we got together and made a webring to help people navigate the WMLsphere.

Would anyone be interested in joining, or making a WML site to join?
« Last Edit: March 29, 2023 @9.46 by Cobra! » Logged




“Snooping as usual, I see?”
Memory
Guest
« Reply #1 on: March 12, 2023 @75.49 »

Can you believe that I had done something similar in 2021? When I had discovered this WAP thing thanks to your website and for InvisibleUp I was thinking of doing something like that in my webspace at Igloo Cafe. I had done some PHP code and a little testing and it worked great, but because wApua (WML client I use a lot) can't read HTTP headers (such as redirect headers) I had to make each page displays a previous and next URL link like it does on my Red Robot webring.

Sadly I have lost my entire WML files of my webspace on there and I only have the WML structure of the webring in a Notepad++ tab. If you want I could try recreating all that and do it again.
« Last Edit: March 12, 2023 @91.24 by GeckoF » Logged
Cobra!
Hero Member ⚓︎
*****


’S fhearr Albais bhriste na Albais sa chiste

StatusCafe: cobradile
iMood: Cobradile
Matrix: Chat!
XMPP: Chat!
Itch.io: My Games

View Profile WWW

bred :3First 1000 Members!Pocket Icelogist!OG! Joined 2021!
« Reply #2 on: March 12, 2023 @79.79 »

Can you believe that I had done something similar in 2021? When I had discovered this WAP thing thanks to your website and for InvisibleUp I was thinking of doing something like that in my webspace at Igloo Cafe. I had done some PHP code and a little testing and it worked great, but because wApua (WML client I use a lot) can't read HTTP headers (such as redirect headers) I had to make each page add a previous and next URL like it does on my Red Robot webring.

Sadly I have lost my entire WML files of my webspace and I only have the WML structure of the webring in a Notepad++ tab. If you want I could recreate all that and do it again.

Yeah, would be good to get something going. Does WAP support PHP?
Logged




“Snooping as usual, I see?”
Memory
Guest
« Reply #3 on: March 12, 2023 @86.90 »

Yeah, would be good to get something going. Does WAP support PHP?

Obviously, just you need to add a header("Content-type: text/vnd.wap.wml"); on the beginning of the PHP script so that the webserver requests that PHP file from the clients as a WML document.
« Last Edit: April 27, 2023 @601.90 by GeckoF » Logged
Memory
Guest
« Reply #4 on: March 12, 2023 @419.97 »

I have phones that still support full WAP/WML, I can go test things.
Logged
Memory
Guest
« Reply #5 on: March 13, 2023 @750.89 »

After so many annoying troubles with my Nginx server that for some reason I can't make PHP scripts run on my /home directory, I decided to temporarily move this prototype to my Ctrl-C.club space. For now I managed to create the next and previous navigation and the widget.



https://ctrl-c.club/~geckof/wapring/index.wml#0

@Cobra! If you want to start placing this replace the ?usr=gecko GET on the next/previous URLs to your username
« Last Edit: March 13, 2023 @759.75 by GeckoF » Logged
Cobra!
Hero Member ⚓︎
*****


’S fhearr Albais bhriste na Albais sa chiste

StatusCafe: cobradile
iMood: Cobradile
Matrix: Chat!
XMPP: Chat!
Itch.io: My Games

View Profile WWW

bred :3First 1000 Members!Pocket Icelogist!OG! Joined 2021!
« Reply #6 on: March 14, 2023 @85.41 »

After so many annoying troubles with my Nginx server that for some reason I can't make PHP scripts run on my /home directory, I decided to temporarily move this prototype to my Ctrl-C.club space. For now I managed to create the next and previous navigation and the widget.



https://ctrl-c.club/~geckof/wapring/index.wml#0

@Cobra! If you want to start placing this replace the ?usr=gecko GET on the next/previous URLs to your username

So https://ctrl-c.club/~geckof/wapring/?usr=cobradile ?
Logged




“Snooping as usual, I see?”
Memory
Guest
« Reply #7 on: March 14, 2023 @95.22 »

So https://ctrl-c.club/~geckof/wapring/?usr=cobradile ?

something like this

Code
<!-- BEGIN WAPRING CODE -->
<anchor>
<-<go href="//ctrl-c.club/~geckof/wapring/prev.php?usr=cobradile" />
</anchor>

[<anchor>
THE WAP-RING<go href="//ctrl-c.club/~geckof/wapring/index.wml#0" />
</anchor>]

<anchor>
-><go href="//ctrl-c.club/~geckof/wapring/next.php?usr=cobradile" />
</anchor>

<br />
<!-- END WAPRING CODE -->
« Last Edit: March 25, 2023 @507.19 by GeckoF » Logged
Cobra!
Hero Member ⚓︎
*****


’S fhearr Albais bhriste na Albais sa chiste

StatusCafe: cobradile
iMood: Cobradile
Matrix: Chat!
XMPP: Chat!
Itch.io: My Games

View Profile WWW

bred :3First 1000 Members!Pocket Icelogist!OG! Joined 2021!
« Reply #8 on: March 14, 2023 @623.13 »

something like this

Code
<!-- BEGIN WAPRING CODE -->
<anchor>
<-<go href="//ctrl-c.club/~geckof/wapring/prev.php?usr=cobradile" />
</anchor>
[<anchor>
THE WAP-RING<go href="//ctrl-c.club/~geckof/wapring/index.wml#0" />
</anchor>]

<anchor>
-><go href="//ctrl-c.club/~geckof/wapring/next.php?usr=cobradile" />
</anchor>


<!-- END WAPRING CODE -->

Yeah, works great! Hopefully we'll see more sites join in the future! :cheesy:
Logged




“Snooping as usual, I see?”
Cobra!
Hero Member ⚓︎
*****


’S fhearr Albais bhriste na Albais sa chiste

StatusCafe: cobradile
iMood: Cobradile
Matrix: Chat!
XMPP: Chat!
Itch.io: My Games

View Profile WWW

bred :3First 1000 Members!Pocket Icelogist!OG! Joined 2021!
« Reply #9 on: March 29, 2023 @4.32 »

I have phones that still support full WAP/WML, I can go test things.

You got a WML site yourself? Maybe you can join the WAPring!
Logged




“Snooping as usual, I see?”
Melooon
Hero Member ⚓︎
*****


So many stars!

SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games

View Profile WWW

Thanks for being rad!a puppy for your travelsAlways My PalFirst 1000 Members!spring 2023!Squirtle!!!!MIDI WarriorMIDI Warrior1234 Posts!OzspeckCool Dude AwardRising Star of the Web AwardMessage BuddyPocket Icelogist!OG! Joined 2021!...
« Reply #10 on: March 29, 2023 @8.61 »

Can this forum join the webring?? Iv never touched the WAP2 code on here, but maybe I could add the wring widget!
Logged


everything lost will be recovered, when you drift into the arms of the undiscovered
Cobra!
Hero Member ⚓︎
*****


’S fhearr Albais bhriste na Albais sa chiste

StatusCafe: cobradile
iMood: Cobradile
Matrix: Chat!
XMPP: Chat!
Itch.io: My Games

View Profile WWW

bred :3First 1000 Members!Pocket Icelogist!OG! Joined 2021!
« Reply #11 on: March 29, 2023 @11.35 »

Can this forum join the webring?? Iv never touched the WAP2 code on here, but maybe I could add the wring widget!

Yeah, I'd say it counts!

Is there a way to register for the ring, @GeckoF, or would just adding the widget do it for you?

Also 400th post!
Logged




“Snooping as usual, I see?”
Memory
Guest
« Reply #12 on: March 29, 2023 @34.04 »

Sorry but unfortunately it doesn't count since the webring is rather intended for wApua-friendly sites and those made in WML 1.0 to 1.2.

BTW I'm going to move the wapring homepage to wap.igloocafe.space/~gecko instead of CTRL-C.club soon, stay alert.

Is there a way to register for the ring, @GeckoF, or would just adding the widget do it for you?

I just added a few minutes ago information to join the webring on the homepage. No forms or anything, just contact me, I add it to a .txt list and that's it.
« Last Edit: March 29, 2023 @449.32 by GeckoF » Logged
Melooon
Hero Member ⚓︎
*****


So many stars!

SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games

View Profile WWW

Thanks for being rad!a puppy for your travelsAlways My PalFirst 1000 Members!spring 2023!Squirtle!!!!MIDI WarriorMIDI Warrior1234 Posts!OzspeckCool Dude AwardRising Star of the Web AwardMessage BuddyPocket Icelogist!OG! Joined 2021!...
« Reply #13 on: March 29, 2023 @40.45 »

those made in WML 1.0 to 1.2
A lesser-known fact, but this forum, fully supports WML 1.1 What sort of foool would not!? :ok:
Logged


everything lost will be recovered, when you drift into the arms of the undiscovered
Memory
Guest
« Reply #14 on: March 29, 2023 @44.41 »

I will not accept it anyways
Logged
Pages: [1] 2 Print 
« previous next »
 

Vaguely similar topics! (3)

I started a webring: Retroweb Ring

Started by BradEBoard ☮︎ ∙ Other Communities & Webrings

Replies: 2
Views: 1582
Last post June 27, 2022 @743.02
by BradE
Does anyone think it would be a good idea to start a FPS webring?

Started by BritKneeBoard ☮︎ ∙ Other Communities & Webrings

Replies: 4
Views: 1618
Last post November 29, 2023 @658.16
by myleszey
Communication Relay Station 47: Trekkie Webring

Started by MemoryBoard ☮︎ ∙ Other Communities & Webrings

Replies: 12
Views: 1998
Last post September 05, 2022 @304.83
by Zusk

Melonking.Net © Always and ever was! SMF 2.0.19 | SMF © 2021, Simple Machines | Terms and Policies Forum Guide | Rules | RSS | WAP2


MelonLand Badges and Other Melon Sites!

MelonLand Project! Visit the MelonLand Forum! Support the Forum
Visit Melonking.Net! Visit the Gif Gallery! Pixel Sea TamaNOTchi