Jump to content

Crypt

Members
  • Posts

    13
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Crypt's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [!--quoteo(post=369991:date=Apr 29 2006, 07:25 PM:name=Dobakat)--][div class=\'quotetop\']QUOTE(Dobakat @ Apr 29 2006, 07:25 PM) [snapback]369991[/snapback][/div][div class=\'quotemain\'][!--quotec--] Just let a certian times per IP? [/quote] Yeah, like a day or an hour between posts.
  2. I would like to add flood control to here: [a href=\"http://dailyplug.com/linkdump/\" target=\"_blank\"]http://dailyplug.com/linkdump/[/a] but I don't know where to start, can you guys help me out?
  3. [!--quoteo(post=369755:date=Apr 28 2006, 06:47 PM:name=AV1611)--][div class=\'quotetop\']QUOTE(AV1611 @ Apr 28 2006, 06:47 PM) [snapback]369755[/snapback][/div][div class=\'quotemain\'][!--quotec--] I don't do cookies... but you could have them log in and track them with mysql table? [/quote] I don't need it to be a cookie, I just need it to be after they click Shout! then it will hide the Site Name, Site URL and Shout! button for 1 day, then come back... here is the source on it. [a href=\"http://dailyplug.com/source.txt\" target=\"_blank\"]http://dailyplug.com/source.txt[/a]
  4. [a href=\"http://dailyplug.com/yshout/\" target=\"_blank\"]http://dailyplug.com/yshout/[/a] I need help.. after posting a message I would like the "Shout!" button to disappear for 24 hours, then after 24 hours it will come back.... I am assuming you can do this with a cookie?
  5. Thank you very much, hope this works.
  6. I would like to incorperate this into my "tag-board" where after they post a message it bans their ip from posting another one for 1 day..
  7. [!--quoteo(post=364107:date=Apr 12 2006, 11:50 AM:name=thorpe)--][div class=\'quotetop\']QUOTE(thorpe @ Apr 12 2006, 11:50 AM) [snapback]364107[/snapback][/div][div class=\'quotemain\'][!--quotec--] You can use the curl extension to make requests to webpages. What exactly happens when this [i]button[/i] is clicked? [/quote] It votes for me in this specific thing. It increases my vote count by 1. Can you please explain how I could do this? I can pay you if you get a working script.
  8. [!--quoteo(post=364100:date=Apr 12 2006, 11:27 AM:name=obsidian)--][div class=\'quotetop\']QUOTE(obsidian @ Apr 12 2006, 11:27 AM) [snapback]364100[/snapback][/div][div class=\'quotemain\'][!--quotec--] you may be able to simulate that effect... what are you wanting to do with the auto-click? submit a form? if so, there are other ways of doing that without actually having a "click" executed. [/quote] I am trying to make it "click" a button. but this button is on a different website. here is what I am working on: [code]hxxp://xhila.com/king/1.php[/code] take out the xx and replace with tt
  9. I am trying to make an auto-click script. Where it loads a website in an iframe then auto-click's a button on that website. Is there a way to set like attributes so it will auto-click it?
  10. Okay the thing I am trying to do is, make a php "program" that goes this website under about 50 proxies and clicks a button. So I need it to first, go to a url I specify, click a button, then repeat with many other urls. Can anyone help me, I don't have a great knowledge of PHP but I can kind of understand it.
  11. I tried $page = $_REQUEST['page']; and I think that did the trick. THANK YOU SO MUCH! [img src=\"http://www.phpfreaks.com/forums/style_images/1/folder_post_icons/icon4.gif\" border=\"0\" alt=\"IPB Image\" /]
  12. Ok well you can view the script here: [code]http://joinmytrain.com/pages.php?=home[/code] There are also several other pages in /pages/ folder on my FTP
  13. I am trying to set up this MySpace Train Script but i get this error: [code] Warning: main(pages/.php): failed to open stream: No such file or directory in /home/content/j/o/i/joinmy/html/pages.php on line 11 Warning: main(): Failed opening 'pages/.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/content/j/o/i/joinmy/html/pages.php on line 11 [/code] Here is pages.php: [code] <?php Include "config.php"; mysql_connect ($strDBServer, $strDBUser, $strDBPass) or die ('Unable to connect to MySQL: ' . mysql_error()); mysql_select_db ($strDBName) or die ('Unable to select database: ' . mysql_error()); include "includes/precalls.php"; include "theme/header.php"; include "pages/" . $page . ".php"; include "theme/footer.php"; ?> [/code]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.