New site for chastity and orgasms tracking

Discussion in 'Chastity and orgasm denial' started by alescan, Jul 17, 2023.

Random Thread
  1. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
  2. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
    Yes, I know that and I'm thinking to add orgasms too. The problem is the space orgasms can occupy (for example, I have 82 registered) and show togheter in public profile also with sessions can made the page very, very long to scroll limiting the usability. I'm thinking of make two links: one for sessions and one for orgrasms in public profle. If you have ideas or suggetions you are always very welcome.
    Yes, I think it's doable (I never used GD but I will take a look) but I don't know how much time will take.

    I take advantage of the opportunity to tell everyone that I'm not doing any improvement or adding any functionality since I'll be on vacation from 22th September to 2nd October and if any problem came up I will not be able to code a fix.
    So please if you encounter some error let me know immediately so I can fix before departure.
    Of course I will be able to read here and support request via the contact form.
     
  3. LoveIt
    Offline

    LoveIt Active member

    Joined:
    Jul 3, 2023
    Messages:
    83
    Likes Received:
    235
    Trophy Points:
    43
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Spain
    Local Time:
    9:20 PM
    Maybe collapsible box?

    It's easy. Example 1 Example 2
    Yes, it will take some time till you get the dimensions right and the correct text position, but as you said, it's doable.

    Enjoy your vacation.
     
  4. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
    That's a very good idea! Thank you very much!
    Thanks!

    P.S. Are you a programmer?
     
  5. herboi
    Offline

    herboi Active member

    Joined:
    Jan 13, 2017
    Messages:
    128
    Likes Received:
    413
    Trophy Points:
    73
    Gender:
    Male
    Occupation:
    I/T
    Location: (Country, Region - and perhaps even City?):
    Mich USA
    Local Time:
    3:20 PM
    We use it, very easy and fast to check on duration
     
  6. LoveIt
    Offline

    LoveIt Active member

    Joined:
    Jul 3, 2023
    Messages:
    83
    Likes Received:
    235
    Trophy Points:
    43
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Spain
    Local Time:
    9:20 PM
    In the last 28 years - yes.
     
  7. LoveIt
    Offline

    LoveIt Active member

    Joined:
    Jul 3, 2023
    Messages:
    83
    Likes Received:
    235
    Trophy Points:
    43
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Spain
    Local Time:
    9:20 PM
    In case this help, here is the PHP code for my current signature:

    PHP:
    <?php
        header
    ("Content-type: image/png");
        
    $lastFullDate "2023-08-09"// can load from database
        
    $lastRuinedDate "2023-08-25"// can load from database
        
    $imageWidth 300;
        
    $imageHeight 45// maybe decrease the heighs if only one type of orgasm exists?
        
    $fontSize 9;
        
    $fontName '/storage/ssd2/488/21293488/public_html/Verdana.ttf'// path to font file
        
    $textAngle 0;
        
    $textX 5;
        
    $textY 15;
        
    $nowDate date('Y-m-d' );
        
    $outString "";
        if( 
    strlen$lastFullDate ) > ) { //show this only when we have last full orgasm
            
    $lastFullDays = ( strtotime$nowDate ) - strtotime$lastFullDate ) ) / 86400;
            
    $outString "Last full orgasm: ".$lastFullDays." days ago. (".$lastFullDate.")";
        }
        if( 
    strlen$lastRuinedDate ) > ) { // show this only when we have last ruined orgasm
            
    $lastRuinedDays = ( strtotime$nowDate ) - strtotime$lastRuinedDate ) ) / 86400;
            if( 
    strlen$outString ) > ) {
                
    $outString $outString."\n\n";
            }
            
    $outString $outString."Last ruined orgasm: ".$lastRuinedDays." days ago. (".$lastRuinedDate.")";
        }
        
    $image imagecreatetruecolor($imageWidth$imageHeight); // create image
        
    $textColor imagecolorallocate($image140149159); // RGB
        
    $backgroundColor imagecolorallocate($image616572);; // RGB
        
    imagefilledrectangle($image00$imageWidth 1$imageHeight 1$backgroundColor); // set background
        
    imagettftext($image$fontSize$textAngle$textX$textY$textColor$fontName$outString); // add the text
        
    imagepng($image); // send the image to client
        
    imagedestroy($image); // free memory
    ?>
    Dates are hardcoded, just need to load them from the database.
     
  8. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
    Thank you!
    When I return from holidays I will take a look.
     
  9. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
    Hi everyone!
    I'm back from holiday and here a little update of the current situation.
    I closed the polls and here are the results:
    Screenshot 2023-10-04 at 13-56-02 CHASTITY TRACKER POLL.png Screenshot 2023-10-04 at 13-56-28 CHASTITY TRACKER POLL.png
    So next goals will be:
    • Delete messages older than a month from the chat (pretty easy)
    • Add milking option for orgasm (will take not so much)
    • Add public orgasms option and add also to public profile (will take more time)
    • Create the dynamic banner (no clue abot time needed)
    As always if everyone have problems, suggestions or ideas please let me know.
     
  10. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
    Hi everyone!
    First of all I have to say thank you to @LoveIt because his sample code helped me a lot.
    So here's how I imagined the banner:
    banner.png

    Please let me know what you think about it and if you want me to add more information on it.
    Also milking option is almost ready.
     
  11. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
    Hi everyone,
    the update is almost ready and I will release it probably tomorrow.
    As the banner wil be visible everywhere in the world I modified the date so it can be read regardless of the notation used. Here it is:
    banner.png
    I also have a doubt, should I show the session (also orgasm when I code it) only if it's set public or show it anyway?
     
  12. LoveIt
    Offline

    LoveIt Active member

    Joined:
    Jul 3, 2023
    Messages:
    83
    Likes Received:
    235
    Trophy Points:
    43
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Spain
    Local Time:
    9:20 PM
    #162 LoveIt, Oct 9, 2023
    Last edited: Oct 9, 2023
    For me would make sense to show only information marked as public.
    If not marked as public you can show something like:
    Last full orgasm: ***
    or "Hidden" instead of "***"

    P.S. You have a typo in sessions.php:
     
    alescan likes this.
  13. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
    Thanks for the feedback and the typo reporting.
    I'll ask because I see no point in activating the dynamic banner but have data hidden. Of course I can do it anyway.
    If no session is active I'll show "CURRENTLY NOT LOCKED"
    If no orgasm available I'll show "NO DATA AVAILABLE"
     
    LoveIt likes this.
  14. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
    So quick update.
    As in the banner I have to show only marked as public I have to code the orgasm public/not public functionality, so I want release the update today.
    I think I should be able to do it by the end of the week.
     
  15. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
    Hi everyone, I kindly introduce to you:
    • The banner for forums/signatures and also for normal websites and blogs.
    • Orgasms public or not funtionality
    • Milking option for orgasms
    • Messages in public chat will last 1 month
    The update is already online.

    Happy tracking
     
  16. Slutty Susan
    Online

    Slutty Susan Long term member

    Joined:
    Sep 8, 2023
    Messages:
    1,049
    Likes Received:
    419
    Trophy Points:
    93
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    UK
    Local Time:
    8:20 PM
    I would register on your site but setting the dob is a right pain, also field is misspelt on the login screen. TV
     
  17. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
    I'm sorry, I didn't understand if you have problem registering? What problem with birthday?
     
  18. Slutty Susan
    Online

    Slutty Susan Long term member

    Joined:
    Sep 8, 2023
    Messages:
    1,049
    Likes Received:
    419
    Trophy Points:
    93
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    UK
    Local Time:
    8:20 PM
    The dob box defaults to today's date, to go back 1 year means pressing the left arrow 12 times, I am not happy to do that 12 times my age. It would be easier if there were drop down boxes for each of day, month and year.
     
  19. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
    #169 alescan, Oct 11, 2023
    Last edited: Oct 11, 2023
    That's a standard date input box.
    Depending on the browser (firefox, chrome, etc) and device (android or is) have different methods.
    Ex, on android if you tap on the year you can select it first and after month and day, on ios is similar to desktop.
    On desktop pc every browser have the option, plus you can use the keyboard (see image below):
    image1-1.png
    Which browser and on which device you are using?

    P.S. Is anyone having the same issue?
     
  20. Slutty Susan
    Online

    Slutty Susan Long term member

    Joined:
    Sep 8, 2023
    Messages:
    1,049
    Likes Received:
    419
    Trophy Points:
    93
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    UK
    Local Time:
    8:20 PM
    Thankyou, it's probably my ignorance on how to use it that is the main problem, I use Firefox on an android phone.
     
  21. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
    No problem, I'm here to help!
    Happy tracking!
     
    Slutty Susan likes this.
  22. Slutty Susan
    Online

    Slutty Susan Long term member

    Joined:
    Sep 8, 2023
    Messages:
    1,049
    Likes Received:
    419
    Trophy Points:
    93
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    UK
    Local Time:
    8:20 PM
    I have just registered and am very impressed by the site, you have put a lot of work into developing it.
     
  23. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
    Thank you very much!!!!!!!
     
  24. littleguy3
    Offline

    littleguy3 Adoring husband

    Joined:
    Apr 26, 2022
    Messages:
    2,606
    Likes Received:
    3,534
    Trophy Points:
    143
    Gender:
    Male
    Occupation:
    Bondservant to my wife
    Location: (Country, Region - and perhaps even City?):
    USA - Virginia
    Local Time:
    3:20 PM
    An option to keep me logged in would be welcome. Thank you!
     
  25. alescan
    Offline

    alescan Long term member

    Joined:
    Jul 14, 2023
    Messages:
    186
    Likes Received:
    106
    Trophy Points:
    53
    Gender:
    Male
    Location: (Country, Region - and perhaps even City?):
    Italy
    Home Page:
    Local Time:
    9:20 PM
    Should already be that way by default for everyone (for me it's working). It wouldn't work if you use private browsing.
    Please if anyone have this issue let me know.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice