How does the website look?

Status
Not open for further replies.
It looks clean and good. Black theme it's cool to watch p at night

I didn't want to make it black. I think dark gray is very good. It looks sweeter.

Dark Black is actually worse than a white theme. Because the videos and content are in white tones. Because the contrasting colors are exhausting.

I think it's dark gray that balances the contrast.


Really, I worked for simplicity. My philosophy: Simplify... But keep it professional.
 
Gentlemen, I've developed some css.

Someone said I need to improve the message section.

old- https://www.dropbox.com/s/jvmomt7dflw8b9h/comment.png

new- https://www.dropbox.com/s/ak7hfegjl3kz1a3/comment-v2.png
 
Hi, very nice work. I like your simple polish design. Nowadays adult industry is full of similar wordpress themes, nice to see something different. As others said 5 moths is quite long time, but I understand sometimes we can play with things until we are fully satisfied
 
I have worked on this design for about 5 months. I really thought carefully.

It is a special design. Also the server is very fast.

Security is too tight. The security of the website was kept very tight. A sql injection scan was performed. All vulnerabilities were detected by a professional company. I've spent a serious cost for security. It was also supported by cloudflare for a fee. (I received a monthly payment plan for high security.)

It is now powerful and ready to go out! The content and SEO will last about 2 months. (I'm also an SEO expert.) I have serious strategies for SEO.

I want to show you this special design. Please share your ideas with me.

https://www.dropbox.com/s/u8qba6te87rc3f2/404-1.png

https://www.dropbox.com/s/6xqbv8jkguzcxl9/category.png

https://www.dropbox.com/s/jvmomt7dflw8b9h/comment.png

https://www.dropbox.com/s/cv27xwaro4yfsw6/footer.png

https://www.dropbox.com/s/rml05ks1lxf8h5n/legal.png

https://www.dropbox.com/s/71eaxvk0npgvrje/main.png

https://www.dropbox.com/s/4pq6d2hpwt7dpyu/not%20found.png

https://www.dropbox.com/s/g3qwyq6dd2a7n2t/pagination.png

https://www.dropbox.com/s/2q68hosx9mkcmyw/search.png

https://www.dropbox.com/s/m4zdigpgshqtuw2/video.png
5 months for a standard darkscale website with a semi responsive grid layout for images, and a tagcloud? I could make this in 45 minutes with Bootstrap and style it minimally to match your design exactly, you wasted a lot of time, goodluck though.
 
I wish you luck but can't help wondering why go to all the trouble of designing a WordPress theme from the ground up?
It's like keeping fit by running to the shop to buy your cigarettes
Get to grips with something like PUG and Prepros or Parcel js and anything you can do with WP can be done more succinctly purely with html, css and js .
 
5 months for a standard darkscale website with a semi responsive grid layout for images, and a tagcloud? I could make this in 45 minutes with Bootstrap and style it minimally to match your design exactly, you wasted a lot of time, goodluck though.
nailed it in one, I don't even use Bootstrap, I think the CSS is too Bloated and would rather use my own grid layout. Fuck I.E.
 
dude I'm proud of it

design and design. should stand professionally

new images. Meanwhile, I managed to preview the video.

https://www.dropbox.com/s/zcungbs8y7qjon1/v2-2%20%281%29.png

https://www.dropbox.com/s/wwauomghuy86uvn/v2-2%20%282%29.png
 
5 months for a standard darkscale website with a semi responsive grid layout for images, and a tagcloud? I could make this in 45 minutes with Bootstrap and style it minimally to match your design exactly, you wasted a lot of time, goodluck though.

damn it. you forget the back end design, my friend


From start to finish and unique design is not easy.
 
I wish you luck but can't help wondering why go to all the trouble of designing a WordPress theme from the ground up?
It's like keeping fit by running to the shop to buy your cigarettes
Get to grips with something like PUG and Prepros or Parcel js and anything you can do with WP can be done more succinctly purely with html, css and js .

security :) Pornob site even uses wordpress.
Wordpress security is constantly being monitored. we just need to make a theme for her.
 
Looking good Im about to launch a site which took me 9 months! I got so picky with it I even animated our top logo with a moving gif. I wanted to ask you I need to migrate this site that Im finally launching to a new server and need to install FFMPEG do you recommend a VPS server for this?
 
in php looks plain and easy .

dont see nothink hard 5 months that a long time for a plain website .

i had student do the same with membership in 2 hours from coding .

good luck, i think it all exspirence with speed
..


a 5 page website and built in membership to upload video should be very easy to any php programmer .

javascript / ajax will be needed and good css .

2 days work at maxuium that at £80 per hour .
just under 2.5k but 5 months that about 35k in price of programming time , why ?
 
Also what are the best security plugins you recommend for wordpress?

I'm just using the cache plugin. htaccess is the first way of security.

First of all, you shouldn't let them solve what the system is. Set up individual directory-specific htaccess configuration. For example, some wp files are open to the outside. Deny access to some php files. (Check one by one) But do it one by one. Monitor the operation of the system continuously.

Sample:


<Files *.txt>
deny from all
</Files>

<Files *.license>
deny from all
</Files>

<Files *.html>
deny from all
</Files>

<Files *LICENSE>
deny from all
</Files>

<Files *.xml>
deny from all
</Files>

<Files *.ser>
deny from all
</Files>

<Files *.md>
deny from all
</Files>

<Files *.sql>
deny from all
</Files>

<Files *.ini>
deny from all
</Files>

If you are using a plugin, do it for its files as well. But some php files must read the browser. (Check in Live)

Turn off server ports. (You can do this with Cloudflare)

There are companies that offer sql injection scanning. You can get this service for a fee.

Note: Hide server ip addresses. (Cloudflare dns routing.)

Note: 2: Use SSL. Because you should use DNSSEC. (Protects your domain and DNS addresses from poisons.) In particular, DNSSEC is required. This prevents dns poisoning.

And if you know how to use Acunetix, it's good.



Never forget! Security matters. If you succeed, there will be people who want to poison you.
 
Looking good Im about to launch a site which took me 9 months! I got so picky with it I even animated our top logo with a moving gif. I wanted to ask you I need to migrate this site that Im finally launching to a new server and need to install FFMPEG do you recommend a VPS server for this?

FFMPEG is working with PHP 7. It is usually not active on shared servers. (At the discretion of the server company)

I'm working on a VPS server. This plugin was installed on the server. (It needs to be configured to process videos) You should then write a custom plugin to use it. With the installation on the server will not work alone. This is a long process. The hosting company can install this plugin. (Send request to them)

Then, write the required plugin for the system. Or find a worker for it.

Nothing short. It's hard to tell.

Make sure all the big niche sites are using it. (ffmpeg) xhamster or pornhub are using the same plug-in.
 
security :) Pornob site even uses wordpress.
Wordpress security is constantly being monitored. we just need to make a theme for her.
The security issues are part and parcel of WP, if you didn't use it there would be no need for the constant updates. It's a running to stand still scenario
Obviously you have coding skills, using them to create html is quicker and provides more flexibility
 
Status
Not open for further replies.
Back
Top