Jump to content
[MUST READ] Forum Rules ×

Posting Error, #923578257


Recommended Posts

16 minutes ago, im epok said:

I've been getting this error and I'm not sure why...

and yes I've tried using secure signup.

 

PS. it works normally thru the main site (default template)

Screenshot-2024-04-15-at-6-25-42-PM.png

This means invalid referer data. You are sending an referer of 127.0.0.1:3000, which doesnt match any registered reseller.

Link to comment
Share on other sites

1 hour ago, BastelPichi said:

This means invalid referer data. You are sending an referer of 127.0.0.1:3000, which doesnt match any registered reseller.

Oh alright! I’m going to try to upload to the main website

Link to comment
Share on other sites

Yo! I tried changing my HTML to PHP so I can also add the code for the random generating key all templates have (for the captcha) and now I getting "You don't have permission to access /register.php on this server."

 

 

Link to comment
Share on other sites

On 4/17/2024 at 6:29 PM, im epok said:

Yo! I tried changing my HTML to PHP so I can also add the code for the random generating key all templates have (for the captcha) and now I getting "You don't have permission to access /register.php on this server."

 

 

Can you share your code or site? Its kinda hard to debug it like this.

Link to comment
Share on other sites

On 4/18/2024 at 11:02 AM, SpookyKipper said:

wdym random generating key? You dont need it

Oh you do. If youre creating an account via the form you need to create an md5 hash off some random data (any string is accepted but since the string gets blacklisted after one captcha-solve you should at least use md5). This key gets sent to:
http://ifastnet.com/image.php?id=XXXXXXXXXXXXXXXX
 

And determines the numbers on the captcha.

Link to comment
Share on other sites

20 hours ago, BastelPichi said:

Can you share your code or site? Its kinda hard to debug it like this.

Yo! Sorry for the late response

You can find the website @ https://hostly.space but the signup is @ https://hostly.monster

Let me know if you can't access "View Page Source"

 

On 4/18/2024 at 12:02 PM, SpookyKipper said:

wdym random generating key? You dont need it

It's in MyOwnFreeHost's official templates

Link to comment
Share on other sites

2 hours ago, im epok said:

Yo! Sorry for the late response

You can find the website @ https://hostly.space but the signup is @ https://hostly.monster

Let me know if you can't access "View Page Source"

 

It's in MyOwnFreeHost's official templates

You aren't sending the referer information at all now. Without the referer information, its not going to work.

 

If you want your clients to get a domain under X but signup on Y, you can take a look at Project LOGGED.

Link to comment
Share on other sites

On 4/20/2024 at 2:44 AM, BastelPichi said:

Oh you do. If youre creating an account via the form you need to create an md5 hash off some random data (any string is accepted but since the string gets blacklisted after one captcha-solve you should at least use md5). This key gets sent to:
http://ifastnet.com/image.php?id=XXXXXXXXXXXXXXXX
 

And determines the numbers on the captcha.

If you don't give any ID, the captcha is always 61499, essentially you can make the captcha textbox a hidden element and bypass the captcha for all users.

Edited by SpookyKipper
Link to comment
Share on other sites

14 hours ago, SpookyKipper said:

If you don't give any ID, the captcha is always 61499, essentially you can make the captcha textbox a hidden element and bypass the captcha for all users.

No, you cant. You used to be able to do this, but since someone was mad at me and reported this to iFastNet, every ID can only be used once.

There seems to be an exception for no ID, interesting!

(likely because they put NOT NULLwhen setting up their DB and now that call just gets skipped lmao)

Link to comment
Share on other sites

16 hours ago, SpookyKipper said:

If you don't give any ID, the captcha is always 61499, essentially you can make the captcha textbox a hidden element and bypass the captcha for all users.

Exactly

23 hours ago, BastelPichi said:

You aren't sending the referer information at all now. Without the referer information, its not going to work.

 

If you want your clients to get a domain under X but signup on Y, you can take a look at Project LOGGED.

If I can’t make it work I guess i’ll use that panel.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...