Silly Roboscript Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EroMediaGFX
    Registered User
    • May 2021
    • 14

    #1

    Silly Roboscript Question

    Figured I might ask on here, I just setup my first cam site with Roboscript and got everything to my liking and working fairly easily since the provided documentation is good and the videos explaining how are also easy to follow.

    The only thing I cannot figure out for the life of me probably because I'm an idiot, is how to make blog posts go to a specific page that I can set into my navigation menu. I understand normally in wordpress this is done via Settings > Reading > Set static page > Pick your page for homepage + latest posts. In Roboscript however when I set this the cams simply end up generating on that page also rather than my blog posts.

    I did put in a support ticket asking this but haven't heard anything back yet and also it appears roboscript's website is down currently?

    Appreciate any advice on how to set my blog posts
  • TurboB
    Confirmed User
    • Dec 2016
    • 1059

    #2
    "how to make blog posts go to a specific page that I can set into my navigation menu" - make any page in Wordpress and add it in RBS Cam MU -> Theme Settings -> Menu -> Custom Link.

    Comment

    • EroMediaGFX
      Registered User
      • May 2021
      • 14

      #3
      Will try this out now and let you know if it worked, appreciate it TurboB!

      Comment

      • EroMediaGFX
        Registered User
        • May 2021
        • 14

        #4
        Originally posted by TurboB
        "how to make blog posts go to a specific page that I can set into my navigation menu" - make any page in Wordpress and add it in RBS Cam MU -> Theme Settings -> Menu -> Custom Link.
        Did this and got my new page to appear on my nav menu but my blog posts will not go to that specific page still. Anywhere I can link you my site dont got enough posts on here too.

        Comment

        • luann22
          Registered User
          • Nov 2021
          • 18

          #5
          Robo

          i also bought the php cam script. Completely useless, full of bugs. Support is completely lost. Nick doesn't answer anymore.

          Comment

          • brassmonkey
            Pay It Forward
            • Sep 2005
            • 77396

            #6
            Originally posted by luann22
            i also bought the php cam script. Completely useless, full of bugs. Support is completely lost. Nick doesn't answer anymore.
            that's the clue...
            TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
            DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

            Comment

            • Webster01
              Confirmed User
              • Apr 2013
              • 378

              #7
              Whatever happend to Nick, it must be something serious.
              I´m also concerned right now. He´s gone for a while already.

              Nick is very kind and super nice!
              If you buy a product, a script in that industry, you want exactly that type of support.
              It´s not a team working on the scripts.
              He´s alone and yes, sometimes it takes a bit, but he always makes sure to get everything working on the clients end!

              It was always pretty normal to get a response within one day.

              I also can´t explain it to me why his site went offline, why there´s no response on Skype......

              Three years ago I called him on his mobile, unfortunately I forgot to save his number and I can´t scroll back so many years in my Skype history.
              I would love to give him a call to ask what´s up....

              Sometimes sponsors asking for phone numbers, they could try to reach him.
              I know he did some coding for LiveJasmin a while back, if they have his number on file, anyone of their team could give him a call, please.

              All we can do is to hope he´s fine and is coming back very soon!

              Comment

              • j3rkules
                VIP
                • Jul 2013
                • 22111

                #8
                His site has been down for a couple of days right now. I hope Nick will come back very soon.

                Comment

                • luann22
                  Registered User
                  • Nov 2021
                  • 18

                  #9
                  Api

                  I don’t want to betray, but I turned to support one of the very famous camera sites, and the programming team responded:

                  "...this is a very old api that you don't need to use.roboscript is selling terrible scripts..."

                  Comment

                  • luann22
                    Registered User
                    • Nov 2021
                    • 18

                    #10
                    And API

                    for the roboscript php cam script (and WP-script) you can buy the addon "self autoreg plugin" with which customers "can register on your aggregator page".

                    One of the big camsites staff replied me, that "we have not given any permission for roboscript to do this and self registration via your page it will not work".

                    Comment

                    • TurboB
                      Confirmed User
                      • Dec 2016
                      • 1059

                      #11
                      luann22

                      You can use better script if Robo does meet your requirements.

                      Comment

                      • luann22
                        Registered User
                        • Nov 2021
                        • 18

                        #12
                        Yes

                        Yes, this example of yours is like saying, "eat at a restaurant if mc. Donalds didn't turn you on"
                        Just that I've already had lunch at Mc. donalds ...

                        I bought the scripts, worked on it for weeks, corresponded with everyone. now the answer is "buy another." Yes, but that's not advice.

                        Comment

                        • TypeinNL
                          Confirmed User
                          • Dec 2019
                          • 36

                          #13
                          I have also a question.

                          Been trying to get the best speed for the cam script and by defauld there is the .ttf fonts loading which are big and 50% of total resources when visitor is loading the site...

                          SFCompactRounded-Bold.ttf
                          1816.0 kb

                          But in the font folder there is also a .woff2 (the same font) arround 500kb 1/3 of size of .ttf.

                          Can someone share how i can edit this? Would help me and a lot of other users of the script a lot to reduce the download size and get faster speed / loading of site.

                          More cutting of size with with Font Squirrel to 45kb .woff and 35kb .woff2

                          Comment

                          • TypeinNL
                            Confirmed User
                            • Dec 2019
                            • 36

                            #14
                            I have the new php cam script and wp cam plugin version. On both of them are the .ttf fonts loading...

                            Comment

                            • TurboB
                              Confirmed User
                              • Dec 2016
                              • 1059

                              #15
                              In the style.css you can replace fonts by your own.

                              You can see there are use whole family of that font:
                              SF-Compact
                              SFCompact

                              Search for these two - you will see 5 fonts in total of this family are used.

                              The easiest way to get rid out of this font - find some very lightweight font family, rename it and overwrite original ones.

                              SF-Compact-Display-Regular
                              SFCompactDisplay-Black
                              SF-Compact-Display-Bold
                              SF-Compact-Display-Semibold
                              SFCompactRounded-Bold

                              Or if you know a little of coding - delete fonts folder at all, remove loading of fonts in style.css and replace everywhere this f*cking font is used to some other which is integrated into browsers and doesn't requires any downloading.

                              Comment

                              • GoCastaway
                                Kiss my ass!
                                • Feb 2017
                                • 1021

                                #16
                                Originally posted by TurboB
                                In the style.css you can replace fonts by your own.

                                You can see there are use whole family of that font:
                                SF-Compact
                                SFCompact

                                Search for these two - you will see 5 fonts in total of this family are used.

                                The easiest way to get rid out of this font - find some very lightweight font family, rename it and overwrite original ones.

                                SF-Compact-Display-Regular
                                SFCompactDisplay-Black
                                SF-Compact-Display-Bold
                                SF-Compact-Display-Semibold
                                SFCompactRounded-Bold

                                Or if you know a little of coding - delete fonts folder at all, remove loading of fonts in style.css and replace everywhere this f*cking font is used to some other which is integrated into browsers and doesn't requires any downloading.
                                I think that should be a good solution, but in the 5 font maps there are also .svg files. All around 1200-1300 Kb, but in the SFCompactRounded-Bold map the .svg is 6375 KB, what to do with that?

                                If there is someone who can change this and is willing to share that would be great, i am very interested in it.

                                Comment

                                • TurboB
                                  Confirmed User
                                  • Dec 2016
                                  • 1059

                                  #17
                                  Originally posted by GoCastaway
                                  I think that should be a good solution, but in the 5 font maps there are also .svg files. All around 1200-1300 Kb, but in the SFCompactRounded-Bold map the .svg is 6375 KB, what to do with that?

                                  If there is someone who can change this and is willing to share that would be great, i am very interested in it.
                                  You can change *.svg files too, or remove it completely.

                                  Remove in style.css:
                                  Code:
                                  @font-face{font-family:SF-Compact-Display-Semibold;src:url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Semibold/SFCompactDisplay-Semibold.eot);src:url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Semibold/SFCompactDisplay-Semibold.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Semibold/SFCompactDisplay-Semibold.svg#SF-Compact-Display-Semibold) format('svg'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Semibold/SFCompactDisplay-Semibold.ttf) format('truetype'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Semibold/SFCompactDisplay-Semibold.woff) format('woff'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Semibold/SFCompactDisplay-Semibold.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SF-Compact-Display-Bold;src:url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Bold/SFCompactDisplay-Bold.eot);src:url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Bold/SFCompactDisplay-Bold.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Bold/SFCompactDisplay-Bold.svg#SF-Compact-Display-Bold) format('svg'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Bold/SFCompactDisplay-Bold.ttf) format('truetype'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Bold/SFCompactDisplay-Bold.woff) format('woff'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Bold/SFCompactDisplay-Bold.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SFCompactDisplay-Black;src:url(/wp-content/themes/pro-cam-mu/fonts/SFCompactDisplay-Black/SFCompactDisplay-Black.eot);src:url(/wp-content/themes/pro-cam-mu/fonts/SFCompactDisplay-Black/SFCompactDisplay-Black.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactDisplay-Black/SFCompactDisplay-Black.svg#SFCompactDisplay-Black) format('svg'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactDisplay-Black/SFCompactDisplay-Black.ttf) format('truetype'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactDisplay-Black/SFCompactDisplay-Black.woff) format('woff'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactDisplay-Black/SFCompactDisplay-Black.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SFCompactRounded-Bold;src:url(/wp-content/themes/pro-cam-mu/fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.eot);src:url(/wp-content/themes/pro-cam-mu/fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.svg#SFCompactRounded-Bold) format('svg'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.ttf) format('truetype'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.woff) format('woff'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SF-Compact-Display-Regular;src:url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Regular/SFCompactDisplay-Regular.eot);src:url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Regular/SFCompactDisplay-Regular.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Regular/SFCompactDisplay-Regular.svg#SF-Compact-Display-Regular) format('svg'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Regular/SFCompactDisplay-Regular.ttf) format('truetype'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Regular/SFCompactDisplay-Regular.woff) format('woff'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Regular/SFCompactDisplay-Regular.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}
                                  
                                  @font-face{font-family:slick;font-weight:400;font-style:normal;src:url(../fonts/slick.eot);src:url(../fonts/slick.eot?#iefix) format('embedded-opentype'),url(../fonts/slick.woff) format('woff'),url(../fonts/slick.ttf) format('truetype'),url(../fonts/slick.svg#slick) format('svg');font-display:swap}
                                  Change font family everywhere in a style.css:
                                  Code:
                                  SF-Compact-Display-Regular
                                  SFCompactDisplay-Black 
                                  SF-Compact-Display-Bold 
                                  SF-Compact-Display-Semibold 
                                  SFCompactRounded-Bold
                                  To some font family which is loaded already in users browsers:
                                  https://websitesetup.org/web-safe-fonts-html-css/

                                  Comment

                                  • TurboB
                                    Confirmed User
                                    • Dec 2016
                                    • 1059

                                    #18
                                    Also, if you will change font to some which does not have variations such as Black, Bold, etc - you will need to play with font-weight where needed.

                                    Comment

                                    • TypeinNL
                                      Confirmed User
                                      • Dec 2019
                                      • 36

                                      #19
                                      Thanks TurboB! Will try this evening to modify the files.

                                      Comment

                                      • GoCastaway
                                        Kiss my ass!
                                        • Feb 2017
                                        • 1021

                                        #20
                                        From here too, Thanks TurboB!

                                        Also going to try this evening, alrdy took the 2 css parts out and the menu is now another font, think the browser default font.

                                        will let you know.

                                        Comment

                                        • TypeinNL
                                          Confirmed User
                                          • Dec 2019
                                          • 36

                                          #21
                                          Ok guys. This tweak/ update is very significant.

                                          I have reduced total download size from each visitor from around 4 / 5 mb to 1.6 mb this is a 60% / 70% reduction!

                                          Speed is significant faster even without Cloudflare Argo activated. Because reduction in resources i might activate Argo gain (i deactivated this feature yesterday because i have sinds last week a big spike in traffic / and data cost...)

                                          It's easy. Download the fonts you want to reduce in size. Go to fontsquirrel dot com and upload / download the optimized font. Go to your style.css file and edit the fonts. Also go to your theme/index.php file because there are a couple of lines of code (mobile redirect) for fonts you also need to modify.

                                          phpcamscript (new one)

                                          giftofspeed dot com

                                          San Francisco (USA)
                                          REQUESTS 57
                                          TOTAL SIZE 1670 kb
                                          CONTENT VISIBLE 1.09 s
                                          FULLY LOADED 1.67 s
                                          OPTIM. SCORE 76/100

                                          Comment

                                          • TurboB
                                            Confirmed User
                                            • Dec 2016
                                            • 1059

                                            #22
                                            I can't find anything related to fonts in index.php

                                            It is in header.php
                                            Sorry my fault, font should be removed/changed in header.php and style.css
                                            I did this long time ago, so a little bit forgot about it.
                                            I am talking about WP version.

                                            Mobile speed:



                                            GTMetrix:

                                            Comment

                                            • GoCastaway
                                              Kiss my ass!
                                              • Feb 2017
                                              • 1021

                                              #23
                                              Originally posted by TurboB
                                              I can't find anything related to fonts in index.php

                                              It is in header.php
                                              Sorry my fault, font should be removed/changed in header.php and style.css
                                              I did this long time ago, so a little bit forgot about it.
                                              I am talking about WP version.

                                              Mobile speed:



                                              GTMetrix:

                                              This looks great!

                                              Working on it now, and also saw the post from TypeinNL, so i am looking what i am going to do...

                                              Until now only removed the 2 ccs parts and then i alrdy see another font in the menu, should be the standard browser font imo.

                                              Comment

                                              • GoCastaway
                                                Kiss my ass!
                                                • Feb 2017
                                                • 1021

                                                #24
                                                Originally posted by TypeinNL
                                                Ok guys. This tweak/ update is very significant.

                                                I have reduced total download size from each visitor from around 4 / 5 mb to 1.6 mb this is a 60% / 70% reduction!

                                                Speed is significant faster even without Cloudflare Argo activated. Because reduction in resources i might activate Argo gain (i deactivated this feature yesterday because i have sinds last week a big spike in traffic / and data cost...)

                                                It's easy. Download the fonts you want to reduce in size. Go to fontsquirrel dot com and upload / download the optimized font. Go to your style.css file and edit the fonts. Also go to your theme/index.php file because there are a couple of lines of code (mobile redirect) for fonts you also need to modify.

                                                phpcamscript (new one)

                                                giftofspeed dot com

                                                San Francisco (USA)
                                                REQUESTS 57
                                                TOTAL SIZE 1670 kb
                                                CONTENT VISIBLE 1.09 s
                                                FULLY LOADED 1.67 s
                                                OPTIM. SCORE 76/100
                                                I cannot send you a PM, i don't understand some things, i am also from NL

                                                Comment

                                                • GoCastaway
                                                  Kiss my ass!
                                                  • Feb 2017
                                                  • 1021

                                                  #25
                                                  @TurboB

                                                  Do you have a cache plugin running? Here i don't because that gives a issue with the infinite loader. Nick was looking/had a solution for that but i am affraid that is not comming anymore

                                                  Comment

                                                  • TypeinNL
                                                    Confirmed User
                                                    • Dec 2019
                                                    • 36

                                                    #26
                                                    Originally posted by GoCastaway
                                                    I cannot send you a PM, i don't understand some things, i am also from NL
                                                    I am online later tonight. Post the question and i will try to help

                                                    Comment

                                                    • GoCastaway
                                                      Kiss my ass!
                                                      • Feb 2017
                                                      • 1021

                                                      #27
                                                      Originally posted by TypeinNL
                                                      I am online later tonight. Post the question and i will try to help
                                                      Can you send me a mail at gocastaway2005(at)hotmail.com?

                                                      Better then here and much better in Dutch.

                                                      Now sleeping time here...

                                                      Comment

                                                      • TurboB
                                                        Confirmed User
                                                        • Dec 2016
                                                        • 1059

                                                        #28
                                                        Originally posted by GoCastaway
                                                        @TurboB

                                                        Do you have a cache plugin running? Here i don't because that gives a issue with the infinite loader. Nick was looking/had a solution for that but i am affraid that is not comming anymore
                                                        I am running mod_pagespeed with memcached for all js, css, image things, and wp-rocket only for caching - old version with cache time set to 5 minutes. Also on Cloudlfare cache everything is on.

                                                        With my setup infinite loader working fine, models on homepage are changing every 5 minutes.

                                                        Comment

                                                        • GoCastaway
                                                          Kiss my ass!
                                                          • Feb 2017
                                                          • 1021

                                                          #29
                                                          Originally posted by TurboB
                                                          I am running mod_pagespeed with memcached for all js, css, image things, and wp-rocket only for caching - old version with cache time set to 5 minutes. Also on Cloudlfare cache everything is on.

                                                          With my setup infinite loader working fine, models on homepage are changing every 5 minutes.
                                                          Sounds good, but what i see mod-pagespeed has to be installed in Apache at the server, too difficult for me

                                                          Thnx for the info!

                                                          Comment

                                                          Working...