Please Help With my Site :D

by humbledmarket Banned
3 replies
Sorry I'm still learning Php and MYsql databases. I can edit and customize just from reading off and trial and error however I'm lost at creating it from scratch.

I purchase a like script of a member on this forum but he is providing little support.

My site here:
http://sharemylikes.net

I want to add a text box above the Like box. How can I add it in or how do I provision the space for it?

Essentially how do I provision space? does it have to do something with <div>?
I tried <br> as with html but it didn't work so I'm guessing it's different.
===================================
I also want to remove captcha is there anyway I can do so?

Here is the code for the captcha area:
<div class="char">
Limit:
<input class="lim" size=1 value=95 name=text_num>
</div>
<div class="captcha">
<span>Enter</span>
<img src="captcha.php" />
<span>here:</span>
<input type="text" name="cap" class="capent" />
</div>
<p>Like Something, Enter It Above!</p>
<input type="submit" name="youlike" id="button" value=" " />
</div>
I tried removing :
<div class="captcha">
<span>Enter</span>
<img src="captcha.php" />
<span>here:</span>
<input type="text" name="cap" class="capent" />
</div>
But after doing so the likes didn't work.
Thanks in Advance
#site
  • Profile picture of the author webfighter
    The captcha is implemented in process.php by including captcha.php. One needs to look at the php source to be able to help you.

    The whole script seems to be too heavy at my end. It constantly queries facebook. Maybe I feel that way because of the slow connection here.

    Okay, just realized you didn't care to rephrase your DP post.

    Good luck.
    {{ DiscussionBoard.errors[2395010].message }}
    • Profile picture of the author humbledmarket
      Banned
      Thanks! the person sent me the new process.php file.
      Lol forgot to edit it in my rush to get it fixed was affecting my traffic quite a bit
      {{ DiscussionBoard.errors[2400098].message }}
  • Profile picture of the author kcorps
    This may be won't do any help but I just want to say, I like to visit that site. The quotes is funny and inspiring.
    {{ DiscussionBoard.errors[2401988].message }}

Trending Topics