need php guru

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gentoo
    Confirmed User
    • Sep 2007
    • 116

    #1

    need php guru

    email me [email protected]

    peace
  • gentoo
    Confirmed User
    • Sep 2007
    • 116

    #2
    Your telling me no one here knows php???!?!?!?!?!

    Comment

    • uvort
      Confirmed User
      • Mar 2003
      • 3580

      #3
      What do you think this place is... a webmaster forum?
      See Sig.
      199907143

      Comment

      • Brujah
        Beer Money Baron
        • Jan 2001
        • 22157

        #4
        we don't deal those drugs around here buddy

        Comment

        • gentoo
          Confirmed User
          • Sep 2007
          • 116

          #5
          Originally posted by Brujah
          we don't deal those drugs around here buddy
          damn it lol

          Comment

          • d-null
            . . .
            • Apr 2007
            • 13724

            #6
            Originally posted by Brujah
            we don't deal those drugs around here buddy

            __________________

            Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
            Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
            Check out the #1 WordPress SEO Plugin: CyberSEO Suite

            Comment

            • Cyber Fucker
              Hmm
              • Sep 2005
              • 12642

              #7
              Lol.....

              Comment

              • Killswitch - BANNED FOR LIFE

                #8
                What do you want us to email you? "Oh hai, asl?"

                Comment

                • Twig
                  Confirmed User
                  • Nov 2005
                  • 1949

                  #9
                  How about giving some details?
                  Do you go to McDonalds and say "I'm hungry" when they ask what you want?

                  Comment

                  • gentoo
                    Confirmed User
                    • Sep 2007
                    • 116

                    #10
                    Using php 5.2.0 external php files will not load using php include, fopen and allow url are both enabled in php.ini any ideas

                    Comment

                    • HomerSimpson
                      Too lazy to set a custom title
                      • Sep 2005
                      • 13826

                      #11
                      Originally posted by gentoo
                      Using php 5.2.0 external php files will not load using php include, fopen and allow url are both enabled in php.ini any ideas
                      why not use cURL?
                      Make a bank with Chaturbate - the best selling webcam program
                      Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!

                      PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:

                      Comment

                      • gentoo
                        Confirmed User
                        • Sep 2007
                        • 116

                        #12
                        Originally posted by HomerSimpson
                        why not use cURL?
                        Got any examples my donut eating friend.

                        Comment

                        • Varius
                          Confirmed User
                          • Jun 2004
                          • 6890

                          #13
                          Since you didn't specify which allow_url line you have set to true, check if both of these are:

                          allow_url_fopen = 1
                          allow_url_include = 1

                          I think since 5.2.0 the second one is now disabled by default.

                          Also, if you don't need to execute code and are simply including something for output, you're better off (more secure) with say file_get_contents() or other similar methods.
                          Skype variuscr - Email varius AT gmail

                          Comment

                          • woj
                            <&(©¿©)&>
                            • Jul 2002
                            • 47882

                            #14
                            Originally posted by Brujah
                            we don't deal those drugs around here buddy
                            Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
                            Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
                            Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

                            Comment

                            • GrouchyAdmin
                              Now choke yourself!
                              • Apr 2006
                              • 12085

                              #15

                              Comment

                              • split_joel
                                Confirmed User
                                • Jan 2005
                                • 2270

                                #16
                                nice idea on all that stuff
                                Last edited by split_joel; 09-04-2009, 03:45 PM.
                                E-mail marketing - Automation Scripting - IP Space
                                AIM: splitjoelp ICQ: 254759453 skype - splitjoelp 702-941-6465

                                Comment

                                • gentoo
                                  Confirmed User
                                  • Sep 2007
                                  • 116

                                  #17
                                  Originally posted by Varius
                                  Since you didn't specify which allow_url line you have set to true, check if both of these are:

                                  allow_url_fopen = 1
                                  allow_url_include = 1

                                  I think since 5.2.0 the second one is now disabled by default.

                                  Also, if you don't need to execute code and are simply including something for output, you're better off (more secure) with say file_get_contents() or other similar methods.
                                  Hey man thx for the info, i was pulling out my hair because i normally do not enable this stuff because of security but the person needs it done. Even though i specify these settings there was somehting compiled in php from cpanel causing all this not to work so i recompiled php without the module and all works now.

                                  Thx

                                  Comment

                                  • Varius
                                    Confirmed User
                                    • Jun 2004
                                    • 6890

                                    #18
                                    Originally posted by gentoo
                                    Hey man thx for the info, i was pulling out my hair because i normally do not enable this stuff because of security but the person needs it done. Even though i specify these settings there was somehting compiled in php from cpanel causing all this not to work so i recompiled php without the module and all works now.

                                    Thx
                                    Ah, cpanel... yet another reason I personally hate control panels and like building everything from scratch

                                    Good you figured it out though
                                    Skype variuscr - Email varius AT gmail

                                    Comment

                                    • GrouchyAdmin
                                      Now choke yourself!
                                      • Apr 2006
                                      • 12085

                                      #19
                                      Originally posted by Varius
                                      Ah, cpanel... yet another reason I personally hate control panels and like building everything from scratch

                                      Good you figured it out though
                                      Psst.

                                      /scripts/easyapache

                                      Doesn't get much easier than that.

                                      Making CPanel not suck, however, takes more effort. Like removing CPanel.

                                      Comment

                                      • Varius
                                        Confirmed User
                                        • Jun 2004
                                        • 6890

                                        #20
                                        Originally posted by GrouchyAdmin
                                        Psst.

                                        /scripts/easyapache

                                        Doesn't get much easier than that.

                                        Making CPanel not suck, however, takes more effort. Like removing CPanel.
                                        I think it's been about 9 years since I've even seen a control panel, back when we still had hosting clients in Montreal ;p

                                        Thus I have no need for your "easy" anything hehe
                                        Skype variuscr - Email varius AT gmail

                                        Comment

                                        • gentoo
                                          Confirmed User
                                          • Sep 2007
                                          • 116

                                          #21
                                          Originally posted by GrouchyAdmin
                                          Psst.

                                          /scripts/easyapache

                                          Doesn't get much easier than that.

                                          Making CPanel not suck, however, takes more effort. Like removing CPanel.
                                          Yah, recompiling using that is the easy part what i meant is thinking to check that for some stupid module I have never heard of before.

                                          Comment

                                          • fatfoo
                                            ICQ:649699063
                                            • Mar 2003
                                            • 27763

                                            #22
                                            Originally posted by GrouchyAdmin




                                            Send me an email: [email protected]

                                            Comment

                                            • amateurcanada
                                              Confirmed User
                                              • Jul 2001
                                              • 3766

                                              #23
                                              <? echo "lies"; ?>

                                              be our partner - join nichepartners today
                                              will.assum.producer @ AmateurCanada.com / icq: 30146166 / facebook.com/will.assum / #amateurcanada

                                              Comment

                                              Working...