all the free scripts i have

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    php bullitine

    web forum community like coding talk
    Attached Files









    Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
    Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

    Comment


      #17
      re

      php thumbs script very handy in protection against hackers using images
      Attached Files









      Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
      Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

      Comment


        #18
        re

        server status script
        Attached Files









        Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
        Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

        Comment


          #19
          re

          ip to country script
          Attached Files









          Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
          Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

          Comment


            #20
            re

            i have heaps more scripts that are mostly lavalair edits or scotspaul edits so im not guna repost whats already here lol if your after certain scripts let me know and ill try get em or find em for ya i hope some of these scripts prove to be usefull to the newbies in coding









            Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
            Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

            Comment


              #21
              scotspaul

              wml scotspaul edit by dark desire as requested
              Attached Files









              Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
              Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

              Comment


                #22
                re

                database wasnt in previous post for scotspaul script here it is
                Attached Files









                Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
                Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

                Comment


                  #23
                  thanks ozzie...

                  do you have or can get http://cashbrite.net script? or something similar to it.

                  Thanks

                  Comment


                    #24
                    re

                    yeah use this detailed redirect script
                    PHP Code:
                    <?php

                    /*
                    PHP to detect mobile phpnes

                    Version: 3.00



                    */

                    function detect_mobile_device(){
                      
                      
                    // check if the user agent value claims to be windows but not windows mobile
                      
                    if(stristr($_SERVER['HTTP_USER_AGENT'],'windows')&&!stristr($_SERVER['HTTP_USER_AGENT'],'windows ce')){
                        return 
                    false;
                      }
                      
                    // check if the user agent gives away any tell tale signs it's a mobile browser
                      
                    if(eregi('up.browser|up.link|windows ce|iemobile|mini|mmp|symbian|midp|wap|phone|pocket|mobile|pda|psp',$_SERVER['HTTP_USER_AGENT'])){
                        return 
                    true;
                      }
                      
                    // check the http accept header to see if wap.wml or wap.xhtml support is claimed
                      
                    if(stristr($_SERVER['HTTP_ACCEPT'],'text/vnd.wap.wml')||stristr($_SERVER['HTTP_ACCEPT'],'application/vnd.wap.xhtml+xml')){
                        return 
                    true;
                      }
                      
                    // check if there are any tell tales signs it's a mobile device from the _server headers
                      
                    if(isset($_SERVER['HTTP_X_WAP_PROFILE'])||isset($_SERVER['HTTP_PROFILE'])||isset($_SERVER['X-OperaMini-Features'])||isset($_SERVER['UA-pixels'])){
                        return 
                    true;
                      }
                      
                    // build an array with the first four characters from the most common mobile user agents
                      
                    $a = array(
                                        
                    'acs-'=>'acs-',
                                        
                    'alav'=>'alav',
                                        
                    'alca'=>'alca',
                                        
                    'amoi'=>'amoi',
                                        
                    'audi'=>'audi',
                                        
                    'aste'=>'aste',
                                        
                    'avan'=>'avan',
                                        
                    'benq'=>'benq',
                                        
                    'bird'=>'bird',
                                        
                    'blac'=>'blac',
                                        
                    'blaz'=>'blaz',
                                        
                    'brew'=>'brew',
                                        
                    'cell'=>'cell',
                                        
                    'cldc'=>'cldc',
                                        
                    'cmd-'=>'cmd-',
                                        
                    'dang'=>'dang',
                                        
                    'doco'=>'doco',
                                        
                    'eric'=>'eric',
                                        
                    'hipt'=>'hipt',
                                        
                    'inno'=>'inno',
                                        
                    'ipaq'=>'ipaq',
                                        
                    'java'=>'java',
                                        
                    'jigs'=>'jigs',
                                        
                    'kddi'=>'kddi',
                                        
                    'keji'=>'keji',
                                        
                    'leno'=>'leno',
                                        
                    'lg-c'=>'lg-c',
                                        
                    'lg-d'=>'lg-d',
                                        
                    'lg-g'=>'lg-g',
                                        
                    'lge-'=>'lge-',
                                        
                    'maui'=>'maui',
                                        
                    'maxo'=>'maxo',
                                        
                    'midp'=>'midp',
                                        
                    'mits'=>'mits',
                                        
                    'mmef'=>'mmef',
                                        
                    'mobi'=>'mobi',
                                        
                    'mot-'=>'mot-',
                                        
                    'moto'=>'moto',
                                        
                    'mwbp'=>'mwbp',
                                        
                    'nec-'=>'nec-',
                                        
                    'newt'=>'newt',
                                        
                    'noki'=>'noki',
                                        
                    'opwv'=>'opwv',
                                        
                    'palm'=>'palm',
                                        
                    'pana'=>'pana',
                                        
                    'pant'=>'pant',
                                        
                    'pdxg'=>'pdxg',
                                        
                    'phil'=>'phil',
                                        
                    'play'=>'play',
                                        
                    'pluc'=>'pluc',
                                        
                    'port'=>'port',
                                        
                    'prox'=>'prox',
                                        
                    'qtek'=>'qtek',
                                        
                    'qwap'=>'qwap',
                                        
                    'sage'=>'sage',
                                        
                    'sams'=>'sams',
                                        
                    'sany'=>'sany',
                                        
                    'sch-'=>'sch-',
                                        
                    'sec-'=>'sec-',
                                        
                    'send'=>'send',
                                        
                    'seri'=>'seri',
                                        
                    'sgh-'=>'sgh-',
                                        
                    'shar'=>'shar',
                                        
                    'sie-'=>'sie-',
                                        
                    'siem'=>'siem',
                                        
                    'smal'=>'smal',
                                        
                    'smar'=>'smar',
                                        
                    'sony'=>'sony',
                                        
                    'sph-'=>'sph-',
                                        
                    'symb'=>'symb',
                                        
                    't-mo'=>'t-mo',
                                        
                    'teli'=>'teli',
                                        
                    'tim-'=>'tim-',
                                        
                    'tosh'=>'tosh',
                                        
                    'treo'=>'treo',
                                        
                    'tsm-'=>'tsm-',
                                        
                    'upg1'=>'upg1',
                                        
                    'upsi'=>'upsi',
                                        
                    'vk-v'=>'vk-v',
                                        
                    'voda'=>'voda',
                                        
                    'wap-'=>'wap-',
                                        
                    'wapa'=>'wapa',
                                        
                    'wapi'=>'wapi',
                                        
                    'wapp'=>'wapp',
                                        
                    'wapr'=>'wapr',
                                        
                    'webc'=>'webc',
                                        
                    'winw'=>'winw',
                                        
                    'winw'=>'winw',
                                        
                    'xda-'=>'xda-'
                                      
                    );
                      
                    // check if the first four characters of the current user agent are set as a key in the array
                      
                    if(isset($a[substr($_SERVER['HTTP_USER_AGENT'],0,4)])){
                        return 
                    true;
                      }
                    }

                    function 
                    detect_iphone(){
                      if(
                    eregi('iphone',$_SERVER['HTTP_USER_AGENT'])||eregi('ipod',$_SERVER['HTTP_USER_AGENT'])){
                        return 
                    true;
                      }
                    }

                    // example 1 - detect and redirect mobile browsers
                    if(detect_mobile_device()){
                      
                    header('Location: http://wap.ba/');
                      exit;
                    }

                    // example 2 - detect and redirect desktop browsers
                    if(!detect_mobile_device()){
                      
                    header('Location: http://wap.ba/');
                      exit;
                    }

                    function 
                    detect_iphone(){
                      if(
                    eregi('iphone',$_SERVER['HTTP_USER_AGENT'])){
                        return 
                    true;
                      }
                    }

                    // example 3 - send iphone to specific site
                    if(detect_iphone()){
                      
                    header('Location: http://wap.ba/');
                      exit;
                    }

                    ?>









                    Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
                    Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

                    Comment


                      #25
                      Interesting.Thanks for share

                      Comment


                        #26
                        Originally posted by ozziemale31 View Post
                        as the title says lol so yall can c wat a wana be wappy is at coding
                        all the oldskool wappy scripts
                        as yall can see hes edited others works and not fully translated some scripts or links
                        Those scripts are 5 years old, i think we have all advanced a little bit in that time... god... every script in that pack was writen/modded and uploaded on a mobile.

                        The wappyCHAT scripts contain all of about 10% of the original code if that, and were actually very popular back in the day

                        Comment


                          #27
                          re

                          Originally posted by James Johnson View Post
                          Those scripts are 5 years old, i think we have all advanced a little bit in that time... god... every script in that pack was writen/modded and uploaded on a mobile.

                          The wappyCHAT scripts contain all of about 10% of the original code if that, and were actually very popular back in the day
                          i think wappy is using another id here lol like the post said free scripts i have alot of the scripts that had been posted here ages ago the links had since expired.
                          wappy isnt a coder nore does he have any degree in coding he is a cut and paster like most ppl ere. when wappy can code a script from scratch without editing somebody elses work to start with then come and tell us..since when has wappy ever shared anything here. i dont see him posting anything do i.
                          scripts like talte.net that was open 3 years ago had been previously posted before but none the links works so ive reposted it for some of the newbies who want something diffrent to lavalair.
                          if you dont like this post for free scripts bite me.go post somewhere else









                          Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
                          Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

                          Comment


                            #28
                            i can help as i am a reseller pm me for a chat bout any type of hosting









                            Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
                            Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

                            Comment


                              #29
                              You were being rude, yes i am using another id, i have writen many scripts from scratch like the one i used for wap2ftp.com, the chat hosting script i used, the subdomain script i gave out in my v.i.p, and tons of other scripts i would certainly not post here for you rude ****s, and besides that so ****ing what if i start with a base script and update it so its actually decent not a pile of ****, just take a look at mobile chat or evilddl on hotscripts.com...

                              There is not even one example of my coding here that has been done in the last couple of years??

                              Regards,
                              wappy/chris

                              Comment


                                #30
                                Originally posted by James Johnson View Post
                                You were being rude, yes i am using another id, i have writen many scripts from scratch like the one i used for wap2ftp.com, the chat hosting script i used, the subdomain script i gave out in my v.i.p, and tons of other scripts i would certainly not post here for you rude ****s, and besides that so ****ing what if i start with a base script and update it so its actually decent not a pile of ****, just take a look at mobile chat or evilddl on hotscripts.com...

                                There is not even one example of my coding here that has been done in the last couple of years??

                                Regards,
                                wappy/chris
                                not that i really care, but mobile chat ISN'T your script as you claim on some sites !
                                and neither is wap2ftp.com !
                                end of story
                                It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
                                ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
                                ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
                                キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

                                Comment

                                Working...
                                X