im epok Posted April 15 Share Posted April 15 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) Quote Link to comment Share on other sites More sharing options...
BastelPichi Posted April 15 Share Posted April 15 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) This means invalid referer data. You are sending an referer of 127.0.0.1:3000, which doesnt match any registered reseller. Quote Link to comment Share on other sites More sharing options...
im epok Posted April 15 Author Share Posted April 15 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 Quote Link to comment Share on other sites More sharing options...
im epok Posted April 17 Author Share Posted April 17 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." Quote Link to comment Share on other sites More sharing options...
SpookyKipper Posted April 18 Share Posted April 18 wdym random generating key? You dont need it Quote Link to comment Share on other sites More sharing options...
BastelPichi Posted April 19 Share Posted April 19 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. Quote Link to comment Share on other sites More sharing options...
BastelPichi Posted April 19 Share Posted April 19 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. Quote Link to comment Share on other sites More sharing options...
im epok Posted April 20 Author Share Posted April 20 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 Quote Link to comment Share on other sites More sharing options...
BastelPichi Posted April 20 Share Posted April 20 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. Quote Link to comment Share on other sites More sharing options...
SpookyKipper Posted April 21 Share Posted April 21 (edited) 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 April 21 by SpookyKipper Quote Link to comment Share on other sites More sharing options...
BastelPichi Posted April 21 Share Posted April 21 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) Quote Link to comment Share on other sites More sharing options...
im epok Posted April 21 Author Share Posted April 21 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. Quote Link to comment Share on other sites More sharing options...
BastelPichi Posted April 22 Share Posted April 22 19 hours ago, im epok said: Exactly If I can’t make it work I guess i’ll use that panel. Project LOGGED is not a panel, its just a more intelligent signup form. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.