Jump to content

ozm8

New Members
  • Posts

    2
  • Joined

  • Last visited

ozm8's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello I bought a script called php guard v2 and successfully installed it but I'm haveing trouble intergrating it into my other scripts like wordpress chat room etc I'm supposes to put this line of code in any main file of my scripts <?php include “phpguard_folder/config.php”; include “phpguard_folder/security.php”; ?> so i put my folder name where it says phpguard_foldername but when i go to test it i get lots of errors saying cannot find path blah blah blah If someone could help me that would be good I'd even pay $5 if someone can do it for me
  2. Hello guys i need help I got a php script its an im messanger I have half set it up properly I think but im stuck on this step can someone please dumb it down for me 6) Set up linking page: On the page you want to link to PHP121 (e.g. your index.html page which will hav e a hyperlink to the PHP121 script, put this in the <HEAD> section: <script type="text/javascript"> var newwindow; function poptastic(url){ newwindow=window.open(url,'name','height=500,width=240,left=20,top=20,toolbar=no,m enubar=no,directories=no,location=no,scrollbar s=yes,status=no,resizable=yes,fullscreen= no'); if (window.focus) {newwindow.focus()} } </script> 7) Create link: Create the link to PHP 121 on your site. View php121index.php in a text editor to s ee an example of how to link to PHP121. Use code similar to the following to create a nice contact-list sized window: You need to edit the path to php121im.php if php121im.php is not in the same di rectory as your webpage that is linking to PHP121. <a href="javascript:poptastic('php 121im.php');">Instant Messenger</a>
×
×
  • 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.