Search:

Type: Posts; User: carefree2

Page 1 of 3 1 2 3

Search: Search took 0.38 seconds.

  1. Replies
    6
    Views
    2,081

    hackers can still read htaccess on a shared host,...

    hackers can still read htaccess on a shared host, youll need to hard code it into the page itself for maximum protection.

    Last time i checked you have to still manually edit htaccess, wasnt that...
  2. Replies
    6
    Views
    2,081

    Its worth it BIGboy

    Its worth it BIGboy
  3. Replies
    6
    Views
    2,081

    Secure admin [MOD]

    I was thinking the best way to secure your admin panel. It was really simple in the end.

    Ill update this later to include an array of ips and wildcard ips

    Add to top of main.php


    $ip =...
  4. Replies
    37
    Views
    40,554

    Have admin make this post an announcement so ppl...

    Have admin make this post an announcement so ppl cant reply.

    I lov ya bplex, you helped me out when i first got vshare , but whos got integrity online, ppl are gonna say their opinions even if it...
  5. Replies
    37
    Views
    40,554

    Im in Australia's so $149US is about $280 AU -...

    Im in Australia's so $149US is about $280 AU - aka too expensive.

    Im building an app right now that turbo charges a browser/website so a user can surf a site as fast a turning pages in a book, if...
  6. Replies
    37
    Views
    40,554

    I agree, if ppl here have large sites with good...

    I agree, if ppl here have large sites with good income coming from them then you can justify the $150US. But its priced too high.

    Make it $49US which is more reasonable and ill buy it now,
  7. Replies
    37
    Views
    40,554

    can you post some screenshots?

    can you post some screenshots?
  8. RewriteRule ^admin/(.*) http://www.site.com

    RewriteRule ^admin/(.*) http://www.site.com
  9. Replies
    16
    Views
    10,037

    Because Bigboy IS E-V-I-L...........Dr evil

    Because Bigboy IS E-V-I-L...........Dr evil
  10. Replies
    12
    Views
    5,852

    Scriptlance.com. The slaves of programming

    Scriptlance.com.

    The slaves of programming
  11. Replies
    12
    Views
    5,852

    Ive done this for my site. It took half an hour...

    Ive done this for my site. It took half an hour to setup. I use the free content as a gap fill when ppl arnt uploading vids, so ive always got something to show

    If you cant do it yourself, get a...
  12. Replies
    12
    Views
    5,852

    I cant see that happening. Users having 2 or more...

    I cant see that happening. Users having 2 or more websites

    If u want to add affiliate links youll have to create another column store thier urls there
  13. Replies
    12
    Views
    5,852

    Theres already one installed in user edit an...

    Theres already one installed in user edit an admin option to request website on signup.

    user_profile.php
  14. Replies
    6
    Views
    1,563

    Its simply not there. check the location of...

    Its simply not there.

    check the location of Zend/Json/Encoder.php, and make sure its been uploaded
  15. Replies
    4
    Views
    2,359

    Still need $smarty = new Smarty; to show your...

    Still need $smarty = new Smarty; to show your templates
  16. Replies
    12
    Views
    5,852

    view_viedo.php $result = mysql_query("SELECT...

    view_viedo.php


    $result = mysql_query("SELECT * FROM video WHERE VID='".$video_id."' and approve ='1'")or die(mysql_error());
    $row = mysql_fetch_array( $result );


    //**display wesite in...
  17. Replies
    4
    Views
    2,359

    Make sure u add $smarty = new Smarty; at...

    Make sure u add

    $smarty = new Smarty;

    at the top to parse your variables


    <?php
    require 'include/config.php';
    require 'include/language/' . LANG . '/lang_add_favour.php';
  18. Youll have to write a small script to addon to...

    Youll have to write a small script to addon to the admin panel. I might do this soon, i have a few ppl uploading garbage.

    Good job i have 17000 GB storage
  19. Its a good idea. Make your short vids available...

    Its a good idea. Make your short vids available for free and anything over say 20MB they must join.


    {if $video_details.space > "20"}Login{else}show the small clip here{/if}

    If your buying...
  20. Replies
    2
    Views
    1,529

    If you dont flame other members, maybe they would...

    If you dont flame other members, maybe they would help
  21. Replies
    9
    Views
    3,315

    Save as user_delete.php, run once in browser. Set...

    Save as user_delete.php, run once in browser. Set cron to run this once a year



    include ('include/config.php');

    $sql = mysql_query("DELETE FROM signup WHERE account_status='inactive'") or...
  22. Replies
    3
    Views
    1,424

    I just told you how to fix it..or do u want...

    I just told you how to fix it..or do u want cutnpaste solution my dear
  23. Replies
    26
    Views
    12,901

    Yes my ego isnt big enough yet. Its pretty...

    Yes my ego isnt big enough yet.

    Its pretty simple anyway just search for convert video to 3gp, and youll find some examples.

    Then set the interface for different video conversion types,...
  24. Replies
    8
    Views
    1,950

    Same here, i did a fresh install of 2.7, and...

    Same here, i did a fresh install of 2.7, and still cant login. Dont care anyway ive rewritten most of 2.6 for my own security and speed
  25. Replies
    26
    Views
    12,901

    I finished 2 days ago. I also make a video...

    I finished 2 days ago.

    I also make a video conversion mod based on this code - so ppl can convert flv to any video format

    However its not worth me setting this up on a demo site if its free,...
Results 1 to 25 of 56
Page 1 of 3 1 2 3