Web Coders Forum

User info

Welcome, Guest! Please login or register.


You are here » Web Coders Forum » Wapka Problems » Screenshot system in wapka(blog included)


Screenshot system in wapka(blog included)

Posts 1 to 5 of 5

1

Follow The Below Step To Make Screenshot watermark System Without File Manager[br]
[ol][li]At first login your wapka site[/li]
[li]Then go to admin mode[/li]
[li]Then go to edit site>> global setting >>Forum[/li]
[li]Then Mark The Chek [blue] Enable WCODE ( about WCODE):[/blue] Box [/li]
[li]Then go to about WCODE>>then unmark the cheak img Box[/li]
[li]Then goto edit site >> wap2>>Styles for content in forum/chat>>Set global settings of styles for forum/chat >> Style of messages in the forum:*>>1st Box & Find ::msg:: & Replace This word with bilow code

Code:
<div name="tz">::msg::</div>

[/li]
[li]Then Paste The Bilow Code In Forum Bottom page[/li]

Code:
<style>.figure { position: relative; max-width: 100%; } figcaption {position: absolute; bottom: 0px;  left: 10px; letter-spacing: -1px; color: white; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.6); padding: 7px 10px 7px 10px; }</style>

<script language="javascript">
var msg=document.getElementsByName("tz");
for(var i=0;i<msg.length;i++){
var txt=document.getElementsByName("tz")[i].innerHTML; txt=txt.replace(/\[img\](.+?)\[\/img\]/ig,'<figure class="figure"><img src="$1" alt="TrickZoy.com" style="max-width:100%" class="img-thumbnail" name="imgtop" /><figcaption>TrickZoy.com</figcaption></figure>'); document.getElementsByName("tz")[i].innerHTML=txt; } </script>

[li] All The Step is Done Now Your ScreenShot System Is Ready.Now Upload a image in Externa image hosting as like as[blue] http://postimage.org[/blue] And copy the url image link &  Image/screenshot/photo url Link in [text][*img]your Image url[*/img][/text]

Note: Get The orginal script using copy

Must removed *
[/li][/ol]

0

2

http://wapmaster-al.wapka.mobi/site_6.xhtml online web screenshoot

0

3

gazi wrote:

http://wapmaster-al.wapka.mobi/site_6.xhtml online web screenshoot

Is that yours

0

4

yes

0

5

ok

0


You are here » Web Coders Forum » Wapka Problems » Screenshot system in wapka(blog included)